Shades of Navy Blue #0452FC
Tints of Navy Blue #0452FC
RGB
CMYK
RGB Variations
Color information
#0452FC (or 0x0452FC) is known color: Navy Blue. HEX triplet: 04, 52 and FC. RGB value is (4,82,252). Sum of RGB (Red+Green+Blue) = 4+82+252=338 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 252 (98.83% from 255 or 74.56% from 338); Max value from RGB is 252 - color contains mainly: blue. Hex color #0452FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0452FC is #FBAD03. Grayscale: #4D4D4D. Windows color (decimal): -16493828 or 16536068. OLE color: 16536068.
HSL color Cylindrical-coordinate representation of color #0452FC: hue angle of 221.13º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0452FC is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 82 | 252 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.01 |
| HSL | 221.13º | 0.98% | 0.5% | - |
| HSV(B) | 221.13º | 0.98% | 0.99% | - |
| XYZ | 20.64 | 13.09 | 93.53 | - |
| YUV | 78.06 | 226.16 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 252 | 0.98 | 0.67 | 0 | 0.01 | 221.13 | 0.98 | 0.5 |
| Hex | 4 | 52 | FC | 62 | 43 | 0 | 1 | DD | 62 | 32 |
| Octal | 4 | 122 | 374 | 142 | 103 | 0 | 1 | 335 | 142 | 62 |
| Binary | 100 | 1010010 | 11111100 | 1100010 | 1000011 | 0 | 1 | 11011101 | 1100010 | 110010 |
Color Harmonies of #0452FC
Complementary color
Monochromatic Colors of #0452FC
Black with #0452FC
Text Example
Text Example
White with #0452FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0452FC; }
p { color: rgb(4,82,252); }
H1.HeaderClassName
{
color: #0452FC;
}
.AnyTagClassName
{
color: #0452FC;
}
</style>
background-color css
<style>
a { background-color: #0452FC; }
a { background-color: rgb(4,82,252); }
div.DivClassName
{
background-color: #0452FC;
}
.BgClassName
{
background-color: #0452FC;
}
</style>
border-color css
<style>
span { border-color: #0452FC; }
span { border-color: rgb(4,82,252); }
td.TdClassName
{
border-color: #0452FC;
}
.TagClassName
{
border-color: #0452FC;
}
</style>