#0B0870

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

Shades of Navy #0B0870

Tints of Navy #0B0870

Color information

#0B0870 (or 0x0B0870) is unknown color: approx Navy. HEX triplet: 0B, 08 and 70. RGB value is (11,8,112). Sum of RGB (Red+Green+Blue) = 11+8+112=131 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.40% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 112 (44.14% from 255 or 85.50% from 131); Max value from RGB is 112 - color contains mainly: blue. Hex color #0B0870 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0870 is #F4F78F. Grayscale: #141414. Windows color (decimal): -16054160 or 7342091. OLE color: 7342091.

HSL color Cylindrical-coordinate representation of color #0B0870: hue angle of 241.73º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B0870 is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB118112-
CMYK0.900.9300.56
HSL241.73º86.67%23.53%-
HSV(B)241.73º92.86%43.92%-
XYZ3.151.4115.44-
YUV20.75179.49121.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.40%
GREEN value IS 8 (3.52% from 255) = 6.11%
BLUE value IS 112 (44.14% from 255) = 85.50%
R=8.40%
G=6.11%
B=85.50%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1181120.900.9300.56241.7386.6723.53
HexB8705A5D038f25718
Octal131016013213507036212730
Binary10111000111000010110101011101011100011110010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B0870; }

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

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

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

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

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

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

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

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