Shades of Navy Blue #024FF3
Tints of Navy Blue #024FF3
RGB
CMYK
RGB Variations
Color information
#024FF3 (or 0x024FF3) is known color: Navy Blue. HEX triplet: 02, 4F and F3. RGB value is (2,79,243). Sum of RGB (Red+Green+Blue) = 2+79+243=324 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 243 (95.31% from 255 or 75% from 324); Max value from RGB is 243 - color contains mainly: blue. Hex color #024FF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024FF3 is #FDB00C. Grayscale: #494949. Windows color (decimal): -16625677 or 15945474. OLE color: 15945474.
HSL color Cylindrical-coordinate representation of color #024FF3: hue angle of 220.83º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024FF3 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 79 | 243 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.05 |
| HSL | 220.83º | 0.98% | 0.48% | - |
| HSV(B) | 220.83º | 0.99% | 0.95% | - |
| XYZ | 19 | 12.08 | 86.12 | - |
| YUV | 74.67 | 222.99 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 243 | 0.99 | 0.67 | 0 | 0.05 | 220.83 | 0.98 | 0.48 |
| Hex | 2 | 4F | F3 | 63 | 43 | 0 | 5 | DD | 62 | 30 |
| Octal | 2 | 117 | 363 | 143 | 103 | 0 | 5 | 335 | 142 | 60 |
| Binary | 10 | 1001111 | 11110011 | 1100011 | 1000011 | 0 | 101 | 11011101 | 1100010 | 110000 |
Color Harmonies of #024FF3
Complementary color
Monochromatic Colors of #024FF3
Black with #024FF3
Text Example
Text Example
White with #024FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024FF3; }
p { color: rgb(2,79,243); }
H1.HeaderClassName
{
color: #024FF3;
}
.AnyTagClassName
{
color: #024FF3;
}
</style>
background-color css
<style>
a { background-color: #024FF3; }
a { background-color: rgb(2,79,243); }
div.DivClassName
{
background-color: #024FF3;
}
.BgClassName
{
background-color: #024FF3;
}
</style>
border-color css
<style>
span { border-color: #024FF3; }
span { border-color: rgb(2,79,243); }
td.TdClassName
{
border-color: #024FF3;
}
.TagClassName
{
border-color: #024FF3;
}
</style>