Color Hex Logo

#00266f Color Hex

#00266F
(0,38,111)
0 Favorites   0 Comments

Color spaces of #00266f

RGB 038111
HSL0.611.000.22
HSV219°100°44°
CMYK 1.000.660.00   0.56
XYZ3.56242.533915.3403
Yxy2.53390.16620.1182
Hunter Lab15.918212.0903-45.9947
CIE-Lab18.071220.4703-45.3255

#00266f color RGB value is (0,38,111).

#00266f hex color red value is 0, green value is 38 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #00266f hue: 0.61 , saturation: 1.00 and the lightness value of 00266f is 0.22.

The process color (four color CMYK) of #00266f color hex is 1.00, 0.66, 0.00, 0.56. Web safe color of #00266f is #003366. Color #00266f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100110 01101111
Octal 0 46 157
Decimal 0 38 111
Hex 0 26 6F

RGB Percentages of Color #00266f

%0.00
%25.50
%74.50

CMYK Percentages of Color #00266f

%100
%66
%0
%56

Triadic Colors of #00266f

#00266f #6f0026 #266f00

Analogous Colors of #00266f

#00266f #12006f #005e6f

Monochromatic Colors of #00266f

#00266f

Complementary Color

#00266f #6f4900

#00266f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00266f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00266f Color CSS Codes

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

#00266f Text Font Color

<p style="color:#00266f">Text here</p>

This sample text font color is #00266f
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.


#00266f Background Color

<div style="background-color:#00266f">
Div content here</div>

This div background color is #00266f


#00266f Border Color

<div style="border:3px solid #00266f">
Div here</div>

This div border color is #00266f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00266f


Comments

No comments written yet.

Please login to write comment.