Shades of Midnight Blue #0B045A
Tints of Midnight Blue #0B045A
RGB
CMYK
RGB Variations
Color information
#0B045A (or 0x0B045A) is known color: Midnight Blue. HEX triplet: 0B, 04 and 5A. RGB value is (11,4,90). Sum of RGB (Red+Green+Blue) = 11+4+90=105 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.48% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 90 (35.55% from 255 or 85.71% from 105); Max value from RGB is 90 - color contains mainly: blue. Hex color #0B045A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B045A is #F4FBA5. Grayscale: #0F0F0F. Windows color (decimal): -16055206 or 5899275. OLE color: 5899275.
HSL color Cylindrical-coordinate representation of color #0B045A: hue angle of 244.88º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B045A is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 4 | 90 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.65 |
| HSL | 244.88º | 0.91% | 0.18% | - |
| HSV(B) | 244.88º | 0.96% | 0.35% | - |
| XYZ | 2.03 | 0.9 | 9.74 | - |
| YUV | 15.9 | 169.82 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 4 | 90 | 0.88 | 0.96 | 0 | 0.65 | 244.88 | 0.91 | 0.18 |
| Hex | B | 4 | 5A | 58 | 60 | 0 | 41 | F5 | 5B | 12 |
| Octal | 13 | 4 | 132 | 130 | 140 | 0 | 101 | 365 | 133 | 22 |
| Binary | 1011 | 100 | 1011010 | 1011000 | 1100000 | 0 | 1000001 | 11110101 | 1011011 | 10010 |
Color Harmonies of #0B045A
Complementary color
Monochromatic Colors of #0B045A
Black with #0B045A
Text Example
Text Example
White with #0B045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B045A; }
p { color: rgb(11,4,90); }
H1.HeaderClassName
{
color: #0B045A;
}
.AnyTagClassName
{
color: #0B045A;
}
</style>
background-color css
<style>
a { background-color: #0B045A; }
a { background-color: rgb(11,4,90); }
div.DivClassName
{
background-color: #0B045A;
}
.BgClassName
{
background-color: #0B045A;
}
</style>
border-color css
<style>
span { border-color: #0B045A; }
span { border-color: rgb(11,4,90); }
td.TdClassName
{
border-color: #0B045A;
}
.TagClassName
{
border-color: #0B045A;
}
</style>