Color Hex Logo

#000267 Color Hex

#000267
(0,2,103)
0 Favorites   0 Comments

Color spaces of #000267

RGB 02103
HSL0.661.000.20
HSV239°100°40°
CMYK 1.000.980.00   0.60
XYZ2.46991.022712.8992
Yxy1.02270.15070.0624
Hunter Lab10.112925.8982-68.5468
CIE-Lab9.179139.5676-54.8147

#000267 color RGB value is (0,2,103).

#000267 hex color red value is 0, green value is 2 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #000267 hue: 0.66 , saturation: 1.00 and the lightness value of 000267 is 0.20.

The process color (four color CMYK) of #000267 color hex is 1.00, 0.98, 0.00, 0.60. Web safe color of #000267 is #000066. Color #000267 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000010 01100111
Octal 0 2 147
Decimal 0 2 103
Hex 0 2 67

RGB Percentages of Color #000267

%0.00
%1.90
%98.10

CMYK Percentages of Color #000267

%100
%98
%0
%60

Triadic Colors of #000267

#000267 #670002 #026700

Analogous Colors of #000267

#000267 #310067 #003667

Monochromatic Colors of #000267

#000267

Complementary Color

#000267 #676500

#000267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#000267 Color CSS Codes

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

#000267 Text Font Color

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

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


#000267 Background Color

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

This div background color is #000267


#000267 Border Color

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

This div border color is #000267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000267

#000267 Color Palettes


Comments

No comments written yet.

Please login to write comment.