#0B016C

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

Shades of Navy #0B016C

Tints of Navy #0B016C

Color information

#0B016C (or 0x0B016C) is unknown color: approx Navy. HEX triplet: 0B, 01 and 6C. RGB value is (11,1,108). Sum of RGB (Red+Green+Blue) = 11+1+108=120 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.17% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 108 (42.58% from 255 or 90% from 120); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B016C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B016C is #F4FE93. Grayscale: #0F0F0F. Windows color (decimal): -16055956 or 7078155. OLE color: 7078155.

HSL color Cylindrical-coordinate representation of color #0B016C: hue angle of 245.61º 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 #0B016C is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB111108-
CMYK0.900.9900.58
HSL245.61º98.17%21.37%-
HSV(B)245.61º99.07%42.35%-
XYZ2.861.1814.26-
YUV16.19179.81124.3-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.17%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 108 (42.58% from 255) = 90%
R=9.17%
G=0.83%
B=90%

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
Decimal1111080.900.9900.58245.6198.1721.37
HexB16C5A6303Af66215
Octal13115413214307236614225
Binary10111110110010110101100011011101011110110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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