Html Css Color HEX #080277 Navy

📋 copy color: '#080277'

red 8 ◦ green 2 ◦ blue 119

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

Shades of Navy #080277

Tints of Navy #080277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 92.25%

R = 6.2%
G = 1.55%
B = 92.25%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#080277 (or 0x080277) is known color: Navy. HEX triplet: 08, 02 and 77. RGB value is (8,2,119). Sum of RGB (Red+Green+Blue) = 8+2+119=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 119 (46.88% from 255 or 92.25% from 129); Max value from RGB is 119 - color contains mainly: blue. Hex color #080277 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080277 is #F7FD88. Grayscale: #101010. Windows color (decimal): -16252297 or 7799304. OLE color: 7799304.

HSL color Cylindrical-coordinate representation of color #080277: hue angle of 243.08º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #080277 is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 2 119 -
CMYK 0.93 0.98 0 0.53
HSL 243.08º 0.97% 0.24% -
HSV(B) 243.08º 0.98% 0.47% -
XYZ 3.45 1.43 17.55 -
YUV 17.13 185.49 121.49 -
System Red Green Blue C M Y K H S L
Decimal 8 2 119 0.93 0.98 0 0.53 243.08 0.97 0.24
Hex 8 2 77 5D 62 0 35 F3 61 18
Octal 10 2 167 135 142 0 65 363 141 30
Binary 1000 10 1110111 1011101 1100010 0 110101 11110011 1100001 11000

Color Harmonies of #080277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080277

Black with #080277

Text Example


Text Example

White with #080277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080277; }

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

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

background-color css

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

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

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

border-color css

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

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

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