Shades of Navy Blue #0454DA
Tints of Navy Blue #0454DA
RGB
CMYK
RGB Variations
Color information
#0454DA (or 0x0454DA) is known color: Navy Blue. HEX triplet: 04, 54 and DA. RGB value is (4,84,218). Sum of RGB (Red+Green+Blue) = 4+84+218=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 218 (85.55% from 255 or 71.24% from 306); Max value from RGB is 218 - color contains mainly: blue. Hex color #0454DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0454DA is #FBAB25. Grayscale: #4A4A4A. Windows color (decimal): -16493350 or 14308356. OLE color: 14308356.
HSL color Cylindrical-coordinate representation of color #0454DA: hue angle of 217.57º 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 #0454DA is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 84 | 218 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.15 |
| HSL | 217.57º | 0.96% | 0.44% | - |
| HSV(B) | 217.57º | 0.98% | 0.85% | - |
| XYZ | 15.88 | 11.43 | 67.7 | - |
| YUV | 75.36 | 208.5 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 84 | 218 | 0.98 | 0.61 | 0 | 0.15 | 217.57 | 0.96 | 0.44 |
| Hex | 4 | 54 | DA | 62 | 3D | 0 | F | DA | 60 | 2C |
| Octal | 4 | 124 | 332 | 142 | 75 | 0 | 17 | 332 | 140 | 54 |
| Binary | 100 | 1010100 | 11011010 | 1100010 | 111101 | 0 | 1111 | 11011010 | 1100000 | 101100 |
Color Harmonies of #0454DA
Complementary color
Monochromatic Colors of #0454DA
Black with #0454DA
Text Example
Text Example
White with #0454DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0454DA; }
p { color: rgb(4,84,218); }
H1.HeaderClassName
{
color: #0454DA;
}
.AnyTagClassName
{
color: #0454DA;
}
</style>
background-color css
<style>
a { background-color: #0454DA; }
a { background-color: rgb(4,84,218); }
div.DivClassName
{
background-color: #0454DA;
}
.BgClassName
{
background-color: #0454DA;
}
</style>
border-color css
<style>
span { border-color: #0454DA; }
span { border-color: rgb(4,84,218); }
td.TdClassName
{
border-color: #0454DA;
}
.TagClassName
{
border-color: #0454DA;
}
</style>