Shades of Navy Blue #0484DD
Tints of Navy Blue #0484DD
RGB
CMYK
RGB Variations
Color information
#0484DD (or 0x0484DD) is known color: Navy Blue. HEX triplet: 04, 84 and DD. RGB value is (4,132,221). Sum of RGB (Red+Green+Blue) = 4+132+221=357 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #0484DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0484DD is #FB7B22. Grayscale: #676767. Windows color (decimal): -16481059 or 14517252. OLE color: 14517252.
HSL color Cylindrical-coordinate representation of color #0484DD: hue angle of 204.61º 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 #0484DD is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 132 | 221 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.13 |
| HSL | 204.61º | 0.96% | 0.44% | - |
| HSV(B) | 204.61º | 0.98% | 0.87% | - |
| XYZ | 21.35 | 21.75 | 71.48 | - |
| YUV | 103.87 | 194.09 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 132 | 221 | 0.98 | 0.40 | 0 | 0.13 | 204.61 | 0.96 | 0.44 |
| Hex | 4 | 84 | DD | 62 | 28 | 0 | D | CD | 60 | 2C |
| Octal | 4 | 204 | 335 | 142 | 50 | 0 | 15 | 315 | 140 | 54 |
| Binary | 100 | 10000100 | 11011101 | 1100010 | 101000 | 0 | 1101 | 11001101 | 1100000 | 101100 |
Color Harmonies of #0484DD
Complementary color
Monochromatic Colors of #0484DD
Black with #0484DD
Text Example
Text Example
White with #0484DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0484DD; }
p { color: rgb(4,132,221); }
H1.HeaderClassName
{
color: #0484DD;
}
.AnyTagClassName
{
color: #0484DD;
}
</style>
background-color css
<style>
a { background-color: #0484DD; }
a { background-color: rgb(4,132,221); }
div.DivClassName
{
background-color: #0484DD;
}
.BgClassName
{
background-color: #0484DD;
}
</style>
border-color css
<style>
span { border-color: #0484DD; }
span { border-color: rgb(4,132,221); }
td.TdClassName
{
border-color: #0484DD;
}
.TagClassName
{
border-color: #0484DD;
}
</style>