Shades of New Midnight Blue #0F02A0
Tints of New Midnight Blue #0F02A0
RGB
CMYK
RGB Variations
Color information
#0F02A0 (or 0x0F02A0) is known color: New Midnight Blue. HEX triplet: 0F, 02 and A0. RGB value is (15,2,160). Sum of RGB (Red+Green+Blue) = 15+2+160=177 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.47% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 160 (62.89% from 255 or 90.40% from 177); Max value from RGB is 160 - color contains mainly: blue. Hex color #0F02A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F02A0 is #F0FD5F. Grayscale: #171717. Windows color (decimal): -15793504 or 10486287. OLE color: 10486287.
HSL color Cylindrical-coordinate representation of color #0F02A0: hue angle of 244.94º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F02A0 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 2 | 160 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.37 |
| HSL | 244.94º | 0.98% | 0.32% | - |
| HSV(B) | 244.94º | 0.99% | 0.63% | - |
| XYZ | 6.56 | 2.68 | 33.43 | - |
| YUV | 23.9 | 204.81 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 2 | 160 | 0.91 | 0.99 | 0 | 0.37 | 244.94 | 0.98 | 0.32 |
| Hex | F | 2 | A0 | 5B | 63 | 0 | 25 | F5 | 62 | 20 |
| Octal | 17 | 2 | 240 | 133 | 143 | 0 | 45 | 365 | 142 | 40 |
| Binary | 1111 | 10 | 10100000 | 1011011 | 1100011 | 0 | 100101 | 11110101 | 1100010 | 100000 |
Color Harmonies of #0F02A0
Complementary color
Monochromatic Colors of #0F02A0
Black with #0F02A0
Text Example
Text Example
White with #0F02A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F02A0; }
p { color: rgb(15,2,160); }
H1.HeaderClassName
{
color: #0F02A0;
}
.AnyTagClassName
{
color: #0F02A0;
}
</style>
background-color css
<style>
a { background-color: #0F02A0; }
a { background-color: rgb(15,2,160); }
div.DivClassName
{
background-color: #0F02A0;
}
.BgClassName
{
background-color: #0F02A0;
}
</style>
border-color css
<style>
span { border-color: #0F02A0; }
span { border-color: rgb(15,2,160); }
td.TdClassName
{
border-color: #0F02A0;
}
.TagClassName
{
border-color: #0F02A0;
}
</style>