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