Shades of Navy Blue #0042FD
Tints of Navy Blue #0042FD
RGB
CMYK
RGB Variations
Color information
#0042FD (or 0x0042FD) is known color: Navy Blue. HEX triplet: 00, 42 and FD. RGB value is (0,66,253). Sum of RGB (Red+Green+Blue) = 0+66+253=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 253 (99.22% from 255 or 79.31% from 319); Max value from RGB is 253 - color contains mainly: blue. Hex color #0042FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0042FD is #FFBD02. Grayscale: #424242. Windows color (decimal): -16760067 or 16597504. OLE color: 16597504.
HSL color Cylindrical-coordinate representation of color #0042FD: hue angle of 224.35º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0042FD is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 66 | 253 | - |
| CMYK | 1 | 0.74 | 0 | 0.01 |
| HSL | 224.35º | 1% | 0.5% | - |
| HSV(B) | 224.35º | 1% | 0.99% | - |
| XYZ | 19.68 | 10.99 | 94.01 | - |
| YUV | 67.58 | 232.63 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 66 | 253 | 1 | 0.74 | 0 | 0.01 | 224.35 | 1 | 0.5 |
| Hex | 0 | 42 | FD | 64 | 4A | 0 | 1 | E0 | 64 | 32 |
| Octal | 0 | 102 | 375 | 144 | 112 | 0 | 1 | 340 | 144 | 62 |
| Binary | 0 | 1000010 | 11111101 | 1100100 | 1001010 | 0 | 1 | 11100000 | 1100100 | 110010 |
Color Harmonies of #0042FD
Complementary color
Monochromatic Colors of #0042FD
Black with #0042FD
Text Example
Text Example
White with #0042FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0042FD; }
p { color: rgb(0,66,253); }
H1.HeaderClassName
{
color: #0042FD;
}
.AnyTagClassName
{
color: #0042FD;
}
</style>
background-color css
<style>
a { background-color: #0042FD; }
a { background-color: rgb(0,66,253); }
div.DivClassName
{
background-color: #0042FD;
}
.BgClassName
{
background-color: #0042FD;
}
</style>
border-color css
<style>
span { border-color: #0042FD; }
span { border-color: rgb(0,66,253); }
td.TdClassName
{
border-color: #0042FD;
}
.TagClassName
{
border-color: #0042FD;
}
</style>