Shades of New Midnight Blue #010FA3
Tints of New Midnight Blue #010FA3
RGB
CMYK
RGB Variations
Color information
#010FA3 (or 0x010FA3) is known color: New Midnight Blue. HEX triplet: 01, 0F and A3. RGB value is (1,15,163). Sum of RGB (Red+Green+Blue) = 1+15+163=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 15 (6.25% from 255 or 8.38% from 179); Blue value is 163 (64.06% from 255 or 91.06% from 179); Max value from RGB is 163 - color contains mainly: blue. Hex color #010FA3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010FA3 is #FEF05C. Grayscale: #1B1B1B. Windows color (decimal): -16707677 or 10686209. OLE color: 10686209.
HSL color Cylindrical-coordinate representation of color #010FA3: hue angle of 234.81º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010FA3 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 15 | 163 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.36 |
| HSL | 234.81º | 0.99% | 0.32% | - |
| HSV(B) | 234.81º | 0.99% | 0.64% | - |
| XYZ | 6.79 | 2.99 | 34.87 | - |
| YUV | 27.69 | 204.36 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 163 | 0.99 | 0.91 | 0 | 0.36 | 234.81 | 0.99 | 0.32 |
| Hex | 1 | F | A3 | 63 | 5B | 0 | 24 | EB | 63 | 20 |
| Octal | 1 | 17 | 243 | 143 | 133 | 0 | 44 | 353 | 143 | 40 |
| Binary | 1 | 1111 | 10100011 | 1100011 | 1011011 | 0 | 100100 | 11101011 | 1100011 | 100000 |
Color Harmonies of #010FA3
Complementary color
Monochromatic Colors of #010FA3
Black with #010FA3
Text Example
Text Example
White with #010FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010FA3; }
p { color: rgb(1,15,163); }
H1.HeaderClassName
{
color: #010FA3;
}
.AnyTagClassName
{
color: #010FA3;
}
</style>
background-color css
<style>
a { background-color: #010FA3; }
a { background-color: rgb(1,15,163); }
div.DivClassName
{
background-color: #010FA3;
}
.BgClassName
{
background-color: #010FA3;
}
</style>
border-color css
<style>
span { border-color: #010FA3; }
span { border-color: rgb(1,15,163); }
td.TdClassName
{
border-color: #010FA3;
}
.TagClassName
{
border-color: #010FA3;
}
</style>