#0B0859

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

Shades of Midnight Blue #0B0859

Tints of Midnight Blue #0B0859

Color information

#0B0859 (or 0x0B0859) is unknown color: approx Midnight Blue. HEX triplet: 0B, 08 and 59. RGB value is (11,8,89). Sum of RGB (Red+Green+Blue) = 11+8+89=108 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.19% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 89 (35.16% from 255 or 82.41% from 108); Max value from RGB is 89 - color contains mainly: blue. Hex color #0B0859 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0859 is #F4F7A6. Grayscale: #111111. Windows color (decimal): -16054183 or 5834763. OLE color: 5834763.

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

Color convert

RGB11889-
CMYK0.880.9100.65
HSL242.22º83.51%19.02%-
HSV(B)242.22º91.01%34.9%-
XYZ2.030.979.53-
YUV18.13167.99122.91-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.19%
GREEN value IS 8 (3.52% from 255) = 7.41%
BLUE value IS 89 (35.16% from 255) = 82.41%
R=10.19%
G=7.41%
B=82.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal118890.880.9100.65242.2283.5119.02
HexB859585B041f25413
Octal1310131130133010136212423
Binary101110001011001101100010110110100000111110010101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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