Html Css Color HEX #080075 Navy

📋 copy color: '#080075'

red 8 ◦ green 0 ◦ blue 117

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

Shades of Navy #080075

Tints of Navy #080075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 6.4%
G = 0%
B = 93.6%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#080075 (or 0x080075) is known color: Navy. HEX triplet: 08, 00 and 75. RGB value is (8,0,117). Sum of RGB (Red+Green+Blue) = 8+0+117=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 117 (46.09% from 255 or 93.6% from 125); Max value from RGB is 117 - color contains mainly: blue. Hex color #080075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080075 is #F7FF8A. Grayscale: #0F0F0F. Windows color (decimal): -16252811 or 7667720. OLE color: 7667720.

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

Color convert

RGB 8 0 117 -
CMYK 0.93 1 0 0.54
HSL 244.1º 1% 0.23% -
HSV(B) 244.1º 1% 0.46% -
XYZ 3.31 1.34 16.91 -
YUV 15.73 185.15 122.49 -
System Red Green Blue C M Y K H S L
Decimal 8 0 117 0.93 1 0 0.54 244.1 1 0.23
Hex 8 0 75 5D 64 0 36 F4 64 17
Octal 10 0 165 135 144 0 66 364 144 27
Binary 1000 0 1110101 1011101 1100100 0 110110 11110100 1100100 10111

Color Harmonies of #080075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080075

Black with #080075

Text Example


Text Example

White with #080075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080075; }

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

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

background-color css

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

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

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

border-color css

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

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

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