#0B1158

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

Shades of Midnight Blue #0B1158

Tints of Midnight Blue #0B1158

Color information

#0B1158 (or 0x0B1158) is unknown color: approx Midnight Blue. HEX triplet: 0B, 11 and 58. RGB value is (11,17,88). Sum of RGB (Red+Green+Blue) = 11+17+88=116 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.48% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 88 (34.77% from 255 or 75.86% from 116); Max value from RGB is 88 - color contains mainly: blue. Hex color #0B1158 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1158 is #F4EEA7. Grayscale: #171717. Windows color (decimal): -16051880 or 5771531. OLE color: 5771531.

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

Color convert

RGB111788-
CMYK0.880.8100.65
HSL235.32º77.78%19.41%-
HSV(B)235.32º87.5%34.51%-
XYZ2.11.189.35-
YUV23.3164.51119.23-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.48%
GREEN value IS 17 (7.03% from 255) = 14.66%
BLUE value IS 88 (34.77% from 255) = 75.86%
R=9.48%
G=14.66%
B=75.86%

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
Decimal1117880.880.8100.65235.3277.7819.41
HexB11585851041eb4e13
Octal1321130130121010135311623
Binary1011100011011000101100010100010100000111101011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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