Shades of Navy Blue #0250DB
Tints of Navy Blue #0250DB
RGB
CMYK
RGB Variations
Color information
#0250DB (or 0x0250DB) is known color: Navy Blue. HEX triplet: 02, 50 and DB. RGB value is (2,80,219). Sum of RGB (Red+Green+Blue) = 2+80+219=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 219 (85.94% from 255 or 72.76% from 301); Max value from RGB is 219 - color contains mainly: blue. Hex color #0250DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0250DB is #FDAF24. Grayscale: #474747. Windows color (decimal): -16625445 or 14372866. OLE color: 14372866.
HSL color Cylindrical-coordinate representation of color #0250DB: hue angle of 218.43º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0250DB is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 80 | 219 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.14 |
| HSL | 218.43º | 0.98% | 0.43% | - |
| HSV(B) | 218.43º | 0.99% | 0.86% | - |
| XYZ | 15.68 | 10.86 | 68.29 | - |
| YUV | 72.52 | 210.66 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 219 | 0.99 | 0.63 | 0 | 0.14 | 218.43 | 0.98 | 0.43 |
| Hex | 2 | 50 | DB | 63 | 3F | 0 | E | DA | 62 | 2B |
| Octal | 2 | 120 | 333 | 143 | 77 | 0 | 16 | 332 | 142 | 53 |
| Binary | 10 | 1010000 | 11011011 | 1100011 | 111111 | 0 | 1110 | 11011010 | 1100010 | 101011 |
Color Harmonies of #0250DB
Complementary color
Monochromatic Colors of #0250DB
Black with #0250DB
Text Example
Text Example
White with #0250DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0250DB; }
p { color: rgb(2,80,219); }
H1.HeaderClassName
{
color: #0250DB;
}
.AnyTagClassName
{
color: #0250DB;
}
</style>
background-color css
<style>
a { background-color: #0250DB; }
a { background-color: rgb(2,80,219); }
div.DivClassName
{
background-color: #0250DB;
}
.BgClassName
{
background-color: #0250DB;
}
</style>
border-color css
<style>
span { border-color: #0250DB; }
span { border-color: rgb(2,80,219); }
td.TdClassName
{
border-color: #0250DB;
}
.TagClassName
{
border-color: #0250DB;
}
</style>