Shades of Midnight Blue #0B135D
Tints of Midnight Blue #0B135D
RGB
CMYK
RGB Variations
Color information
#0B135D (or 0x0B135D) is known color: Midnight Blue. HEX triplet: 0B, 13 and 5D. RGB value is (11,19,93). Sum of RGB (Red+Green+Blue) = 11+19+93=123 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.94% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 93 (36.72% from 255 or 75.61% from 123); Max value from RGB is 93 - color contains mainly: blue. Hex color #0B135D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B135D is #F4ECA2. Grayscale: #181818. Windows color (decimal): -16051363 or 6099723. OLE color: 6099723.
HSL color Cylindrical-coordinate representation of color #0B135D: hue angle of 234.15º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B135D is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 11 | 19 | 93 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.64 |
| HSL | 234.15º | 0.79% | 0.2% | - |
| HSV(B) | 234.15º | 0.88% | 0.36% | - |
| XYZ | 2.35 | 1.33 | 10.49 | - |
| YUV | 25.04 | 166.35 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 19 | 93 | 0.88 | 0.80 | 0 | 0.64 | 234.15 | 0.79 | 0.2 |
| Hex | B | 13 | 5D | 58 | 50 | 0 | 40 | EA | 4F | 14 |
| Octal | 13 | 23 | 135 | 130 | 120 | 0 | 100 | 352 | 117 | 24 |
| Binary | 1011 | 10011 | 1011101 | 1011000 | 1010000 | 0 | 1000000 | 11101010 | 1001111 | 10100 |
Color Harmonies of #0B135D
Complementary color
Monochromatic Colors of #0B135D
Black with #0B135D
Text Example
Text Example
White with #0B135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B135D; }
p { color: rgb(11,19,93); }
H1.HeaderClassName
{
color: #0B135D;
}
.AnyTagClassName
{
color: #0B135D;
}
</style>
background-color css
<style>
a { background-color: #0B135D; }
a { background-color: rgb(11,19,93); }
div.DivClassName
{
background-color: #0B135D;
}
.BgClassName
{
background-color: #0B135D;
}
</style>
border-color css
<style>
span { border-color: #0B135D; }
span { border-color: rgb(11,19,93); }
td.TdClassName
{
border-color: #0B135D;
}
.TagClassName
{
border-color: #0B135D;
}
</style>