Shades of New Midnight Blue #010FAD
Tints of New Midnight Blue #010FAD
RGB
CMYK
RGB Variations
Color information
#010FAD (or 0x010FAD) is known color: New Midnight Blue. HEX triplet: 01, 0F and AD. RGB value is (1,15,173). Sum of RGB (Red+Green+Blue) = 1+15+173=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 15 (6.25% from 255 or 7.94% from 189); Blue value is 173 (67.97% from 255 or 91.53% from 189); Max value from RGB is 173 - color contains mainly: blue. Hex color #010FAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010FAD is #FEF052. Grayscale: #1C1C1C. Windows color (decimal): -16707667 or 11341569. OLE color: 11341569.
HSL color Cylindrical-coordinate representation of color #010FAD: hue angle of 235.12º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010FAD is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 15 | 173 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.32 |
| HSL | 235.12º | 0.99% | 0.34% | - |
| HSV(B) | 235.12º | 0.99% | 0.68% | - |
| XYZ | 7.73 | 3.37 | 39.78 | - |
| YUV | 28.83 | 209.36 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 173 | 0.99 | 0.91 | 0 | 0.32 | 235.12 | 0.99 | 0.34 |
| Hex | 1 | F | AD | 63 | 5B | 0 | 20 | EB | 63 | 22 |
| Octal | 1 | 17 | 255 | 143 | 133 | 0 | 40 | 353 | 143 | 42 |
| Binary | 1 | 1111 | 10101101 | 1100011 | 1011011 | 0 | 100000 | 11101011 | 1100011 | 100010 |
Color Harmonies of #010FAD
Complementary color
Monochromatic Colors of #010FAD
Black with #010FAD
Text Example
Text Example
White with #010FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010FAD; }
p { color: rgb(1,15,173); }
H1.HeaderClassName
{
color: #010FAD;
}
.AnyTagClassName
{
color: #010FAD;
}
</style>
background-color css
<style>
a { background-color: #010FAD; }
a { background-color: rgb(1,15,173); }
div.DivClassName
{
background-color: #010FAD;
}
.BgClassName
{
background-color: #010FAD;
}
</style>
border-color css
<style>
span { border-color: #010FAD; }
span { border-color: rgb(1,15,173); }
td.TdClassName
{
border-color: #010FAD;
}
.TagClassName
{
border-color: #010FAD;
}
</style>