Shades of New Midnight Blue #0204AD
Tints of New Midnight Blue #0204AD
RGB
CMYK
RGB Variations
Color information
#0204AD (or 0x0204AD) is known color: New Midnight Blue. HEX triplet: 02, 04 and AD. RGB value is (2,4,173). Sum of RGB (Red+Green+Blue) = 2+4+173=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 173 (67.97% from 255 or 96.65% from 179); Max value from RGB is 173 - color contains mainly: blue. Hex color #0204AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0204AD is #FDFB52. Grayscale: #151515. Windows color (decimal): -16644947 or 11338754. OLE color: 11338754.
HSL color Cylindrical-coordinate representation of color #0204AD: hue angle of 239.3º degrees, saturation: 0.98, 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 #0204AD is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 4 | 173 | - |
| CMYK | 0.99 | 0.98 | 0 | 0.32 |
| HSL | 239.3º | 0.98% | 0.34% | - |
| HSV(B) | 239.3º | 0.99% | 0.68% | - |
| XYZ | 7.61 | 3.12 | 39.74 | - |
| YUV | 22.67 | 212.84 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 4 | 173 | 0.99 | 0.98 | 0 | 0.32 | 239.3 | 0.98 | 0.34 |
| Hex | 2 | 4 | AD | 63 | 62 | 0 | 20 | EF | 62 | 22 |
| Octal | 2 | 4 | 255 | 143 | 142 | 0 | 40 | 357 | 142 | 42 |
| Binary | 10 | 100 | 10101101 | 1100011 | 1100010 | 0 | 100000 | 11101111 | 1100010 | 100010 |
Color Harmonies of #0204AD
Complementary color
Monochromatic Colors of #0204AD
Black with #0204AD
Text Example
Text Example
White with #0204AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0204AD; }
p { color: rgb(2,4,173); }
H1.HeaderClassName
{
color: #0204AD;
}
.AnyTagClassName
{
color: #0204AD;
}
</style>
background-color css
<style>
a { background-color: #0204AD; }
a { background-color: rgb(2,4,173); }
div.DivClassName
{
background-color: #0204AD;
}
.BgClassName
{
background-color: #0204AD;
}
</style>
border-color css
<style>
span { border-color: #0204AD; }
span { border-color: rgb(2,4,173); }
td.TdClassName
{
border-color: #0204AD;
}
.TagClassName
{
border-color: #0204AD;
}
</style>