Shades of Navy Blue #0250DD
Tints of Navy Blue #0250DD
RGB
CMYK
RGB Variations
Color information
#0250DD (or 0x0250DD) is known color: Navy Blue. HEX triplet: 02, 50 and DD. RGB value is (2,80,221). Sum of RGB (Red+Green+Blue) = 2+80+221=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 221 (86.72% from 255 or 72.94% from 303); Max value from RGB is 221 - color contains mainly: blue. Hex color #0250DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0250DD is #FDAF22. Grayscale: #484848. Windows color (decimal): -16625443 or 14503938. OLE color: 14503938.
HSL color Cylindrical-coordinate representation of color #0250DD: hue angle of 218.63º 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 #0250DD is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 80 | 221 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.13 |
| HSL | 218.63º | 0.98% | 0.44% | - |
| HSV(B) | 218.63º | 0.99% | 0.87% | - |
| XYZ | 15.94 | 10.97 | 69.68 | - |
| YUV | 72.75 | 211.66 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 221 | 0.99 | 0.64 | 0 | 0.13 | 218.63 | 0.98 | 0.44 |
| Hex | 2 | 50 | DD | 63 | 40 | 0 | D | DB | 62 | 2C |
| Octal | 2 | 120 | 335 | 143 | 100 | 0 | 15 | 333 | 142 | 54 |
| Binary | 10 | 1010000 | 11011101 | 1100011 | 1000000 | 0 | 1101 | 11011011 | 1100010 | 101100 |
Color Harmonies of #0250DD
Complementary color
Monochromatic Colors of #0250DD
Black with #0250DD
Text Example
Text Example
White with #0250DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0250DD; }
p { color: rgb(2,80,221); }
H1.HeaderClassName
{
color: #0250DD;
}
.AnyTagClassName
{
color: #0250DD;
}
</style>
background-color css
<style>
a { background-color: #0250DD; }
a { background-color: rgb(2,80,221); }
div.DivClassName
{
background-color: #0250DD;
}
.BgClassName
{
background-color: #0250DD;
}
</style>
border-color css
<style>
span { border-color: #0250DD; }
span { border-color: rgb(2,80,221); }
td.TdClassName
{
border-color: #0250DD;
}
.TagClassName
{
border-color: #0250DD;
}
</style>