Shades of Navy Blue #0042DF
Tints of Navy Blue #0042DF
RGB
CMYK
RGB Variations
Color information
#0042DF (or 0x0042DF) is known color: Navy Blue. HEX triplet: 00, 42 and DF. RGB value is (0,66,223). Sum of RGB (Red+Green+Blue) = 0+66+223=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 223 (87.5% from 255 or 77.16% from 289); Max value from RGB is 223 - color contains mainly: blue. Hex color #0042DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0042DF is #FFBD20. Grayscale: #3F3F3F. Windows color (decimal): -16760097 or 14631424. OLE color: 14631424.
HSL color Cylindrical-coordinate representation of color #0042DF: hue angle of 222.24º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0042DF is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 66 | 223 | - |
| CMYK | 1 | 0.70 | 0 | 0.13 |
| HSL | 222.24º | 1% | 0.44% | - |
| HSV(B) | 222.24º | 1% | 0.87% | - |
| XYZ | 15.27 | 9.22 | 70.79 | - |
| YUV | 64.16 | 217.63 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 66 | 223 | 1 | 0.70 | 0 | 0.13 | 222.24 | 1 | 0.44 |
| Hex | 0 | 42 | DF | 64 | 46 | 0 | D | DE | 64 | 2C |
| Octal | 0 | 102 | 337 | 144 | 106 | 0 | 15 | 336 | 144 | 54 |
| Binary | 0 | 1000010 | 11011111 | 1100100 | 1000110 | 0 | 1101 | 11011110 | 1100100 | 101100 |
Color Harmonies of #0042DF
Complementary color
Monochromatic Colors of #0042DF
Black with #0042DF
Text Example
Text Example
White with #0042DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0042DF; }
p { color: rgb(0,66,223); }
H1.HeaderClassName
{
color: #0042DF;
}
.AnyTagClassName
{
color: #0042DF;
}
</style>
background-color css
<style>
a { background-color: #0042DF; }
a { background-color: rgb(0,66,223); }
div.DivClassName
{
background-color: #0042DF;
}
.BgClassName
{
background-color: #0042DF;
}
</style>
border-color css
<style>
span { border-color: #0042DF; }
span { border-color: rgb(0,66,223); }
td.TdClassName
{
border-color: #0042DF;
}
.TagClassName
{
border-color: #0042DF;
}
</style>