Shades of New Midnight Blue #0009A6
Tints of New Midnight Blue #0009A6
RGB
CMYK
RGB Variations
Color information
#0009A6 (or 0x0009A6) is known color: New Midnight Blue. HEX triplet: 00, 09 and A6. RGB value is (0,9,166). Sum of RGB (Red+Green+Blue) = 0+9+166=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 166 (65.23% from 255 or 94.86% from 175); Max value from RGB is 166 - color contains mainly: blue. Hex color #0009A6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0009A6 is #FFF659. Grayscale: #171717. Windows color (decimal): -16774746 or 10881280. OLE color: 10881280.
HSL color Cylindrical-coordinate representation of color #0009A6: hue angle of 236.75º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0009A6 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 9 | 166 | - |
| CMYK | 1 | 0.95 | 0 | 0.35 |
| HSL | 236.75º | 1% | 0.33% | - |
| HSV(B) | 236.75º | 1% | 0.65% | - |
| XYZ | 6.98 | 2.95 | 36.28 | - |
| YUV | 24.21 | 208.02 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 166 | 1 | 0.95 | 0 | 0.35 | 236.75 | 1 | 0.33 |
| Hex | 0 | 9 | A6 | 64 | 5F | 0 | 23 | ED | 64 | 21 |
| Octal | 0 | 11 | 246 | 144 | 137 | 0 | 43 | 355 | 144 | 41 |
| Binary | 0 | 1001 | 10100110 | 1100100 | 1011111 | 0 | 100011 | 11101101 | 1100100 | 100001 |
Color Harmonies of #0009A6
Complementary color
Monochromatic Colors of #0009A6
Black with #0009A6
Text Example
Text Example
White with #0009A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0009A6; }
p { color: rgb(0,9,166); }
H1.HeaderClassName
{
color: #0009A6;
}
.AnyTagClassName
{
color: #0009A6;
}
</style>
background-color css
<style>
a { background-color: #0009A6; }
a { background-color: rgb(0,9,166); }
div.DivClassName
{
background-color: #0009A6;
}
.BgClassName
{
background-color: #0009A6;
}
</style>
border-color css
<style>
span { border-color: #0009A6; }
span { border-color: rgb(0,9,166); }
td.TdClassName
{
border-color: #0009A6;
}
.TagClassName
{
border-color: #0009A6;
}
</style>