Shades of Navy Blue #0451DA
Tints of Navy Blue #0451DA
RGB
CMYK
RGB Variations
Color information
#0451DA (or 0x0451DA) is known color: Navy Blue. HEX triplet: 04, 51 and DA. RGB value is (4,81,218). Sum of RGB (Red+Green+Blue) = 4+81+218=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 218 (85.55% from 255 or 71.95% from 303); Max value from RGB is 218 - color contains mainly: blue. Hex color #0451DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0451DA is #FBAE25. Grayscale: #484848. Windows color (decimal): -16494118 or 14307588. OLE color: 14307588.
HSL color Cylindrical-coordinate representation of color #0451DA: hue angle of 218.41º 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 #0451DA is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 81 | 218 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.15 |
| HSL | 218.41º | 0.96% | 0.44% | - |
| HSV(B) | 218.41º | 0.98% | 0.85% | - |
| XYZ | 15.65 | 10.97 | 67.62 | - |
| YUV | 73.6 | 209.49 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 218 | 0.98 | 0.63 | 0 | 0.15 | 218.41 | 0.96 | 0.44 |
| Hex | 4 | 51 | DA | 62 | 3F | 0 | F | DA | 60 | 2C |
| Octal | 4 | 121 | 332 | 142 | 77 | 0 | 17 | 332 | 140 | 54 |
| Binary | 100 | 1010001 | 11011010 | 1100010 | 111111 | 0 | 1111 | 11011010 | 1100000 | 101100 |
Color Harmonies of #0451DA
Complementary color
Monochromatic Colors of #0451DA
Black with #0451DA
Text Example
Text Example
White with #0451DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0451DA; }
p { color: rgb(4,81,218); }
H1.HeaderClassName
{
color: #0451DA;
}
.AnyTagClassName
{
color: #0451DA;
}
</style>
background-color css
<style>
a { background-color: #0451DA; }
a { background-color: rgb(4,81,218); }
div.DivClassName
{
background-color: #0451DA;
}
.BgClassName
{
background-color: #0451DA;
}
</style>
border-color css
<style>
span { border-color: #0451DA; }
span { border-color: rgb(4,81,218); }
td.TdClassName
{
border-color: #0451DA;
}
.TagClassName
{
border-color: #0451DA;
}
</style>