Shades of New Midnight Blue #0010A0
Tints of New Midnight Blue #0010A0
RGB
CMYK
RGB Variations
Color information
#0010A0 (or 0x0010A0) is known color: New Midnight Blue. HEX triplet: 00, 10 and A0. RGB value is (0,16,160). Sum of RGB (Red+Green+Blue) = 0+16+160=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 160 (62.89% from 255 or 90.91% from 176); Max value from RGB is 160 - color contains mainly: blue. Hex color #0010A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0010A0 is #FFEF5F. Grayscale: #1B1B1B. Windows color (decimal): -16772960 or 10489856. OLE color: 10489856.
HSL color Cylindrical-coordinate representation of color #0010A0: hue angle of 234º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0010A0 is Cyan = 1, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 16 | 160 | - |
| CMYK | 1 | 0.9 | 0 | 0.37 |
| HSL | 234º | 1% | 0.31% | - |
| HSV(B) | 234º | 1% | 0.63% | - |
| XYZ | 6.53 | 2.91 | 33.47 | - |
| YUV | 27.63 | 202.7 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 160 | 1 | 0.9 | 0 | 0.37 | 234 | 1 | 0.31 |
| Hex | 0 | 10 | A0 | 64 | 5A | 0 | 25 | EA | 64 | 1F |
| Octal | 0 | 20 | 240 | 144 | 132 | 0 | 45 | 352 | 144 | 37 |
| Binary | 0 | 10000 | 10100000 | 1100100 | 1011010 | 0 | 100101 | 11101010 | 1100100 | 11111 |
Color Harmonies of #0010A0
Complementary color
Monochromatic Colors of #0010A0
Black with #0010A0
Text Example
Text Example
White with #0010A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0010A0; }
p { color: rgb(0,16,160); }
H1.HeaderClassName
{
color: #0010A0;
}
.AnyTagClassName
{
color: #0010A0;
}
</style>
background-color css
<style>
a { background-color: #0010A0; }
a { background-color: rgb(0,16,160); }
div.DivClassName
{
background-color: #0010A0;
}
.BgClassName
{
background-color: #0010A0;
}
</style>
border-color css
<style>
span { border-color: #0010A0; }
span { border-color: rgb(0,16,160); }
td.TdClassName
{
border-color: #0010A0;
}
.TagClassName
{
border-color: #0010A0;
}
</style>