Shades of Navy Blue #0453DA
Tints of Navy Blue #0453DA
RGB
CMYK
RGB Variations
Color information
#0453DA (or 0x0453DA) is known color: Navy Blue. HEX triplet: 04, 53 and DA. RGB value is (4,83,218). Sum of RGB (Red+Green+Blue) = 4+83+218=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 218 (85.55% from 255 or 71.48% from 305); Max value from RGB is 218 - color contains mainly: blue. Hex color #0453DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0453DA is #FBAC25. Grayscale: #4A4A4A. Windows color (decimal): -16493606 or 14308100. OLE color: 14308100.
HSL color Cylindrical-coordinate representation of color #0453DA: hue angle of 217.85º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0453DA is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 83 | 218 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.15 |
| HSL | 217.85º | 0.96% | 0.44% | - |
| HSV(B) | 217.85º | 0.98% | 0.85% | - |
| XYZ | 15.8 | 11.27 | 67.67 | - |
| YUV | 74.77 | 208.83 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 83 | 218 | 0.98 | 0.62 | 0 | 0.15 | 217.85 | 0.96 | 0.44 |
| Hex | 4 | 53 | DA | 62 | 3E | 0 | F | DA | 60 | 2C |
| Octal | 4 | 123 | 332 | 142 | 76 | 0 | 17 | 332 | 140 | 54 |
| Binary | 100 | 1010011 | 11011010 | 1100010 | 111110 | 0 | 1111 | 11011010 | 1100000 | 101100 |
Color Harmonies of #0453DA
Complementary color
Monochromatic Colors of #0453DA
Black with #0453DA
Text Example
Text Example
White with #0453DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0453DA; }
p { color: rgb(4,83,218); }
H1.HeaderClassName
{
color: #0453DA;
}
.AnyTagClassName
{
color: #0453DA;
}
</style>
background-color css
<style>
a { background-color: #0453DA; }
a { background-color: rgb(4,83,218); }
div.DivClassName
{
background-color: #0453DA;
}
.BgClassName
{
background-color: #0453DA;
}
</style>
border-color css
<style>
span { border-color: #0453DA; }
span { border-color: rgb(4,83,218); }
td.TdClassName
{
border-color: #0453DA;
}
.TagClassName
{
border-color: #0453DA;
}
</style>