Shades of Navy Blue #0042DD
Tints of Navy Blue #0042DD
RGB
CMYK
RGB Variations
Color information
#0042DD (or 0x0042DD) is known color: Navy Blue. HEX triplet: 00, 42 and DD. RGB value is (0,66,221). Sum of RGB (Red+Green+Blue) = 0+66+221=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 221 (86.72% from 255 or 77.00% from 287); Max value from RGB is 221 - color contains mainly: blue. Hex color #0042DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0042DD is #FFBD22. Grayscale: #3F3F3F. Windows color (decimal): -16760099 or 14500352. OLE color: 14500352.
HSL color Cylindrical-coordinate representation of color #0042DD: hue angle of 222.08º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0042DD is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 66 | 221 | - |
| CMYK | 1 | 0.70 | 0 | 0.13 |
| HSL | 222.08º | 1% | 0.43% | - |
| HSV(B) | 222.08º | 1% | 0.87% | - |
| XYZ | 15 | 9.12 | 69.38 | - |
| YUV | 63.94 | 216.63 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 66 | 221 | 1 | 0.70 | 0 | 0.13 | 222.08 | 1 | 0.43 |
| Hex | 0 | 42 | DD | 64 | 46 | 0 | D | DE | 64 | 2B |
| Octal | 0 | 102 | 335 | 144 | 106 | 0 | 15 | 336 | 144 | 53 |
| Binary | 0 | 1000010 | 11011101 | 1100100 | 1000110 | 0 | 1101 | 11011110 | 1100100 | 101011 |
Color Harmonies of #0042DD
Complementary color
Monochromatic Colors of #0042DD
Black with #0042DD
Text Example
Text Example
White with #0042DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0042DD; }
p { color: rgb(0,66,221); }
H1.HeaderClassName
{
color: #0042DD;
}
.AnyTagClassName
{
color: #0042DD;
}
</style>
background-color css
<style>
a { background-color: #0042DD; }
a { background-color: rgb(0,66,221); }
div.DivClassName
{
background-color: #0042DD;
}
.BgClassName
{
background-color: #0042DD;
}
</style>
border-color css
<style>
span { border-color: #0042DD; }
span { border-color: rgb(0,66,221); }
td.TdClassName
{
border-color: #0042DD;
}
.TagClassName
{
border-color: #0042DD;
}
</style>