#0B116B

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

Shades of Midnight Blue #0B116B

Tints of Midnight Blue #0B116B

Color information

#0B116B (or 0x0B116B) is unknown color: approx Midnight Blue. HEX triplet: 0B, 11 and 6B. RGB value is (11,17,107). Sum of RGB (Red+Green+Blue) = 11+17+107=135 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.15% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 107 (42.19% from 255 or 79.26% from 135); Max value from RGB is 107 - color contains mainly: blue. Hex color #0B116B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B116B is #F4EE94. Grayscale: #191919. Windows color (decimal): -16051861 or 7016715. OLE color: 7016715.

HSL color Cylindrical-coordinate representation of color #0B116B: hue angle of 236.25º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B116B is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1117107-
CMYK0.900.8400.58
HSL236.25º81.36%23.14%-
HSV(B)236.25º89.72%41.96%-
XYZ2.991.5314.05-
YUV25.47174.01117.68-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.15%
GREEN value IS 17 (7.03% from 255) = 12.59%
BLUE value IS 107 (42.19% from 255) = 79.26%
R=8.15%
G=12.59%
B=79.26%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11171070.900.8400.58236.2581.3623.14
HexB116B5A5403Aec5117
Octal132115313212407235412127
Binary101110001110101110110101010100011101011101100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B116B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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