Shades of Navy Blue #0486DD
Tints of Navy Blue #0486DD
RGB
CMYK
RGB Variations
Color information
#0486DD (or 0x0486DD) is known color: Navy Blue. HEX triplet: 04, 86 and DD. RGB value is (4,134,221). Sum of RGB (Red+Green+Blue) = 4+134+221=359 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 221 (86.72% from 255 or 61.56% from 359); Max value from RGB is 221 - color contains mainly: blue. Hex color #0486DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0486DD is #FB7922. Grayscale: #686868. Windows color (decimal): -16480547 or 14517764. OLE color: 14517764.
HSL color Cylindrical-coordinate representation of color #0486DD: hue angle of 204.06º 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 #0486DD is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 134 | 221 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.13 |
| HSL | 204.06º | 0.96% | 0.44% | - |
| HSV(B) | 204.06º | 0.98% | 0.87% | - |
| XYZ | 21.63 | 22.3 | 71.57 | - |
| YUV | 105.05 | 193.43 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 134 | 221 | 0.98 | 0.39 | 0 | 0.13 | 204.06 | 0.96 | 0.44 |
| Hex | 4 | 86 | DD | 62 | 27 | 0 | D | CC | 60 | 2C |
| Octal | 4 | 206 | 335 | 142 | 47 | 0 | 15 | 314 | 140 | 54 |
| Binary | 100 | 10000110 | 11011101 | 1100010 | 100111 | 0 | 1101 | 11001100 | 1100000 | 101100 |
Color Harmonies of #0486DD
Complementary color
Monochromatic Colors of #0486DD
Black with #0486DD
Text Example
Text Example
White with #0486DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0486DD; }
p { color: rgb(4,134,221); }
H1.HeaderClassName
{
color: #0486DD;
}
.AnyTagClassName
{
color: #0486DD;
}
</style>
background-color css
<style>
a { background-color: #0486DD; }
a { background-color: rgb(4,134,221); }
div.DivClassName
{
background-color: #0486DD;
}
.BgClassName
{
background-color: #0486DD;
}
</style>
border-color css
<style>
span { border-color: #0486DD; }
span { border-color: rgb(4,134,221); }
td.TdClassName
{
border-color: #0486DD;
}
.TagClassName
{
border-color: #0486DD;
}
</style>