Shades of Midnight Blue #0B1A73
Tints of Midnight Blue #0B1A73
RGB
CMYK
RGB Variations
Color information
#0B1A73 (or 0x0B1A73) is known color: Midnight Blue. HEX triplet: 0B, 1A and 73. RGB value is (11,26,115). Sum of RGB (Red+Green+Blue) = 11+26+115=152 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.24% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 115 (45.31% from 255 or 75.66% from 152); Max value from RGB is 115 - color contains mainly: blue. Hex color #0B1A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B1A73 is #F4E58C. Grayscale: #1F1F1F. Windows color (decimal): -16049549 or 7543307. OLE color: 7543307.
HSL color Cylindrical-coordinate representation of color #0B1A73: hue angle of 231.35º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B1A73 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 26 | 115 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.55 |
| HSL | 231.35º | 0.83% | 0.25% | - |
| HSV(B) | 231.35º | 0.9% | 0.45% | - |
| XYZ | 3.6 | 2.05 | 16.43 | - |
| YUV | 31.66 | 175.03 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 26 | 115 | 0.90 | 0.77 | 0 | 0.55 | 231.35 | 0.83 | 0.25 |
| Hex | B | 1A | 73 | 5A | 4D | 0 | 37 | E7 | 53 | 19 |
| Octal | 13 | 32 | 163 | 132 | 115 | 0 | 67 | 347 | 123 | 31 |
| Binary | 1011 | 11010 | 1110011 | 1011010 | 1001101 | 0 | 110111 | 11100111 | 1010011 | 11001 |
Color Harmonies of #0B1A73
Complementary color
Monochromatic Colors of #0B1A73
Black with #0B1A73
Text Example
Text Example
White with #0B1A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1A73; }
p { color: rgb(11,26,115); }
H1.HeaderClassName
{
color: #0B1A73;
}
.AnyTagClassName
{
color: #0B1A73;
}
</style>
background-color css
<style>
a { background-color: #0B1A73; }
a { background-color: rgb(11,26,115); }
div.DivClassName
{
background-color: #0B1A73;
}
.BgClassName
{
background-color: #0B1A73;
}
</style>
border-color css
<style>
span { border-color: #0B1A73; }
span { border-color: rgb(11,26,115); }
td.TdClassName
{
border-color: #0B1A73;
}
.TagClassName
{
border-color: #0B1A73;
}
</style>