Shades of Navy Blue #0442DF
Tints of Navy Blue #0442DF
RGB
CMYK
RGB Variations
Color information
#0442DF (or 0x0442DF) is known color: Navy Blue. HEX triplet: 04, 42 and DF. RGB value is (4,66,223). Sum of RGB (Red+Green+Blue) = 4+66+223=293 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 223 (87.5% from 255 or 76.11% from 293); Max value from RGB is 223 - color contains mainly: blue. Hex color #0442DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0442DF is #FBBD20. Grayscale: #404040. Windows color (decimal): -16497953 or 14631428. OLE color: 14631428.
HSL color Cylindrical-coordinate representation of color #0442DF: hue angle of 223.01º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0442DF is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 66 | 223 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.13 |
| HSL | 223.01º | 0.96% | 0.45% | - |
| HSV(B) | 223.01º | 0.98% | 0.87% | - |
| XYZ | 15.32 | 9.25 | 70.79 | - |
| YUV | 65.36 | 216.96 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 223 | 0.98 | 0.70 | 0 | 0.13 | 223.01 | 0.96 | 0.45 |
| Hex | 4 | 42 | DF | 62 | 46 | 0 | D | DF | 60 | 2D |
| Octal | 4 | 102 | 337 | 142 | 106 | 0 | 15 | 337 | 140 | 55 |
| Binary | 100 | 1000010 | 11011111 | 1100010 | 1000110 | 0 | 1101 | 11011111 | 1100000 | 101101 |
Color Harmonies of #0442DF
Complementary color
Monochromatic Colors of #0442DF
Black with #0442DF
Text Example
Text Example
White with #0442DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0442DF; }
p { color: rgb(4,66,223); }
H1.HeaderClassName
{
color: #0442DF;
}
.AnyTagClassName
{
color: #0442DF;
}
</style>
background-color css
<style>
a { background-color: #0442DF; }
a { background-color: rgb(4,66,223); }
div.DivClassName
{
background-color: #0442DF;
}
.BgClassName
{
background-color: #0442DF;
}
</style>
border-color css
<style>
span { border-color: #0442DF; }
span { border-color: rgb(4,66,223); }
td.TdClassName
{
border-color: #0442DF;
}
.TagClassName
{
border-color: #0442DF;
}
</style>