Shades of Navy Blue #0542FF
Tints of Navy Blue #0542FF
RGB
CMYK
RGB Variations
Color information
#0542FF (or 0x0542FF) is known color: Navy Blue. HEX triplet: 05, 42 and FF. RGB value is (5,66,255). Sum of RGB (Red+Green+Blue) = 5+66+255=326 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 255 (100% from 255 or 78.22% from 326); Max value from RGB is 255 - color contains mainly: blue. Hex color #0542FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0542FF is #FABD00. Grayscale: #444444. Windows color (decimal): -16432385 or 16728581. OLE color: 16728581.
HSL color Cylindrical-coordinate representation of color #0542FF: hue angle of 225.36º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0542FF is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 66 | 255 | - |
| CMYK | 0.98 | 0.74 | 0 | 0 |
| HSL | 225.36º | 1% | 0.51% | - |
| HSV(B) | 225.36º | 0.98% | 1% | - |
| XYZ | 20.06 | 11.15 | 95.7 | - |
| YUV | 69.31 | 232.79 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 66 | 255 | 0.98 | 0.74 | 0 | 0 | 225.36 | 1 | 0.51 |
| Hex | 5 | 42 | FF | 62 | 4A | 0 | 0 | E1 | 64 | 33 |
| Octal | 5 | 102 | 377 | 142 | 112 | 0 | 0 | 341 | 144 | 63 |
| Binary | 101 | 1000010 | 11111111 | 1100010 | 1001010 | 0 | 0 | 11100001 | 1100100 | 110011 |
Color Harmonies of #0542FF
Complementary color
Monochromatic Colors of #0542FF
Black with #0542FF
Text Example
Text Example
White with #0542FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0542FF; }
p { color: rgb(5,66,255); }
H1.HeaderClassName
{
color: #0542FF;
}
.AnyTagClassName
{
color: #0542FF;
}
</style>
background-color css
<style>
a { background-color: #0542FF; }
a { background-color: rgb(5,66,255); }
div.DivClassName
{
background-color: #0542FF;
}
.BgClassName
{
background-color: #0542FF;
}
</style>
border-color css
<style>
span { border-color: #0542FF; }
span { border-color: rgb(5,66,255); }
td.TdClassName
{
border-color: #0542FF;
}
.TagClassName
{
border-color: #0542FF;
}
</style>