Shades of Navy Blue #0249DB
Tints of Navy Blue #0249DB
RGB
CMYK
RGB Variations
Color information
#0249DB (or 0x0249DB) is known color: Navy Blue. HEX triplet: 02, 49 and DB. RGB value is (2,73,219). Sum of RGB (Red+Green+Blue) = 2+73+219=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 219 (85.94% from 255 or 74.49% from 294); Max value from RGB is 219 - color contains mainly: blue. Hex color #0249DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0249DB is #FDB624. Grayscale: #434343. Windows color (decimal): -16627237 or 14371074. OLE color: 14371074.
HSL color Cylindrical-coordinate representation of color #0249DB: hue angle of 220.37º 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 #0249DB is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 73 | 219 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.14 |
| HSL | 220.37º | 0.98% | 0.43% | - |
| HSV(B) | 220.37º | 0.99% | 0.86% | - |
| XYZ | 15.19 | 9.89 | 68.13 | - |
| YUV | 68.42 | 212.98 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 219 | 0.99 | 0.67 | 0 | 0.14 | 220.37 | 0.98 | 0.43 |
| Hex | 2 | 49 | DB | 63 | 43 | 0 | E | DC | 62 | 2B |
| Octal | 2 | 111 | 333 | 143 | 103 | 0 | 16 | 334 | 142 | 53 |
| Binary | 10 | 1001001 | 11011011 | 1100011 | 1000011 | 0 | 1110 | 11011100 | 1100010 | 101011 |
Color Harmonies of #0249DB
Complementary color
Monochromatic Colors of #0249DB
Black with #0249DB
Text Example
Text Example
White with #0249DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0249DB; }
p { color: rgb(2,73,219); }
H1.HeaderClassName
{
color: #0249DB;
}
.AnyTagClassName
{
color: #0249DB;
}
</style>
background-color css
<style>
a { background-color: #0249DB; }
a { background-color: rgb(2,73,219); }
div.DivClassName
{
background-color: #0249DB;
}
.BgClassName
{
background-color: #0249DB;
}
</style>
border-color css
<style>
span { border-color: #0249DB; }
span { border-color: rgb(2,73,219); }
td.TdClassName
{
border-color: #0249DB;
}
.TagClassName
{
border-color: #0249DB;
}
</style>