#0B016A

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

Shades of Navy #0B016A

Tints of Navy #0B016A

Color information

#0B016A (or 0x0B016A) is unknown color: approx Navy. HEX triplet: 0B, 01 and 6A. RGB value is (11,1,106). Sum of RGB (Red+Green+Blue) = 11+1+106=118 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.32% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 106 (41.80% from 255 or 89.83% from 118); Max value from RGB is 106 - color contains mainly: blue. Hex color #0B016A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B016A is #F4FE95. Grayscale: #0F0F0F. Windows color (decimal): -16055958 or 6947083. OLE color: 6947083.

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

Color convert

RGB111106-
CMYK0.900.9900.58
HSL245.71º98.13%20.98%-
HSV(B)245.71º99.06%41.57%-
XYZ2.751.1313.71-
YUV15.96178.81124.46-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.32%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 106 (41.80% from 255) = 89.83%
R=9.32%
G=0.85%
B=89.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1111060.900.9900.58245.7198.1320.98
HexB16A5A6303Af66215
Octal13115213214307236614225
Binary10111110101010110101100011011101011110110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B016A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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