Html Css Color HEX #080372 Navy

📋 copy color: '#080372'

red 8 ◦ green 3 ◦ blue 114

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

Shades of Navy #080372

Tints of Navy #080372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 91.2%

R = 6.4%
G = 2.4%
B = 91.2%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#080372 (or 0x080372) is known color: Navy. HEX triplet: 08, 03 and 72. RGB value is (8,3,114). Sum of RGB (Red+Green+Blue) = 8+3+114=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 114 (44.92% from 255 or 91.2% from 125); Max value from RGB is 114 - color contains mainly: blue. Hex color #080372 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080372 is #F7FC8D. Grayscale: #101010. Windows color (decimal): -16252046 or 7471880. OLE color: 7471880.

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

Color convert

RGB 8 3 114 -
CMYK 0.93 0.97 0 0.55
HSL 242.7º 0.95% 0.23% -
HSV(B) 242.7º 0.97% 0.45% -
XYZ 3.17 1.33 16.01 -
YUV 17.15 182.66 121.47 -
System Red Green Blue C M Y K H S L
Decimal 8 3 114 0.93 0.97 0 0.55 242.7 0.95 0.23
Hex 8 3 72 5D 61 0 37 F3 5F 17
Octal 10 3 162 135 141 0 67 363 137 27
Binary 1000 11 1110010 1011101 1100001 0 110111 11110011 1011111 10111

Color Harmonies of #080372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080372

Black with #080372

Text Example


Text Example

White with #080372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080372; }

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

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

background-color css

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

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

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

border-color css

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

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

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