Shades of New Midnight Blue #0008AA
Tints of New Midnight Blue #0008AA
RGB
CMYK
RGB Variations
Color information
#0008AA (or 0x0008AA) is known color: New Midnight Blue. HEX triplet: 00, 08 and AA. RGB value is (0,8,170). Sum of RGB (Red+Green+Blue) = 0+8+170=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 170 (66.80% from 255 or 95.51% from 178); Max value from RGB is 170 - color contains mainly: blue. Hex color #0008AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0008AA is #FFF755. Grayscale: #171717. Windows color (decimal): -16774998 or 11143168. OLE color: 11143168.
HSL color Cylindrical-coordinate representation of color #0008AA: hue angle of 237.18º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0008AA is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 8 | 170 | - |
| CMYK | 1 | 0.95 | 0 | 0.33 |
| HSL | 237.18º | 1% | 0.33% | - |
| HSV(B) | 237.18º | 1% | 0.67% | - |
| XYZ | 7.34 | 3.08 | 38.24 | - |
| YUV | 24.08 | 210.35 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 8 | 170 | 1 | 0.95 | 0 | 0.33 | 237.18 | 1 | 0.33 |
| Hex | 0 | 8 | AA | 64 | 5F | 0 | 21 | ED | 64 | 21 |
| Octal | 0 | 10 | 252 | 144 | 137 | 0 | 41 | 355 | 144 | 41 |
| Binary | 0 | 1000 | 10101010 | 1100100 | 1011111 | 0 | 100001 | 11101101 | 1100100 | 100001 |
Color Harmonies of #0008AA
Complementary color
Monochromatic Colors of #0008AA
Black with #0008AA
Text Example
Text Example
White with #0008AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0008AA; }
p { color: rgb(0,8,170); }
H1.HeaderClassName
{
color: #0008AA;
}
.AnyTagClassName
{
color: #0008AA;
}
</style>
background-color css
<style>
a { background-color: #0008AA; }
a { background-color: rgb(0,8,170); }
div.DivClassName
{
background-color: #0008AA;
}
.BgClassName
{
background-color: #0008AA;
}
</style>
border-color css
<style>
span { border-color: #0008AA; }
span { border-color: rgb(0,8,170); }
td.TdClassName
{
border-color: #0008AA;
}
.TagClassName
{
border-color: #0008AA;
}
</style>