Shades of New Midnight Blue #0F0DA4
Tints of New Midnight Blue #0F0DA4
RGB
CMYK
RGB Variations
Color information
#0F0DA4 (or 0x0F0DA4) is known color: New Midnight Blue. HEX triplet: 0F, 0D and A4. RGB value is (15,13,164). Sum of RGB (Red+Green+Blue) = 15+13+164=192 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.81% from 192); Green value is 13 (5.47% from 255 or 6.77% from 192); Blue value is 164 (64.45% from 255 or 85.42% from 192); Max value from RGB is 164 - color contains mainly: blue. Hex color #0F0DA4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0DA4 is #F0F25B. Grayscale: #1E1E1E. Windows color (decimal): -15790684 or 10751247. OLE color: 10751247.
HSL color Cylindrical-coordinate representation of color #0F0DA4: hue angle of 240.79º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F0DA4 is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 13 | 164 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.36 |
| HSL | 240.79º | 0.85% | 0.35% | - |
| HSV(B) | 240.79º | 0.92% | 0.64% | - |
| XYZ | 7.04 | 3.07 | 35.34 | - |
| YUV | 30.81 | 203.16 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 13 | 164 | 0.91 | 0.92 | 0 | 0.36 | 240.79 | 0.85 | 0.35 |
| Hex | F | D | A4 | 5B | 5C | 0 | 24 | F1 | 55 | 23 |
| Octal | 17 | 15 | 244 | 133 | 134 | 0 | 44 | 361 | 125 | 43 |
| Binary | 1111 | 1101 | 10100100 | 1011011 | 1011100 | 0 | 100100 | 11110001 | 1010101 | 100011 |
Color Harmonies of #0F0DA4
Complementary color
Monochromatic Colors of #0F0DA4
Black with #0F0DA4
Text Example
Text Example
White with #0F0DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0DA4; }
p { color: rgb(15,13,164); }
H1.HeaderClassName
{
color: #0F0DA4;
}
.AnyTagClassName
{
color: #0F0DA4;
}
</style>
background-color css
<style>
a { background-color: #0F0DA4; }
a { background-color: rgb(15,13,164); }
div.DivClassName
{
background-color: #0F0DA4;
}
.BgClassName
{
background-color: #0F0DA4;
}
</style>
border-color css
<style>
span { border-color: #0F0DA4; }
span { border-color: rgb(15,13,164); }
td.TdClassName
{
border-color: #0F0DA4;
}
.TagClassName
{
border-color: #0F0DA4;
}
</style>