Shades of Midnight Blue #0B0854
Tints of Midnight Blue #0B0854
RGB
CMYK
RGB Variations
Color information
#0B0854 (or 0x0B0854) is known color: Midnight Blue. HEX triplet: 0B, 08 and 54. RGB value is (11,8,84). Sum of RGB (Red+Green+Blue) = 11+8+84=103 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.68% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 84 (33.20% from 255 or 81.55% from 103); Max value from RGB is 84 - color contains mainly: blue. Hex color #0B0854 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0854 is #F4F7AB. Grayscale: #111111. Windows color (decimal): -16054188 or 5507083. OLE color: 5507083.
HSL color Cylindrical-coordinate representation of color #0B0854: hue angle of 242.37º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B0854 is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 11 | 8 | 84 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.67 |
| HSL | 242.37º | 0.83% | 0.18% | - |
| HSV(B) | 242.37º | 0.9% | 0.33% | - |
| XYZ | 1.83 | 0.88 | 8.46 | - |
| YUV | 17.56 | 165.49 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 8 | 84 | 0.87 | 0.90 | 0 | 0.67 | 242.37 | 0.83 | 0.18 |
| Hex | B | 8 | 54 | 57 | 5A | 0 | 43 | F2 | 53 | 12 |
| Octal | 13 | 10 | 124 | 127 | 132 | 0 | 103 | 362 | 123 | 22 |
| Binary | 1011 | 1000 | 1010100 | 1010111 | 1011010 | 0 | 1000011 | 11110010 | 1010011 | 10010 |
Color Harmonies of #0B0854
Complementary color
Monochromatic Colors of #0B0854
Black with #0B0854
Text Example
Text Example
White with #0B0854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0854; }
p { color: rgb(11,8,84); }
H1.HeaderClassName
{
color: #0B0854;
}
.AnyTagClassName
{
color: #0B0854;
}
</style>
background-color css
<style>
a { background-color: #0B0854; }
a { background-color: rgb(11,8,84); }
div.DivClassName
{
background-color: #0B0854;
}
.BgClassName
{
background-color: #0B0854;
}
</style>
border-color css
<style>
span { border-color: #0B0854; }
span { border-color: rgb(11,8,84); }
td.TdClassName
{
border-color: #0B0854;
}
.TagClassName
{
border-color: #0B0854;
}
</style>