Shades of New Midnight Blue #0F03AC
Tints of New Midnight Blue #0F03AC
RGB
CMYK
RGB Variations
Color information
#0F03AC (or 0x0F03AC) is known color: New Midnight Blue. HEX triplet: 0F, 03 and AC. RGB value is (15,3,172). Sum of RGB (Red+Green+Blue) = 15+3+172=190 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.89% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 172 (67.58% from 255 or 90.53% from 190); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F03AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F03AC is #F0FC53. Grayscale: #191919. Windows color (decimal): -15793236 or 11272975. OLE color: 11272975.
HSL color Cylindrical-coordinate representation of color #0F03AC: hue angle of 244.26º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F03AC is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 3 | 172 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.33 |
| HSL | 244.26º | 0.97% | 0.34% | - |
| HSV(B) | 244.26º | 0.98% | 0.67% | - |
| XYZ | 7.68 | 3.15 | 39.23 | - |
| YUV | 25.85 | 210.48 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 3 | 172 | 0.91 | 0.98 | 0 | 0.33 | 244.26 | 0.97 | 0.34 |
| Hex | F | 3 | AC | 5B | 62 | 0 | 21 | F4 | 61 | 22 |
| Octal | 17 | 3 | 254 | 133 | 142 | 0 | 41 | 364 | 141 | 42 |
| Binary | 1111 | 11 | 10101100 | 1011011 | 1100010 | 0 | 100001 | 11110100 | 1100001 | 100010 |
Color Harmonies of #0F03AC
Complementary color
Monochromatic Colors of #0F03AC
Black with #0F03AC
Text Example
Text Example
White with #0F03AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F03AC; }
p { color: rgb(15,3,172); }
H1.HeaderClassName
{
color: #0F03AC;
}
.AnyTagClassName
{
color: #0F03AC;
}
</style>
background-color css
<style>
a { background-color: #0F03AC; }
a { background-color: rgb(15,3,172); }
div.DivClassName
{
background-color: #0F03AC;
}
.BgClassName
{
background-color: #0F03AC;
}
</style>
border-color css
<style>
span { border-color: #0F03AC; }
span { border-color: rgb(15,3,172); }
td.TdClassName
{
border-color: #0F03AC;
}
.TagClassName
{
border-color: #0F03AC;
}
</style>