Shades of Navy Blue #0452F9
Tints of Navy Blue #0452F9
RGB
CMYK
RGB Variations
Color information
#0452F9 (or 0x0452F9) is known color: Navy Blue. HEX triplet: 04, 52 and F9. RGB value is (4,82,249). Sum of RGB (Red+Green+Blue) = 4+82+249=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 249 (97.66% from 255 or 74.33% from 335); Max value from RGB is 249 - color contains mainly: blue. Hex color #0452F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0452F9 is #FBAD06. Grayscale: #4C4C4C. Windows color (decimal): -16493831 or 16339460. OLE color: 16339460.
HSL color Cylindrical-coordinate representation of color #0452F9: hue angle of 220.9º degrees, saturation: 0.97, 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 #0452F9 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 82 | 249 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.02 |
| HSL | 220.9º | 0.97% | 0.5% | - |
| HSV(B) | 220.9º | 0.98% | 0.98% | - |
| XYZ | 20.17 | 12.9 | 91.05 | - |
| YUV | 77.72 | 224.66 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 249 | 0.98 | 0.67 | 0 | 0.02 | 220.9 | 0.97 | 0.5 |
| Hex | 4 | 52 | F9 | 62 | 43 | 0 | 2 | DD | 61 | 32 |
| Octal | 4 | 122 | 371 | 142 | 103 | 0 | 2 | 335 | 141 | 62 |
| Binary | 100 | 1010010 | 11111001 | 1100010 | 1000011 | 0 | 10 | 11011101 | 1100001 | 110010 |
Color Harmonies of #0452F9
Complementary color
Monochromatic Colors of #0452F9
Black with #0452F9
Text Example
Text Example
White with #0452F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0452F9; }
p { color: rgb(4,82,249); }
H1.HeaderClassName
{
color: #0452F9;
}
.AnyTagClassName
{
color: #0452F9;
}
</style>
background-color css
<style>
a { background-color: #0452F9; }
a { background-color: rgb(4,82,249); }
div.DivClassName
{
background-color: #0452F9;
}
.BgClassName
{
background-color: #0452F9;
}
</style>
border-color css
<style>
span { border-color: #0452F9; }
span { border-color: rgb(4,82,249); }
td.TdClassName
{
border-color: #0452F9;
}
.TagClassName
{
border-color: #0452F9;
}
</style>