Shades of Navy Blue #0542F9
Tints of Navy Blue #0542F9
RGB
CMYK
RGB Variations
Color information
#0542F9 (or 0x0542F9) is known color: Navy Blue. HEX triplet: 05, 42 and F9. RGB value is (5,66,249). Sum of RGB (Red+Green+Blue) = 5+66+249=320 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 249 (97.66% from 255 or 77.81% from 320); Max value from RGB is 249 - color contains mainly: blue. Hex color #0542F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0542F9 is #FABD06. Grayscale: #434343. Windows color (decimal): -16432391 or 16335365. OLE color: 16335365.
HSL color Cylindrical-coordinate representation of color #0542F9: hue angle of 225º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0542F9 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 66 | 249 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.02 |
| HSL | 225º | 0.96% | 0.5% | - |
| HSV(B) | 225º | 0.98% | 0.98% | - |
| XYZ | 19.11 | 10.77 | 90.69 | - |
| YUV | 68.62 | 229.79 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 66 | 249 | 0.98 | 0.73 | 0 | 0.02 | 225 | 0.96 | 0.5 |
| Hex | 5 | 42 | F9 | 62 | 49 | 0 | 2 | E1 | 60 | 32 |
| Octal | 5 | 102 | 371 | 142 | 111 | 0 | 2 | 341 | 140 | 62 |
| Binary | 101 | 1000010 | 11111001 | 1100010 | 1001001 | 0 | 10 | 11100001 | 1100000 | 110010 |
Color Harmonies of #0542F9
Complementary color
Monochromatic Colors of #0542F9
Black with #0542F9
Text Example
Text Example
White with #0542F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0542F9; }
p { color: rgb(5,66,249); }
H1.HeaderClassName
{
color: #0542F9;
}
.AnyTagClassName
{
color: #0542F9;
}
</style>
background-color css
<style>
a { background-color: #0542F9; }
a { background-color: rgb(5,66,249); }
div.DivClassName
{
background-color: #0542F9;
}
.BgClassName
{
background-color: #0542F9;
}
</style>
border-color css
<style>
span { border-color: #0542F9; }
span { border-color: rgb(5,66,249); }
td.TdClassName
{
border-color: #0542F9;
}
.TagClassName
{
border-color: #0542F9;
}
</style>