Shades of Midnight Blue #0A0B4B
Tints of Midnight Blue #0A0B4B
RGB
CMYK
RGB Variations
Color information
#0A0B4B (or 0x0A0B4B) is known color: Midnight Blue. HEX triplet: 0A, 0B and 4B. RGB value is (10,11,75). Sum of RGB (Red+Green+Blue) = 10+11+75=96 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.42% from 96); Green value is 11 (4.69% from 255 or 11.46% from 96); Blue value is 75 (29.69% from 255 or 78.12% from 96); Max value from RGB is 75 - color contains mainly: blue. Hex color #0A0B4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0B4B is #F5F4B4. Grayscale: #111111. Windows color (decimal): -16118965 or 4918026. OLE color: 4918026.
HSL color Cylindrical-coordinate representation of color #0A0B4B: hue angle of 239.08º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A0B4B is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 11 | 75 | - |
| CMYK | 0.87 | 0.85 | 0 | 0.71 |
| HSL | 239.08º | 0.76% | 0.17% | - |
| HSV(B) | 239.08º | 0.87% | 0.29% | - |
| XYZ | 1.51 | 0.81 | 6.73 | - |
| YUV | 18 | 160.17 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 11 | 75 | 0.87 | 0.85 | 0 | 0.71 | 239.08 | 0.76 | 0.17 |
| Hex | A | B | 4B | 57 | 55 | 0 | 47 | EF | 4C | 11 |
| Octal | 12 | 13 | 113 | 127 | 125 | 0 | 107 | 357 | 114 | 21 |
| Binary | 1010 | 1011 | 1001011 | 1010111 | 1010101 | 0 | 1000111 | 11101111 | 1001100 | 10001 |
Color Harmonies of #0A0B4B
Complementary color
Monochromatic Colors of #0A0B4B
Black with #0A0B4B
Text Example
Text Example
White with #0A0B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0B4B; }
p { color: rgb(10,11,75); }
H1.HeaderClassName
{
color: #0A0B4B;
}
.AnyTagClassName
{
color: #0A0B4B;
}
</style>
background-color css
<style>
a { background-color: #0A0B4B; }
a { background-color: rgb(10,11,75); }
div.DivClassName
{
background-color: #0A0B4B;
}
.BgClassName
{
background-color: #0A0B4B;
}
</style>
border-color css
<style>
span { border-color: #0A0B4B; }
span { border-color: rgb(10,11,75); }
td.TdClassName
{
border-color: #0A0B4B;
}
.TagClassName
{
border-color: #0A0B4B;
}
</style>