Shades of Navy Blue #024ADF
Tints of Navy Blue #024ADF
RGB
CMYK
RGB Variations
Color information
#024ADF (or 0x024ADF) is known color: Navy Blue. HEX triplet: 02, 4A and DF. RGB value is (2,74,223). Sum of RGB (Red+Green+Blue) = 2+74+223=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 223 (87.5% from 255 or 74.58% from 299); Max value from RGB is 223 - color contains mainly: blue. Hex color #024ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024ADF is #FDB520. Grayscale: #444444. Windows color (decimal): -16626977 or 14633474. OLE color: 14633474.
HSL color Cylindrical-coordinate representation of color #024ADF: hue angle of 220.45º 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 #024ADF is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 74 | 223 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.13 |
| HSL | 220.45º | 0.98% | 0.44% | - |
| HSV(B) | 220.45º | 0.99% | 0.87% | - |
| XYZ | 15.79 | 10.24 | 70.96 | - |
| YUV | 69.46 | 214.65 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 223 | 0.99 | 0.67 | 0 | 0.13 | 220.45 | 0.98 | 0.44 |
| Hex | 2 | 4A | DF | 63 | 43 | 0 | D | DC | 62 | 2C |
| Octal | 2 | 112 | 337 | 143 | 103 | 0 | 15 | 334 | 142 | 54 |
| Binary | 10 | 1001010 | 11011111 | 1100011 | 1000011 | 0 | 1101 | 11011100 | 1100010 | 101100 |
Color Harmonies of #024ADF
Complementary color
Monochromatic Colors of #024ADF
Black with #024ADF
Text Example
Text Example
White with #024ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024ADF; }
p { color: rgb(2,74,223); }
H1.HeaderClassName
{
color: #024ADF;
}
.AnyTagClassName
{
color: #024ADF;
}
</style>
background-color css
<style>
a { background-color: #024ADF; }
a { background-color: rgb(2,74,223); }
div.DivClassName
{
background-color: #024ADF;
}
.BgClassName
{
background-color: #024ADF;
}
</style>
border-color css
<style>
span { border-color: #024ADF; }
span { border-color: rgb(2,74,223); }
td.TdClassName
{
border-color: #024ADF;
}
.TagClassName
{
border-color: #024ADF;
}
</style>