Html Css Color HEX #080675 Navy

📋 copy color: '#080675'

red 8 ◦ green 6 ◦ blue 117

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

Shades of Navy #080675

Tints of Navy #080675

RGB

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

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

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

R = 6.11%
G = 4.58%
B = 89.31%

CMYK

 C value IS 0.93

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#080675 (or 0x080675) is known color: Navy. HEX triplet: 08, 06 and 75. RGB value is (8,6,117). Sum of RGB (Red+Green+Blue) = 8+6+117=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 6 (2.73% from 255 or 4.58% from 131); Blue value is 117 (46.09% from 255 or 89.31% from 131); Max value from RGB is 117 - color contains mainly: blue. Hex color #080675 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080675 is #F7F98A. Grayscale: #121212. Windows color (decimal): -16251275 or 7669256. OLE color: 7669256.

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

Color convert

RGB 8 6 117 -
CMYK 0.93 0.95 0 0.54
HSL 241.08º 0.9% 0.24% -
HSV(B) 241.08º 0.95% 0.46% -
XYZ 3.38 1.47 16.93 -
YUV 19.25 183.16 119.97 -
System Red Green Blue C M Y K H S L
Decimal 8 6 117 0.93 0.95 0 0.54 241.08 0.9 0.24
Hex 8 6 75 5D 5F 0 36 F1 5A 18
Octal 10 6 165 135 137 0 66 361 132 30
Binary 1000 110 1110101 1011101 1011111 0 110110 11110001 1011010 11000

Color Harmonies of #080675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080675

Black with #080675

Text Example


Text Example

White with #080675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080675; }

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

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

background-color css

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

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

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

border-color css

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

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

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