Shades of Midnight Blue #0B136C
Tints of Midnight Blue #0B136C
RGB
CMYK
RGB Variations
Color information
#0B136C (or 0x0B136C) is known color: Midnight Blue. HEX triplet: 0B, 13 and 6C. RGB value is (11,19,108). Sum of RGB (Red+Green+Blue) = 11+19+108=138 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.97% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 108 (42.58% from 255 or 78.26% from 138); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B136C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B136C is #F4EC93. Grayscale: #1A1A1A. Windows color (decimal): -16051348 or 7082763. OLE color: 7082763.
HSL color Cylindrical-coordinate representation of color #0B136C: hue angle of 235.05º degrees, saturation: 0.82, 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 #0B136C is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 19 | 108 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.58 |
| HSL | 235.05º | 0.82% | 0.23% | - |
| HSV(B) | 235.05º | 0.9% | 0.42% | - |
| XYZ | 3.08 | 1.62 | 14.34 | - |
| YUV | 26.75 | 173.85 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 19 | 108 | 0.90 | 0.82 | 0 | 0.58 | 235.05 | 0.82 | 0.23 |
| Hex | B | 13 | 6C | 5A | 52 | 0 | 3A | EB | 52 | 17 |
| Octal | 13 | 23 | 154 | 132 | 122 | 0 | 72 | 353 | 122 | 27 |
| Binary | 1011 | 10011 | 1101100 | 1011010 | 1010010 | 0 | 111010 | 11101011 | 1010010 | 10111 |
Color Harmonies of #0B136C
Complementary color
Monochromatic Colors of #0B136C
Black with #0B136C
Text Example
Text Example
White with #0B136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B136C; }
p { color: rgb(11,19,108); }
H1.HeaderClassName
{
color: #0B136C;
}
.AnyTagClassName
{
color: #0B136C;
}
</style>
background-color css
<style>
a { background-color: #0B136C; }
a { background-color: rgb(11,19,108); }
div.DivClassName
{
background-color: #0B136C;
}
.BgClassName
{
background-color: #0B136C;
}
</style>
border-color css
<style>
span { border-color: #0B136C; }
span { border-color: rgb(11,19,108); }
td.TdClassName
{
border-color: #0B136C;
}
.TagClassName
{
border-color: #0B136C;
}
</style>