#0B115F

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

Shades of Midnight Blue #0B115F

Tints of Midnight Blue #0B115F

Color information

#0B115F (or 0x0B115F) is unknown color: approx Midnight Blue. HEX triplet: 0B, 11 and 5F. RGB value is (11,17,95). Sum of RGB (Red+Green+Blue) = 11+17+95=123 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.94% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 95 (37.5% from 255 or 77.24% from 123); Max value from RGB is 95 - color contains mainly: blue. Hex color #0B115F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B115F is #F4EEA0. Grayscale: #171717. Windows color (decimal): -16051873 or 6230283. OLE color: 6230283.

HSL color Cylindrical-coordinate representation of color #0B115F: hue angle of 235.71º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B115F is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB111795-
CMYK0.880.8200.63
HSL235.71º79.25%20.78%-
HSV(B)235.71º88.42%37.25%-
XYZ2.41.310.95-
YUV24.1168.01118.66-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.94%
GREEN value IS 17 (7.03% from 255) = 13.82%
BLUE value IS 95 (37.5% from 255) = 77.24%
R=8.94%
G=13.82%
B=77.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1117950.880.8200.63235.7179.2520.78
HexB115F585203Fec4f15
Octal132113713012207735411725
Binary101110001101111110110001010010011111111101100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B115F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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