Shades of New Midnight Blue #0F00AE
Tints of New Midnight Blue #0F00AE
RGB
CMYK
RGB Variations
Color information
#0F00AE (or 0x0F00AE) is known color: New Midnight Blue. HEX triplet: 0F, 00 and AE. RGB value is (15,0,174). Sum of RGB (Red+Green+Blue) = 15+0+174=189 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.94% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 174 (68.36% from 255 or 92.06% from 189); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F00AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F00AE is #F0FF51. Grayscale: #171717. Windows color (decimal): -15794002 or 11403279. OLE color: 11403279.
HSL color Cylindrical-coordinate representation of color #0F00AE: hue angle of 245.17º 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 #0F00AE is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 0 | 174 | - |
| CMYK | 0.91 | 1 | 0 | 0.32 |
| HSL | 245.17º | 1% | 0.34% | - |
| HSV(B) | 245.17º | 1% | 0.68% | - |
| XYZ | 7.84 | 3.16 | 40.24 | - |
| YUV | 24.32 | 212.47 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 174 | 0.91 | 1 | 0 | 0.32 | 245.17 | 1 | 0.34 |
| Hex | F | 0 | AE | 5B | 64 | 0 | 20 | F5 | 64 | 22 |
| Octal | 17 | 0 | 256 | 133 | 144 | 0 | 40 | 365 | 144 | 42 |
| Binary | 1111 | 0 | 10101110 | 1011011 | 1100100 | 0 | 100000 | 11110101 | 1100100 | 100010 |
Color Harmonies of #0F00AE
Complementary color
Monochromatic Colors of #0F00AE
Black with #0F00AE
Text Example
Text Example
White with #0F00AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F00AE; }
p { color: rgb(15,0,174); }
H1.HeaderClassName
{
color: #0F00AE;
}
.AnyTagClassName
{
color: #0F00AE;
}
</style>
background-color css
<style>
a { background-color: #0F00AE; }
a { background-color: rgb(15,0,174); }
div.DivClassName
{
background-color: #0F00AE;
}
.BgClassName
{
background-color: #0F00AE;
}
</style>
border-color css
<style>
span { border-color: #0F00AE; }
span { border-color: rgb(15,0,174); }
td.TdClassName
{
border-color: #0F00AE;
}
.TagClassName
{
border-color: #0F00AE;
}
</style>