Shades of Midnight Blue #0B146B
Tints of Midnight Blue #0B146B
RGB
CMYK
RGB Variations
Color information
#0B146B (or 0x0B146B) is known color: Midnight Blue. HEX triplet: 0B, 14 and 6B. RGB value is (11,20,107). Sum of RGB (Red+Green+Blue) = 11+20+107=138 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.97% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 107 (42.19% from 255 or 77.54% from 138); Max value from RGB is 107 - color contains mainly: blue. Hex color #0B146B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B146B is #F4EB94. Grayscale: #1A1A1A. Windows color (decimal): -16051093 or 7017483. OLE color: 7017483.
HSL color Cylindrical-coordinate representation of color #0B146B: hue angle of 234.38º 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 #0B146B is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 20 | 107 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.58 |
| HSL | 234.38º | 0.81% | 0.23% | - |
| HSV(B) | 234.38º | 0.9% | 0.42% | - |
| XYZ | 3.04 | 1.63 | 14.06 | - |
| YUV | 27.23 | 173.02 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 20 | 107 | 0.90 | 0.81 | 0 | 0.58 | 234.38 | 0.81 | 0.23 |
| Hex | B | 14 | 6B | 5A | 51 | 0 | 3A | EA | 51 | 17 |
| Octal | 13 | 24 | 153 | 132 | 121 | 0 | 72 | 352 | 121 | 27 |
| Binary | 1011 | 10100 | 1101011 | 1011010 | 1010001 | 0 | 111010 | 11101010 | 1010001 | 10111 |
Color Harmonies of #0B146B
Complementary color
Monochromatic Colors of #0B146B
Black with #0B146B
Text Example
Text Example
White with #0B146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B146B; }
p { color: rgb(11,20,107); }
H1.HeaderClassName
{
color: #0B146B;
}
.AnyTagClassName
{
color: #0B146B;
}
</style>
background-color css
<style>
a { background-color: #0B146B; }
a { background-color: rgb(11,20,107); }
div.DivClassName
{
background-color: #0B146B;
}
.BgClassName
{
background-color: #0B146B;
}
</style>
border-color css
<style>
span { border-color: #0B146B; }
span { border-color: rgb(11,20,107); }
td.TdClassName
{
border-color: #0B146B;
}
.TagClassName
{
border-color: #0B146B;
}
</style>