Shades of Navy Blue #0451DD
Tints of Navy Blue #0451DD
RGB
CMYK
RGB Variations
Color information
#0451DD (or 0x0451DD) is known color: Navy Blue. HEX triplet: 04, 51 and DD. RGB value is (4,81,221). Sum of RGB (Red+Green+Blue) = 4+81+221=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 221 (86.72% from 255 or 72.22% from 306); Max value from RGB is 221 - color contains mainly: blue. Hex color #0451DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0451DD is #FBAE22. Grayscale: #494949. Windows color (decimal): -16494115 or 14504196. OLE color: 14504196.
HSL color Cylindrical-coordinate representation of color #0451DD: hue angle of 218.71º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0451DD is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 81 | 221 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.13 |
| HSL | 218.71º | 0.96% | 0.44% | - |
| HSV(B) | 218.71º | 0.98% | 0.87% | - |
| XYZ | 16.04 | 11.13 | 69.71 | - |
| YUV | 73.94 | 210.99 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 221 | 0.98 | 0.63 | 0 | 0.13 | 218.71 | 0.96 | 0.44 |
| Hex | 4 | 51 | DD | 62 | 3F | 0 | D | DB | 60 | 2C |
| Octal | 4 | 121 | 335 | 142 | 77 | 0 | 15 | 333 | 140 | 54 |
| Binary | 100 | 1010001 | 11011101 | 1100010 | 111111 | 0 | 1101 | 11011011 | 1100000 | 101100 |
Color Harmonies of #0451DD
Complementary color
Monochromatic Colors of #0451DD
Black with #0451DD
Text Example
Text Example
White with #0451DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0451DD; }
p { color: rgb(4,81,221); }
H1.HeaderClassName
{
color: #0451DD;
}
.AnyTagClassName
{
color: #0451DD;
}
</style>
background-color css
<style>
a { background-color: #0451DD; }
a { background-color: rgb(4,81,221); }
div.DivClassName
{
background-color: #0451DD;
}
.BgClassName
{
background-color: #0451DD;
}
</style>
border-color css
<style>
span { border-color: #0451DD; }
span { border-color: rgb(4,81,221); }
td.TdClassName
{
border-color: #0451DD;
}
.TagClassName
{
border-color: #0451DD;
}
</style>