#0B1159

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

Shades of Midnight Blue #0B1159

Tints of Midnight Blue #0B1159

Color information

#0B1159 (or 0x0B1159) is unknown color: approx Midnight Blue. HEX triplet: 0B, 11 and 59. RGB value is (11,17,89). Sum of RGB (Red+Green+Blue) = 11+17+89=117 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.40% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 89 (35.16% from 255 or 76.07% from 117); Max value from RGB is 89 - color contains mainly: blue. Hex color #0B1159 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1159 is #F4EEA6. Grayscale: #171717. Windows color (decimal): -16051879 or 5837067. OLE color: 5837067.

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

Color convert

RGB111789-
CMYK0.880.8100.65
HSL235.38º78%19.61%-
HSV(B)235.38º87.64%34.9%-
XYZ2.141.199.57-
YUV23.41165.01119.15-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.40%
GREEN value IS 17 (7.03% from 255) = 14.53%
BLUE value IS 89 (35.16% from 255) = 76.07%
R=9.40%
G=14.53%
B=76.07%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1117890.880.8100.65235.387819.61
HexB11595851041eb4e14
Octal1321131130121010135311624
Binary1011100011011001101100010100010100000111101011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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