Shades of New Midnight Blue #0000AE
Tints of New Midnight Blue #0000AE
RGB
CMYK
RGB Variations
Color information
#0000AE (or 0x0000AE) is known color: New Midnight Blue. HEX triplet: 00, 00 and AE. RGB value is (0,0,174). Sum of RGB (Red+Green+Blue) = 0+0+174=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 174 (68.36% from 255 or 100% from 174); Max value from RGB is 174 - color contains mainly: blue. Hex color #0000AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0000AE is #FFFF51. Grayscale: #131313. Windows color (decimal): -16777042 or 11403264. OLE color: 11403264.
HSL color Cylindrical-coordinate representation of color #0000AE: hue angle of 240º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0000AE is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 0 | 174 | - |
| CMYK | 1 | 1 | 0 | 0.32 |
| HSL | 240º | 1% | 0.34% | - |
| HSV(B) | 240º | 1% | 0.68% | - |
| XYZ | 7.64 | 3.06 | 40.23 | - |
| YUV | 19.84 | 215 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 0 | 174 | 1 | 1 | 0 | 0.32 | 240 | 1 | 0.34 |
| Hex | 0 | 0 | AE | 64 | 64 | 0 | 20 | F0 | 64 | 22 |
| Octal | 0 | 0 | 256 | 144 | 144 | 0 | 40 | 360 | 144 | 42 |
| Binary | 0 | 0 | 10101110 | 1100100 | 1100100 | 0 | 100000 | 11110000 | 1100100 | 100010 |
Color Harmonies of #0000AE
Complementary color
Monochromatic Colors of #0000AE
Black with #0000AE
Text Example
Text Example
White with #0000AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0000AE; }
p { color: rgb(0,0,174); }
H1.HeaderClassName
{
color: #0000AE;
}
.AnyTagClassName
{
color: #0000AE;
}
</style>
background-color css
<style>
a { background-color: #0000AE; }
a { background-color: rgb(0,0,174); }
div.DivClassName
{
background-color: #0000AE;
}
.BgClassName
{
background-color: #0000AE;
}
</style>
border-color css
<style>
span { border-color: #0000AE; }
span { border-color: rgb(0,0,174); }
td.TdClassName
{
border-color: #0000AE;
}
.TagClassName
{
border-color: #0000AE;
}
</style>