Html Css Color HEX #080377 Navy

📋 copy color: '#080377'

red 8 ◦ green 3 ◦ blue 119

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

Shades of Navy #080377

Tints of Navy #080377

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.31%

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

R = 6.15%
G = 2.31%
B = 91.54%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#080377 (or 0x080377) is known color: Navy. HEX triplet: 08, 03 and 77. RGB value is (8,3,119). Sum of RGB (Red+Green+Blue) = 8+3+119=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 119 (46.88% from 255 or 91.54% from 130); Max value from RGB is 119 - color contains mainly: blue. Hex color #080377 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080377 is #F7FC88. Grayscale: #111111. Windows color (decimal): -16252041 or 7799560. OLE color: 7799560.

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

Color convert

RGB 8 3 119 -
CMYK 0.93 0.97 0 0.53
HSL 242.59º 0.95% 0.24% -
HSV(B) 242.59º 0.97% 0.47% -
XYZ 3.46 1.45 17.55 -
YUV 17.72 185.16 121.07 -
System Red Green Blue C M Y K H S L
Decimal 8 3 119 0.93 0.97 0 0.53 242.59 0.95 0.24
Hex 8 3 77 5D 61 0 35 F3 5F 18
Octal 10 3 167 135 141 0 65 363 137 30
Binary 1000 11 1110111 1011101 1100001 0 110101 11110011 1011111 11000

Color Harmonies of #080377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080377

Black with #080377

Text Example


Text Example

White with #080377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080377; }

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

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

background-color css

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

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

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

border-color css

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

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

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