Html Css Color HEX #080175 Navy

📋 copy color: '#080175'

red 8 ◦ green 1 ◦ blue 117

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

Shades of Navy #080175

Tints of Navy #080175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.79%

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

R = 6.35%
G = 0.79%
B = 92.86%

CMYK

 C value IS 0.93

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#080175 (or 0x080175) is known color: Navy. HEX triplet: 08, 01 and 75. RGB value is (8,1,117). Sum of RGB (Red+Green+Blue) = 8+1+117=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 117 (46.09% from 255 or 92.86% from 126); Max value from RGB is 117 - color contains mainly: blue. Hex color #080175 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080175 is #F7FE8A. Grayscale: #0F0F0F. Windows color (decimal): -16252555 or 7667976. OLE color: 7667976.

HSL color Cylindrical-coordinate representation of color #080175: hue angle of 243.62º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #080175 is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 1 117 -
CMYK 0.93 0.99 0 0.54
HSL 243.62º 0.98% 0.23% -
HSV(B) 243.62º 0.99% 0.46% -
XYZ 3.32 1.36 16.92 -
YUV 16.32 184.82 122.07 -
System Red Green Blue C M Y K H S L
Decimal 8 1 117 0.93 0.99 0 0.54 243.62 0.98 0.23
Hex 8 1 75 5D 63 0 36 F4 62 17
Octal 10 1 165 135 143 0 66 364 142 27
Binary 1000 1 1110101 1011101 1100011 0 110110 11110100 1100010 10111

Color Harmonies of #080175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080175

Black with #080175

Text Example


Text Example

White with #080175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080175; }

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

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

background-color css

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

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

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

border-color css

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

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

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