Shades of Navy Blue #024ADB
Tints of Navy Blue #024ADB
RGB
CMYK
RGB Variations
Color information
#024ADB (or 0x024ADB) is known color: Navy Blue. HEX triplet: 02, 4A and DB. RGB value is (2,74,219). Sum of RGB (Red+Green+Blue) = 2+74+219=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 219 (85.94% from 255 or 74.24% from 295); Max value from RGB is 219 - color contains mainly: blue. Hex color #024ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024ADB is #FDB524. Grayscale: #444444. Windows color (decimal): -16626981 or 14371330. OLE color: 14371330.
HSL color Cylindrical-coordinate representation of color #024ADB: hue angle of 220.09º 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 #024ADB is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 74 | 219 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.14 |
| HSL | 220.09º | 0.98% | 0.43% | - |
| HSV(B) | 220.09º | 0.99% | 0.86% | - |
| XYZ | 15.26 | 10.02 | 68.15 | - |
| YUV | 69 | 212.65 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 219 | 0.99 | 0.66 | 0 | 0.14 | 220.09 | 0.98 | 0.43 |
| Hex | 2 | 4A | DB | 63 | 42 | 0 | E | DC | 62 | 2B |
| Octal | 2 | 112 | 333 | 143 | 102 | 0 | 16 | 334 | 142 | 53 |
| Binary | 10 | 1001010 | 11011011 | 1100011 | 1000010 | 0 | 1110 | 11011100 | 1100010 | 101011 |
Color Harmonies of #024ADB
Complementary color
Monochromatic Colors of #024ADB
Black with #024ADB
Text Example
Text Example
White with #024ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024ADB; }
p { color: rgb(2,74,219); }
H1.HeaderClassName
{
color: #024ADB;
}
.AnyTagClassName
{
color: #024ADB;
}
</style>
background-color css
<style>
a { background-color: #024ADB; }
a { background-color: rgb(2,74,219); }
div.DivClassName
{
background-color: #024ADB;
}
.BgClassName
{
background-color: #024ADB;
}
</style>
border-color css
<style>
span { border-color: #024ADB; }
span { border-color: rgb(2,74,219); }
td.TdClassName
{
border-color: #024ADB;
}
.TagClassName
{
border-color: #024ADB;
}
</style>