Shades of Midnight Blue #09014B
Tints of Midnight Blue #09014B
RGB
CMYK
RGB Variations
Color information
#09014B (or 0x09014B) is known color: Midnight Blue. HEX triplet: 09, 01 and 4B. RGB value is (9,1,75). Sum of RGB (Red+Green+Blue) = 9+1+75=85 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.59% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 75 (29.69% from 255 or 88.24% from 85); Max value from RGB is 75 - color contains mainly: blue. Hex color #09014B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09014B is #F6FEB4. Grayscale: #0B0B0B. Windows color (decimal): -16187061 or 4915465. OLE color: 4915465.
HSL color Cylindrical-coordinate representation of color #09014B: hue angle of 246.49º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #09014B is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 1 | 75 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.71 |
| HSL | 246.49º | 0.97% | 0.15% | - |
| HSV(B) | 246.49º | 0.99% | 0.29% | - |
| XYZ | 1.39 | 0.59 | 6.7 | - |
| YUV | 11.83 | 163.65 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 75 | 0.88 | 0.99 | 0 | 0.71 | 246.49 | 0.97 | 0.15 |
| Hex | 9 | 1 | 4B | 58 | 63 | 0 | 47 | F6 | 61 | F |
| Octal | 11 | 1 | 113 | 130 | 143 | 0 | 107 | 366 | 141 | 17 |
| Binary | 1001 | 1 | 1001011 | 1011000 | 1100011 | 0 | 1000111 | 11110110 | 1100001 | 1111 |
Color Harmonies of #09014B
Complementary color
Monochromatic Colors of #09014B
Black with #09014B
Text Example
Text Example
White with #09014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09014B; }
p { color: rgb(9,1,75); }
H1.HeaderClassName
{
color: #09014B;
}
.AnyTagClassName
{
color: #09014B;
}
</style>
background-color css
<style>
a { background-color: #09014B; }
a { background-color: rgb(9,1,75); }
div.DivClassName
{
background-color: #09014B;
}
.BgClassName
{
background-color: #09014B;
}
</style>
border-color css
<style>
span { border-color: #09014B; }
span { border-color: rgb(9,1,75); }
td.TdClassName
{
border-color: #09014B;
}
.TagClassName
{
border-color: #09014B;
}
</style>