#0B0160

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

Shades of Midnight Blue #0B0160

Tints of Midnight Blue #0B0160

Color information

#0B0160 (or 0x0B0160) is unknown color: approx Midnight Blue. HEX triplet: 0B, 01 and 60. RGB value is (11,1,96). Sum of RGB (Red+Green+Blue) = 11+1+96=108 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.19% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 96 (37.89% from 255 or 88.89% from 108); Max value from RGB is 96 - color contains mainly: blue. Hex color #0B0160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0160 is #F4FE9F. Grayscale: #0E0E0E. Windows color (decimal): -16055968 or 6291723. OLE color: 6291723.

HSL color Cylindrical-coordinate representation of color #0B0160: hue angle of 246.32º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B0160 is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB11196-
CMYK0.890.9900.62
HSL246.32º97.94%19.02%-
HSV(B)246.32º98.96%37.65%-
XYZ2.260.9411.13-
YUV14.82173.81125.28-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.19%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 96 (37.89% from 255) = 88.89%
R=10.19%
G=0.93%
B=88.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal111960.890.9900.62246.3297.9419.02
HexB160596303Ef66213
Octal13114013114307636614223
Binary10111110000010110011100011011111011110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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