Shades of Navy Blue #0284DD
Tints of Navy Blue #0284DD
RGB
CMYK
RGB Variations
Color information
#0284DD (or 0x0284DD) is known color: Navy Blue. HEX triplet: 02, 84 and DD. RGB value is (2,132,221). Sum of RGB (Red+Green+Blue) = 2+132+221=355 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #0284DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0284DD is #FD7B22. Grayscale: #666666. Windows color (decimal): -16612131 or 14517250. OLE color: 14517250.
HSL color Cylindrical-coordinate representation of color #0284DD: hue angle of 204.38º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0284DD is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 132 | 221 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.13 |
| HSL | 204.38º | 0.98% | 0.44% | - |
| HSV(B) | 204.38º | 0.99% | 0.87% | - |
| XYZ | 21.33 | 21.74 | 71.48 | - |
| YUV | 103.28 | 194.43 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 132 | 221 | 0.99 | 0.40 | 0 | 0.13 | 204.38 | 0.98 | 0.44 |
| Hex | 2 | 84 | DD | 63 | 28 | 0 | D | CC | 62 | 2C |
| Octal | 2 | 204 | 335 | 143 | 50 | 0 | 15 | 314 | 142 | 54 |
| Binary | 10 | 10000100 | 11011101 | 1100011 | 101000 | 0 | 1101 | 11001100 | 1100010 | 101100 |
Color Harmonies of #0284DD
Complementary color
Monochromatic Colors of #0284DD
Black with #0284DD
Text Example
Text Example
White with #0284DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0284DD; }
p { color: rgb(2,132,221); }
H1.HeaderClassName
{
color: #0284DD;
}
.AnyTagClassName
{
color: #0284DD;
}
</style>
background-color css
<style>
a { background-color: #0284DD; }
a { background-color: rgb(2,132,221); }
div.DivClassName
{
background-color: #0284DD;
}
.BgClassName
{
background-color: #0284DD;
}
</style>
border-color css
<style>
span { border-color: #0284DD; }
span { border-color: rgb(2,132,221); }
td.TdClassName
{
border-color: #0284DD;
}
.TagClassName
{
border-color: #0284DD;
}
</style>