Shades of Navy Blue #0453CF
Tints of Navy Blue #0453CF
RGB
CMYK
RGB Variations
Color information
#0453CF (or 0x0453CF) is known color: Navy Blue. HEX triplet: 04, 53 and CF. RGB value is (4,83,207). Sum of RGB (Red+Green+Blue) = 4+83+207=294 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 207 (81.25% from 255 or 70.41% from 294); Max value from RGB is 207 - color contains mainly: blue. Hex color #0453CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0453CF is #FBAC30. Grayscale: #484848. Windows color (decimal): -16493617 or 13587204. OLE color: 13587204.
HSL color Cylindrical-coordinate representation of color #0453CF: hue angle of 216.65º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0453CF is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 83 | 207 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.19 |
| HSL | 216.65º | 0.96% | 0.41% | - |
| HSV(B) | 216.65º | 0.98% | 0.81% | - |
| XYZ | 14.41 | 10.72 | 60.34 | - |
| YUV | 73.52 | 203.33 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 83 | 207 | 0.98 | 0.60 | 0 | 0.19 | 216.65 | 0.96 | 0.41 |
| Hex | 4 | 53 | CF | 62 | 3C | 0 | 13 | D9 | 60 | 29 |
| Octal | 4 | 123 | 317 | 142 | 74 | 0 | 23 | 331 | 140 | 51 |
| Binary | 100 | 1010011 | 11001111 | 1100010 | 111100 | 0 | 10011 | 11011001 | 1100000 | 101001 |
Color Harmonies of #0453CF
Complementary color
Monochromatic Colors of #0453CF
Black with #0453CF
Text Example
Text Example
White with #0453CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0453CF; }
p { color: rgb(4,83,207); }
H1.HeaderClassName
{
color: #0453CF;
}
.AnyTagClassName
{
color: #0453CF;
}
</style>
background-color css
<style>
a { background-color: #0453CF; }
a { background-color: rgb(4,83,207); }
div.DivClassName
{
background-color: #0453CF;
}
.BgClassName
{
background-color: #0453CF;
}
</style>
border-color css
<style>
span { border-color: #0453CF; }
span { border-color: rgb(4,83,207); }
td.TdClassName
{
border-color: #0453CF;
}
.TagClassName
{
border-color: #0453CF;
}
</style>