Shades of New Midnight Blue #0F0DAE
Tints of New Midnight Blue #0F0DAE
RGB
CMYK
RGB Variations
Color information
#0F0DAE (or 0x0F0DAE) is known color: New Midnight Blue. HEX triplet: 0F, 0D and AE. RGB value is (15,13,174). Sum of RGB (Red+Green+Blue) = 15+13+174=202 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.43% from 202); Green value is 13 (5.47% from 255 or 6.44% from 202); Blue value is 174 (68.36% from 255 or 86.14% from 202); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F0DAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0DAE is #F0F251. Grayscale: #1F1F1F. Windows color (decimal): -15790674 or 11406607. OLE color: 11406607.
HSL color Cylindrical-coordinate representation of color #0F0DAE: hue angle of 240.75º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F0DAE is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 13 | 174 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.32 |
| HSL | 240.75º | 0.86% | 0.37% | - |
| HSV(B) | 240.75º | 0.93% | 0.68% | - |
| XYZ | 7.98 | 3.45 | 40.29 | - |
| YUV | 31.95 | 208.16 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 13 | 174 | 0.91 | 0.93 | 0 | 0.32 | 240.75 | 0.86 | 0.37 |
| Hex | F | D | AE | 5B | 5D | 0 | 20 | F1 | 56 | 25 |
| Octal | 17 | 15 | 256 | 133 | 135 | 0 | 40 | 361 | 126 | 45 |
| Binary | 1111 | 1101 | 10101110 | 1011011 | 1011101 | 0 | 100000 | 11110001 | 1010110 | 100101 |
Color Harmonies of #0F0DAE
Complementary color
Monochromatic Colors of #0F0DAE
Black with #0F0DAE
Text Example
Text Example
White with #0F0DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0DAE; }
p { color: rgb(15,13,174); }
H1.HeaderClassName
{
color: #0F0DAE;
}
.AnyTagClassName
{
color: #0F0DAE;
}
</style>
background-color css
<style>
a { background-color: #0F0DAE; }
a { background-color: rgb(15,13,174); }
div.DivClassName
{
background-color: #0F0DAE;
}
.BgClassName
{
background-color: #0F0DAE;
}
</style>
border-color css
<style>
span { border-color: #0F0DAE; }
span { border-color: rgb(15,13,174); }
td.TdClassName
{
border-color: #0F0DAE;
}
.TagClassName
{
border-color: #0F0DAE;
}
</style>