Shades of Navy Blue #0452FF
Tints of Navy Blue #0452FF
RGB
CMYK
RGB Variations
Color information
#0452FF (or 0x0452FF) is known color: Navy Blue. HEX triplet: 04, 52 and FF. RGB value is (4,82,255). Sum of RGB (Red+Green+Blue) = 4+82+255=341 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #0452FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0452FF is #FBAD00. Grayscale: #4D4D4D. Windows color (decimal): -16493825 or 16732676. OLE color: 16732676.
HSL color Cylindrical-coordinate representation of color #0452FF: hue angle of 221.35º 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 #0452FF is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 82 | 255 | - |
| CMYK | 0.98 | 0.68 | 0 | 0 |
| HSL | 221.35º | 1% | 0.51% | - |
| HSV(B) | 221.35º | 0.98% | 1% | - |
| XYZ | 21.12 | 13.28 | 96.06 | - |
| YUV | 78.4 | 227.66 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 255 | 0.98 | 0.68 | 0 | 0 | 221.35 | 1 | 0.51 |
| Hex | 4 | 52 | FF | 62 | 44 | 0 | 0 | DD | 64 | 33 |
| Octal | 4 | 122 | 377 | 142 | 104 | 0 | 0 | 335 | 144 | 63 |
| Binary | 100 | 1010010 | 11111111 | 1100010 | 1000100 | 0 | 0 | 11011101 | 1100100 | 110011 |
Color Harmonies of #0452FF
Complementary color
Monochromatic Colors of #0452FF
Black with #0452FF
Text Example
Text Example
White with #0452FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0452FF; }
p { color: rgb(4,82,255); }
H1.HeaderClassName
{
color: #0452FF;
}
.AnyTagClassName
{
color: #0452FF;
}
</style>
background-color css
<style>
a { background-color: #0452FF; }
a { background-color: rgb(4,82,255); }
div.DivClassName
{
background-color: #0452FF;
}
.BgClassName
{
background-color: #0452FF;
}
</style>
border-color css
<style>
span { border-color: #0452FF; }
span { border-color: rgb(4,82,255); }
td.TdClassName
{
border-color: #0452FF;
}
.TagClassName
{
border-color: #0452FF;
}
</style>