Shades of New Midnight Blue #010FAC
Tints of New Midnight Blue #010FAC
RGB
CMYK
RGB Variations
Color information
#010FAC (or 0x010FAC) is known color: New Midnight Blue. HEX triplet: 01, 0F and AC. RGB value is (1,15,172). Sum of RGB (Red+Green+Blue) = 1+15+172=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 172 (67.58% from 255 or 91.49% from 188); Max value from RGB is 172 - color contains mainly: blue. Hex color #010FAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010FAC is #FEF053. Grayscale: #1C1C1C. Windows color (decimal): -16707668 or 11276033. OLE color: 11276033.
HSL color Cylindrical-coordinate representation of color #010FAC: hue angle of 235.09º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010FAC is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 15 | 172 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.33 |
| HSL | 235.09º | 0.99% | 0.34% | - |
| HSV(B) | 235.09º | 0.99% | 0.67% | - |
| XYZ | 7.63 | 3.33 | 39.27 | - |
| YUV | 28.71 | 208.86 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 172 | 0.99 | 0.91 | 0 | 0.33 | 235.09 | 0.99 | 0.34 |
| Hex | 1 | F | AC | 63 | 5B | 0 | 21 | EB | 63 | 22 |
| Octal | 1 | 17 | 254 | 143 | 133 | 0 | 41 | 353 | 143 | 42 |
| Binary | 1 | 1111 | 10101100 | 1100011 | 1011011 | 0 | 100001 | 11101011 | 1100011 | 100010 |
Color Harmonies of #010FAC
Complementary color
Monochromatic Colors of #010FAC
Black with #010FAC
Text Example
Text Example
White with #010FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010FAC; }
p { color: rgb(1,15,172); }
H1.HeaderClassName
{
color: #010FAC;
}
.AnyTagClassName
{
color: #010FAC;
}
</style>
background-color css
<style>
a { background-color: #010FAC; }
a { background-color: rgb(1,15,172); }
div.DivClassName
{
background-color: #010FAC;
}
.BgClassName
{
background-color: #010FAC;
}
</style>
border-color css
<style>
span { border-color: #010FAC; }
span { border-color: rgb(1,15,172); }
td.TdClassName
{
border-color: #010FAC;
}
.TagClassName
{
border-color: #010FAC;
}
</style>