#0B0170

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

Shades of Navy #0B0170

Tints of Navy #0B0170

Color information

#0B0170 (or 0x0B0170) is unknown color: approx Navy. HEX triplet: 0B, 01 and 70. RGB value is (11,1,112). Sum of RGB (Red+Green+Blue) = 11+1+112=124 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.87% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 112 (44.14% from 255 or 90.32% from 124); Max value from RGB is 112 - color contains mainly: blue. Hex color #0B0170 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0170 is #F4FE8F. Grayscale: #101010. Windows color (decimal): -16055952 or 7340299. OLE color: 7340299.

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

Color convert

RGB111112-
CMYK0.900.9900.56
HSL245.41º98.23%22.16%-
HSV(B)245.41º99.11%43.92%-
XYZ3.071.2615.41-
YUV16.64181.81123.97-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.87%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 112 (44.14% from 255) = 90.32%
R=8.87%
G=0.81%
B=90.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111120.900.9900.56245.4198.2322.16
HexB1705A63038f56216
Octal13116013214307036514226
Binary10111111000010110101100011011100011110101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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