Html Css Color HEX #080C75 Navy

📋 copy color: '#080C75'

red 8 ◦ green 12 ◦ blue 117

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

Shades of Navy #080C75

Tints of Navy #080C75

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.76%

 BLUE value IS 117 (46.09% from 255) = 85.4%

R = 5.84%
G = 8.76%
B = 85.4%

CMYK

 C value IS 0.93

 M value IS 0.90

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#080C75 (or 0x080C75) is known color: Navy. HEX triplet: 08, 0C and 75. RGB value is (8,12,117). Sum of RGB (Red+Green+Blue) = 8+12+117=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 12 (5.08% from 255 or 8.76% from 137); Blue value is 117 (46.09% from 255 or 85.40% from 137); Max value from RGB is 117 - color contains mainly: blue. Hex color #080C75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C75 is #F7F38A. Grayscale: #161616. Windows color (decimal): -16249739 or 7670792. OLE color: 7670792.

HSL color Cylindrical-coordinate representation of color #080C75: hue angle of 237.8º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080C75 is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 12 117 -
CMYK 0.93 0.90 0 0.54
HSL 237.8º 0.87% 0.25% -
HSV(B) 237.8º 0.93% 0.46% -
XYZ 3.44 1.6 16.96 -
YUV 22.77 181.17 117.46 -
System Red Green Blue C M Y K H S L
Decimal 8 12 117 0.93 0.90 0 0.54 237.8 0.87 0.25
Hex 8 C 75 5D 5A 0 36 EE 57 19
Octal 10 14 165 135 132 0 66 356 127 31
Binary 1000 1100 1110101 1011101 1011010 0 110110 11101110 1010111 11001

Color Harmonies of #080C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C75

Black with #080C75

Text Example


Text Example

White with #080C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080C75; }

 p { color: rgb(8,12,117); }

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

background-color css

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

 a { background-color: rgb(8,12,117); }

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

border-color css

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

 span { border-color: rgb(8,12,117); }

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