Shades of Midnight Blue #0B1269
Tints of Midnight Blue #0B1269
RGB
CMYK
RGB Variations
Color information
#0B1269 (or 0x0B1269) is known color: Midnight Blue. HEX triplet: 0B, 12 and 69. RGB value is (11,18,105). Sum of RGB (Red+Green+Blue) = 11+18+105=134 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.21% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 105 (41.41% from 255 or 78.36% from 134); Max value from RGB is 105 - color contains mainly: blue. Hex color #0B1269 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1269 is #F4ED96. Grayscale: #191919. Windows color (decimal): -16051607 or 6885899. OLE color: 6885899.
HSL color Cylindrical-coordinate representation of color #0B1269: hue angle of 235.53º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B1269 is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 11 | 18 | 105 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.59 |
| HSL | 235.53º | 0.81% | 0.23% | - |
| HSV(B) | 235.53º | 0.9% | 0.41% | - |
| XYZ | 2.9 | 1.52 | 13.51 | - |
| YUV | 25.83 | 172.68 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 18 | 105 | 0.90 | 0.83 | 0 | 0.59 | 235.53 | 0.81 | 0.23 |
| Hex | B | 12 | 69 | 5A | 53 | 0 | 3B | EC | 51 | 17 |
| Octal | 13 | 22 | 151 | 132 | 123 | 0 | 73 | 354 | 121 | 27 |
| Binary | 1011 | 10010 | 1101001 | 1011010 | 1010011 | 0 | 111011 | 11101100 | 1010001 | 10111 |
Color Harmonies of #0B1269
Complementary color
Monochromatic Colors of #0B1269
Black with #0B1269
Text Example
Text Example
White with #0B1269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1269; }
p { color: rgb(11,18,105); }
H1.HeaderClassName
{
color: #0B1269;
}
.AnyTagClassName
{
color: #0B1269;
}
</style>
background-color css
<style>
a { background-color: #0B1269; }
a { background-color: rgb(11,18,105); }
div.DivClassName
{
background-color: #0B1269;
}
.BgClassName
{
background-color: #0B1269;
}
</style>
border-color css
<style>
span { border-color: #0B1269; }
span { border-color: rgb(11,18,105); }
td.TdClassName
{
border-color: #0B1269;
}
.TagClassName
{
border-color: #0B1269;
}
</style>