Color Hex Logo

#00269e Color Hex

#00269E
(0,38,158)
0 Favorites   0 Comments

Color spaces of #00269e

RGB 038158
HSL0.631.000.31
HSV226°100°62°
CMYK 1.000.760.00   0.38
XYZ6.86473.854832.7300
Yxy3.85480.15800.0887
Hunter Lab19.633628.0518-85.0950
CIE-Lab23.185539.3212-66.4143

#00269e color RGB value is (0,38,158).

#00269e hex color red value is 0, green value is 38 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #00269e hue: 0.63 , saturation: 1.00 and the lightness value of 00269e is 0.31.

The process color (four color CMYK) of #00269e color hex is 1.00, 0.76, 0.00, 0.38. Web safe color of #00269e is #003399. Color #00269e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100110 10011110
Octal 0 46 236
Decimal 0 38 158
Hex 0 26 9E

RGB Percentages of Color #00269e

%0.00
%19.39
%80.61

CMYK Percentages of Color #00269e

%100
%76
%0
%38

Triadic Colors of #00269e

#00269e #9e0026 #269e00

Analogous Colors of #00269e

#00269e #29009e #00759e

Monochromatic Colors of #00269e

#00269e

Complementary Color

#00269e #9e7800

#00269e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00269e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00269e Color CSS Codes

.mybgcolor {background-color:#00269e; } 
.myforecolor {color:#00269e; }
.mybordercolor {border:3px solid #00269e; }

#00269e Text Font Color

<p style="color:#00269e">Text here</p>

This sample text font color is #00269e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#00269e Background Color

<div style="background-color:#00269e">
Div content here</div>

This div background color is #00269e


#00269e Border Color

<div style="border:3px solid #00269e">
Div here</div>

This div border color is #00269e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,38,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00269e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00269e;
  -webkit-box-shadow: 1px 1px 3px 2px #00269e;
  box-shadow:         1px 1px 3px 2px #00269e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,38,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #00269e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #00269e;
  -webkit-box-shadow: 1px 1px 3px 2px #00269e;
  box-shadow:         1px 1px 3px 2px #00269e;">
Div content here</div>

This div box has shadow with color #00269e


Comments

No comments written yet.

Please login to write comment.