Html Css Color HEX #080267 Navy

📋 copy color: '#080267'

red 8 ◦ green 2 ◦ blue 103

#080267
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #080267

Tints of Navy #080267

RGB

 RED value IS 8 (3.52% from 255) = 7.08%

 GREEN value IS 2 (1.17% from 255) = 1.77%

 BLUE value IS 103 (40.63% from 255) = 91.15%

R = 7.08%
G = 1.77%
B = 91.15%

CMYK

 C value IS 0.92

 M value IS 0.98

 Y value IS 0

 K value IS 0.60

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#080267 (or 0x080267) is known color: Navy. HEX triplet: 08, 02 and 67. RGB value is (8,2,103). Sum of RGB (Red+Green+Blue) = 8+2+103=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 103 (40.62% from 255 or 91.15% from 113); Max value from RGB is 103 - color contains mainly: blue. Hex color #080267 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080267 is #F7FD98. Grayscale: #0E0E0E. Windows color (decimal): -16252313 or 6750728. OLE color: 6750728.

HSL color Cylindrical-coordinate representation of color #080267: hue angle of 243.56º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #080267 is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 8 2 103 -
CMYK 0.92 0.98 0 0.60
HSL 243.56º 0.96% 0.21% -
HSV(B) 243.56º 0.98% 0.4% -
XYZ 2.57 1.07 12.9 -
YUV 15.31 177.49 122.79 -
System Red Green Blue C M Y K H S L
Decimal 8 2 103 0.92 0.98 0 0.60 243.56 0.96 0.21
Hex 8 2 67 5C 62 0 3C F4 60 15
Octal 10 2 147 134 142 0 74 364 140 25
Binary 1000 10 1100111 1011100 1100010 0 111100 11110100 1100000 10101

Color Harmonies of #080267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080267

Black with #080267

Text Example


Text Example

White with #080267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080267; }

 p { color: rgb(8,2,103); }

 H1.HeaderClassName
 {
   color: #080267;
 }
 .AnyTagClassName
 {
   color: #080267;
 }
</style>

background-color css

<style>
 a { background-color: #080267; }

 a { background-color: rgb(8,2,103); }

 div.DivClassName
 {
   background-color: #080267;
 }
 .BgClassName
 {
   background-color: #080267;
 }
</style>

border-color css

<style>
 span { border-color: #080267; }

 span { border-color: rgb(8,2,103); }

 td.TdClassName
 {
   border-color: #080267;
 }
 .TagClassName
 {
   border-color: #080267;
 }
</style>