Shades of Navy Blue #0452E9
Tints of Navy Blue #0452E9
RGB
CMYK
RGB Variations
Color information
#0452E9 (or 0x0452E9) is known color: Navy Blue. HEX triplet: 04, 52 and E9. RGB value is (4,82,233). Sum of RGB (Red+Green+Blue) = 4+82+233=319 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 233 (91.41% from 255 or 73.04% from 319); Max value from RGB is 233 - color contains mainly: blue. Hex color #0452E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0452E9 is #FBAD16. Grayscale: #4B4B4B. Windows color (decimal): -16493847 or 15290884. OLE color: 15290884.
HSL color Cylindrical-coordinate representation of color #0452E9: hue angle of 219.56º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0452E9 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 4 | 82 | 233 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.09 |
| HSL | 219.56º | 0.97% | 0.46% | - |
| HSV(B) | 219.56º | 0.98% | 0.91% | - |
| XYZ | 17.78 | 11.94 | 78.46 | - |
| YUV | 75.89 | 216.66 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 233 | 0.98 | 0.65 | 0 | 0.09 | 219.56 | 0.97 | 0.46 |
| Hex | 4 | 52 | E9 | 62 | 41 | 0 | 9 | DC | 61 | 2E |
| Octal | 4 | 122 | 351 | 142 | 101 | 0 | 11 | 334 | 141 | 56 |
| Binary | 100 | 1010010 | 11101001 | 1100010 | 1000001 | 0 | 1001 | 11011100 | 1100001 | 101110 |
Color Harmonies of #0452E9
Complementary color
Monochromatic Colors of #0452E9
Black with #0452E9
Text Example
Text Example
White with #0452E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0452E9; }
p { color: rgb(4,82,233); }
H1.HeaderClassName
{
color: #0452E9;
}
.AnyTagClassName
{
color: #0452E9;
}
</style>
background-color css
<style>
a { background-color: #0452E9; }
a { background-color: rgb(4,82,233); }
div.DivClassName
{
background-color: #0452E9;
}
.BgClassName
{
background-color: #0452E9;
}
</style>
border-color css
<style>
span { border-color: #0452E9; }
span { border-color: rgb(4,82,233); }
td.TdClassName
{
border-color: #0452E9;
}
.TagClassName
{
border-color: #0452E9;
}
</style>