Shades of New Midnight Blue #0109AE
Tints of New Midnight Blue #0109AE
RGB
CMYK
RGB Variations
Color information
#0109AE (or 0x0109AE) is known color: New Midnight Blue. HEX triplet: 01, 09 and AE. RGB value is (1,9,174). Sum of RGB (Red+Green+Blue) = 1+9+174=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 174 (68.36% from 255 or 94.57% from 184); Max value from RGB is 174 - color contains mainly: blue. Hex color #0109AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0109AE is #FEF651. Grayscale: #181818. Windows color (decimal): -16709202 or 11405569. OLE color: 11405569.
HSL color Cylindrical-coordinate representation of color #0109AE: hue angle of 237.23º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0109AE is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 9 | 174 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.32 |
| HSL | 237.23º | 0.99% | 0.34% | - |
| HSV(B) | 237.23º | 0.99% | 0.68% | - |
| XYZ | 7.75 | 3.26 | 40.26 | - |
| YUV | 25.42 | 211.85 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 174 | 0.99 | 0.95 | 0 | 0.32 | 237.23 | 0.99 | 0.34 |
| Hex | 1 | 9 | AE | 63 | 5F | 0 | 20 | ED | 63 | 22 |
| Octal | 1 | 11 | 256 | 143 | 137 | 0 | 40 | 355 | 143 | 42 |
| Binary | 1 | 1001 | 10101110 | 1100011 | 1011111 | 0 | 100000 | 11101101 | 1100011 | 100010 |
Color Harmonies of #0109AE
Complementary color
Monochromatic Colors of #0109AE
Black with #0109AE
Text Example
Text Example
White with #0109AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0109AE; }
p { color: rgb(1,9,174); }
H1.HeaderClassName
{
color: #0109AE;
}
.AnyTagClassName
{
color: #0109AE;
}
</style>
background-color css
<style>
a { background-color: #0109AE; }
a { background-color: rgb(1,9,174); }
div.DivClassName
{
background-color: #0109AE;
}
.BgClassName
{
background-color: #0109AE;
}
</style>
border-color css
<style>
span { border-color: #0109AE; }
span { border-color: rgb(1,9,174); }
td.TdClassName
{
border-color: #0109AE;
}
.TagClassName
{
border-color: #0109AE;
}
</style>