Html Css Color HEX #080673 Navy

📋 copy color: '#080673'

red 8 ◦ green 6 ◦ blue 115

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

Shades of Navy #080673

Tints of Navy #080673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.65%

 BLUE value IS 115 (45.31% from 255) = 89.15%

R = 6.2%
G = 4.65%
B = 89.15%

CMYK

 C value IS 0.93

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#080673 (or 0x080673) is known color: Navy. HEX triplet: 08, 06 and 73. RGB value is (8,6,115). Sum of RGB (Red+Green+Blue) = 8+6+115=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 115 (45.31% from 255 or 89.15% from 129); Max value from RGB is 115 - color contains mainly: blue. Hex color #080673 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080673 is #F7F98C. Grayscale: #121212. Windows color (decimal): -16251277 or 7538184. OLE color: 7538184.

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

Color convert

RGB 8 6 115 -
CMYK 0.93 0.95 0 0.55
HSL 241.1º 0.9% 0.24% -
HSV(B) 241.1º 0.95% 0.45% -
XYZ 3.26 1.42 16.32 -
YUV 19.02 182.16 120.14 -
System Red Green Blue C M Y K H S L
Decimal 8 6 115 0.93 0.95 0 0.55 241.1 0.9 0.24
Hex 8 6 73 5D 5F 0 37 F1 5A 18
Octal 10 6 163 135 137 0 67 361 132 30
Binary 1000 110 1110011 1011101 1011111 0 110111 11110001 1011010 11000

Color Harmonies of #080673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080673

Black with #080673

Text Example


Text Example

White with #080673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080673; }

 p { color: rgb(8,6,115); }

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

background-color css

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

 a { background-color: rgb(8,6,115); }

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

border-color css

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

 span { border-color: rgb(8,6,115); }

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