Shades of Midnight Blue #0B005A
Tints of Midnight Blue #0B005A
RGB
CMYK
RGB Variations
Color information
#0B005A (or 0x0B005A) is known color: Midnight Blue. HEX triplet: 0B, 00 and 5A. RGB value is (11,0,90). Sum of RGB (Red+Green+Blue) = 11+0+90=101 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.89% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 90 (35.55% from 255 or 89.11% from 101); Max value from RGB is 90 - color contains mainly: blue. Hex color #0B005A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B005A is #F4FFA5. Grayscale: #0D0D0D. Windows color (decimal): -16056230 or 5898251. OLE color: 5898251.
HSL color Cylindrical-coordinate representation of color #0B005A: hue angle of 247.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B005A is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 0 | 90 | - |
| CMYK | 0.88 | 1 | 0 | 0.65 |
| HSL | 247.33º | 1% | 0.18% | - |
| HSV(B) | 247.33º | 1% | 0.35% | - |
| XYZ | 1.98 | 0.81 | 9.72 | - |
| YUV | 13.55 | 171.14 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 0 | 90 | 0.88 | 1 | 0 | 0.65 | 247.33 | 1 | 0.18 |
| Hex | B | 0 | 5A | 58 | 64 | 0 | 41 | F7 | 64 | 12 |
| Octal | 13 | 0 | 132 | 130 | 144 | 0 | 101 | 367 | 144 | 22 |
| Binary | 1011 | 0 | 1011010 | 1011000 | 1100100 | 0 | 1000001 | 11110111 | 1100100 | 10010 |
Color Harmonies of #0B005A
Complementary color
Monochromatic Colors of #0B005A
Black with #0B005A
Text Example
Text Example
White with #0B005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B005A; }
p { color: rgb(11,0,90); }
H1.HeaderClassName
{
color: #0B005A;
}
.AnyTagClassName
{
color: #0B005A;
}
</style>
background-color css
<style>
a { background-color: #0B005A; }
a { background-color: rgb(11,0,90); }
div.DivClassName
{
background-color: #0B005A;
}
.BgClassName
{
background-color: #0B005A;
}
</style>
border-color css
<style>
span { border-color: #0B005A; }
span { border-color: rgb(11,0,90); }
td.TdClassName
{
border-color: #0B005A;
}
.TagClassName
{
border-color: #0B005A;
}
</style>