#0B0959

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

Shades of Midnight Blue #0B0959

Tints of Midnight Blue #0B0959

Color information

#0B0959 (or 0x0B0959) is unknown color: approx Midnight Blue. HEX triplet: 0B, 09 and 59. RGB value is (11,9,89). Sum of RGB (Red+Green+Blue) = 11+9+89=109 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.09% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 89 (35.16% from 255 or 81.65% from 109); Max value from RGB is 89 - color contains mainly: blue. Hex color #0B0959 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0959 is #F4F6A6. Grayscale: #121212. Windows color (decimal): -16053927 or 5835019. OLE color: 5835019.

HSL color Cylindrical-coordinate representation of color #0B0959: hue angle of 241.5º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B0959 is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB11989-
CMYK0.880.9000.65
HSL241.5º81.63%19.22%-
HSV(B)241.5º89.89%34.9%-
XYZ2.040.999.53-
YUV18.72167.66122.5-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.09%
GREEN value IS 9 (3.91% from 255) = 8.26%
BLUE value IS 89 (35.16% from 255) = 81.65%
R=10.09%
G=8.26%
B=81.65%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal119890.880.9000.65241.581.6319.22
HexB959585A041f25213
Octal1311131130132010136212223
Binary101110011011001101100010110100100000111110010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,9,89); }

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

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

 a { background-color: rgb(11,9,89); }

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

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

 span { border-color: rgb(11,9,89); }

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