#080B75

Color #080B75 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #080B75

Tints of Navy #080B75

Color information

#080B75 (or 0x080B75) is unknown color: approx Navy. HEX triplet: 08, 0B and 75. RGB value is (8,11,117). Sum of RGB (Red+Green+Blue) = 8+11+117=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 117 (46.09% from 255 or 86.03% from 136); Max value from RGB is 117 - color contains mainly: blue. Hex color #080B75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080B75 is #F7F48A. Grayscale: #151515. Windows color (decimal): -16249995 or 7670536. OLE color: 7670536.

HSL color Cylindrical-coordinate representation of color #080B75: hue angle of 238.35º 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 #080B75 is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB811117-
CMYK0.930.9100.54
HSL238.35º87.2%24.51%-
HSV(B)238.35º93.16%45.88%-
XYZ3.431.5816.95-
YUV22.19181.51117.88-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.88%
GREEN value IS 11 (4.69% from 255) = 8.09%
BLUE value IS 117 (46.09% from 255) = 86.03%
R=5.88%
G=8.09%
B=86.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8111170.930.9100.54238.3587.224.51
Hex8B755D5B036ee5719
Octal101316513513306635612731
Binary10001011111010110111011011011011011011101110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #080B75;
 }
 .AnyTagClassName
 {
   color: #080B75;
 }
</style>
background-color css

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

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

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

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

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

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