Shades of New Midnight Blue #0913B1
Tints of New Midnight Blue #0913B1
RGB
CMYK
RGB Variations
Color information
#0913B1 (or 0x0913B1) is known color: New Midnight Blue. HEX triplet: 09, 13 and B1. RGB value is (9,19,177). Sum of RGB (Red+Green+Blue) = 9+19+177=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 177 (69.53% from 255 or 86.34% from 205); Max value from RGB is 177 - color contains mainly: blue. Hex color #0913B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0913B1 is #F6EC4E. Grayscale: #212121. Windows color (decimal): -16182351 or 11604745. OLE color: 11604745.
HSL color Cylindrical-coordinate representation of color #0913B1: hue angle of 236.43º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0913B1 is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 19 | 177 | - |
| CMYK | 0.95 | 0.89 | 0 | 0.31 |
| HSL | 236.43º | 0.9% | 0.36% | - |
| HSV(B) | 236.43º | 0.95% | 0.69% | - |
| XYZ | 8.28 | 3.7 | 41.87 | - |
| YUV | 34.02 | 208.69 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 177 | 0.95 | 0.89 | 0 | 0.31 | 236.43 | 0.9 | 0.36 |
| Hex | 9 | 13 | B1 | 5F | 59 | 0 | 1F | EC | 5A | 24 |
| Octal | 11 | 23 | 261 | 137 | 131 | 0 | 37 | 354 | 132 | 44 |
| Binary | 1001 | 10011 | 10110001 | 1011111 | 1011001 | 0 | 11111 | 11101100 | 1011010 | 100100 |
Color Harmonies of #0913B1
Complementary color
Monochromatic Colors of #0913B1
Black with #0913B1
Text Example
Text Example
White with #0913B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0913B1; }
p { color: rgb(9,19,177); }
H1.HeaderClassName
{
color: #0913B1;
}
.AnyTagClassName
{
color: #0913B1;
}
</style>
background-color css
<style>
a { background-color: #0913B1; }
a { background-color: rgb(9,19,177); }
div.DivClassName
{
background-color: #0913B1;
}
.BgClassName
{
background-color: #0913B1;
}
</style>
border-color css
<style>
span { border-color: #0913B1; }
span { border-color: rgb(9,19,177); }
td.TdClassName
{
border-color: #0913B1;
}
.TagClassName
{
border-color: #0913B1;
}
</style>