Shades of Midnight Blue #0B1274
Tints of Midnight Blue #0B1274
RGB
CMYK
RGB Variations
Color information
#0B1274 (or 0x0B1274) is known color: Midnight Blue. HEX triplet: 0B, 12 and 74. RGB value is (11,18,116). Sum of RGB (Red+Green+Blue) = 11+18+116=145 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.59% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 116 (45.70% from 255 or 80% from 145); Max value from RGB is 116 - color contains mainly: blue. Hex color #0B1274 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1274 is #F4ED8B. Grayscale: #1A1A1A. Windows color (decimal): -16051596 or 7606795. OLE color: 7606795.
HSL color Cylindrical-coordinate representation of color #0B1274: hue angle of 236º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B1274 is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 18 | 116 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.55 |
| HSL | 236º | 0.83% | 0.25% | - |
| HSV(B) | 236º | 0.91% | 0.45% | - |
| XYZ | 3.51 | 1.76 | 16.68 | - |
| YUV | 27.08 | 178.18 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 18 | 116 | 0.91 | 0.84 | 0 | 0.55 | 236 | 0.83 | 0.25 |
| Hex | B | 12 | 74 | 5B | 54 | 0 | 37 | EC | 53 | 19 |
| Octal | 13 | 22 | 164 | 133 | 124 | 0 | 67 | 354 | 123 | 31 |
| Binary | 1011 | 10010 | 1110100 | 1011011 | 1010100 | 0 | 110111 | 11101100 | 1010011 | 11001 |
Color Harmonies of #0B1274
Complementary color
Monochromatic Colors of #0B1274
Black with #0B1274
Text Example
Text Example
White with #0B1274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1274; }
p { color: rgb(11,18,116); }
H1.HeaderClassName
{
color: #0B1274;
}
.AnyTagClassName
{
color: #0B1274;
}
</style>
background-color css
<style>
a { background-color: #0B1274; }
a { background-color: rgb(11,18,116); }
div.DivClassName
{
background-color: #0B1274;
}
.BgClassName
{
background-color: #0B1274;
}
</style>
border-color css
<style>
span { border-color: #0B1274; }
span { border-color: rgb(11,18,116); }
td.TdClassName
{
border-color: #0B1274;
}
.TagClassName
{
border-color: #0B1274;
}
</style>