Shades of New Midnight Blue #1004AD
Tints of New Midnight Blue #1004AD
RGB
CMYK
RGB Variations
Color information
#1004AD (or 0x1004AD) is known color: New Midnight Blue. HEX triplet: 10, 04 and AD. RGB value is (16,4,173). Sum of RGB (Red+Green+Blue) = 16+4+173=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 173 (67.97% from 255 or 89.64% from 193); Max value from RGB is 173 - color contains mainly: blue. Hex color #1004AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1004AD is #EFFB52. Grayscale: #1A1A1A. Windows color (decimal): -15727443 or 11338768. OLE color: 11338768.
HSL color Cylindrical-coordinate representation of color #1004AD: hue angle of 244.26º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1004AD is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 4 | 173 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.32 |
| HSL | 244.26º | 0.95% | 0.35% | - |
| HSV(B) | 244.26º | 0.98% | 0.68% | - |
| XYZ | 7.8 | 3.21 | 39.74 | - |
| YUV | 26.85 | 210.48 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 4 | 173 | 0.91 | 0.98 | 0 | 0.32 | 244.26 | 0.95 | 0.35 |
| Hex | 10 | 4 | AD | 5B | 62 | 0 | 20 | F4 | 5F | 23 |
| Octal | 20 | 4 | 255 | 133 | 142 | 0 | 40 | 364 | 137 | 43 |
| Binary | 10000 | 100 | 10101101 | 1011011 | 1100010 | 0 | 100000 | 11110100 | 1011111 | 100011 |
Color Harmonies of #1004AD
Complementary color
Monochromatic Colors of #1004AD
Black with #1004AD
Text Example
Text Example
White with #1004AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1004AD; }
p { color: rgb(16,4,173); }
H1.HeaderClassName
{
color: #1004AD;
}
.AnyTagClassName
{
color: #1004AD;
}
</style>
background-color css
<style>
a { background-color: #1004AD; }
a { background-color: rgb(16,4,173); }
div.DivClassName
{
background-color: #1004AD;
}
.BgClassName
{
background-color: #1004AD;
}
</style>
border-color css
<style>
span { border-color: #1004AD; }
span { border-color: rgb(16,4,173); }
td.TdClassName
{
border-color: #1004AD;
}
.TagClassName
{
border-color: #1004AD;
}
</style>