Html Css Color HEX #080475 Navy

📋 copy color: '#080475'

red 8 ◦ green 4 ◦ blue 117

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

Shades of Navy #080475

Tints of Navy #080475

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.1%

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

R = 6.2%
G = 3.1%
B = 90.7%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#080475 (or 0x080475) is known color: Navy. HEX triplet: 08, 04 and 75. RGB value is (8,4,117). Sum of RGB (Red+Green+Blue) = 8+4+117=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 117 (46.09% from 255 or 90.70% from 129); Max value from RGB is 117 - color contains mainly: blue. Hex color #080475 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080475 is #F7FB8A. Grayscale: #111111. Windows color (decimal): -16251787 or 7668744. OLE color: 7668744.

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

Color convert

RGB 8 4 117 -
CMYK 0.93 0.97 0 0.54
HSL 242.12º 0.93% 0.24% -
HSV(B) 242.12º 0.97% 0.46% -
XYZ 3.35 1.42 16.93 -
YUV 18.08 183.83 120.81 -
System Red Green Blue C M Y K H S L
Decimal 8 4 117 0.93 0.97 0 0.54 242.12 0.93 0.24
Hex 8 4 75 5D 61 0 36 F2 5D 18
Octal 10 4 165 135 141 0 66 362 135 30
Binary 1000 100 1110101 1011101 1100001 0 110110 11110010 1011101 11000

Color Harmonies of #080475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080475

Black with #080475

Text Example


Text Example

White with #080475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080475; }

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

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

background-color css

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

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

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

border-color css

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

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

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