Shades of Navy Blue #024FC5
Tints of Navy Blue #024FC5
RGB
CMYK
RGB Variations
Color information
#024FC5 (or 0x024FC5) is known color: Navy Blue. HEX triplet: 02, 4F and C5. RGB value is (2,79,197). Sum of RGB (Red+Green+Blue) = 2+79+197=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 197 (77.34% from 255 or 70.86% from 278); Max value from RGB is 197 - color contains mainly: blue. Hex color #024FC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024FC5 is #FDB03A. Grayscale: #444444. Windows color (decimal): -16625723 or 12930818. OLE color: 12930818.
HSL color Cylindrical-coordinate representation of color #024FC5: hue angle of 216.31º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024FC5 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 79 | 197 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.23 |
| HSL | 216.31º | 0.98% | 0.39% | - |
| HSV(B) | 216.31º | 0.99% | 0.77% | - |
| XYZ | 12.9 | 9.64 | 54 | - |
| YUV | 69.43 | 199.99 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 197 | 0.99 | 0.60 | 0 | 0.23 | 216.31 | 0.98 | 0.39 |
| Hex | 2 | 4F | C5 | 63 | 3C | 0 | 17 | D8 | 62 | 27 |
| Octal | 2 | 117 | 305 | 143 | 74 | 0 | 27 | 330 | 142 | 47 |
| Binary | 10 | 1001111 | 11000101 | 1100011 | 111100 | 0 | 10111 | 11011000 | 1100010 | 100111 |
Color Harmonies of #024FC5
Complementary color
Monochromatic Colors of #024FC5
Black with #024FC5
Text Example
Text Example
White with #024FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024FC5; }
p { color: rgb(2,79,197); }
H1.HeaderClassName
{
color: #024FC5;
}
.AnyTagClassName
{
color: #024FC5;
}
</style>
background-color css
<style>
a { background-color: #024FC5; }
a { background-color: rgb(2,79,197); }
div.DivClassName
{
background-color: #024FC5;
}
.BgClassName
{
background-color: #024FC5;
}
</style>
border-color css
<style>
span { border-color: #024FC5; }
span { border-color: rgb(2,79,197); }
td.TdClassName
{
border-color: #024FC5;
}
.TagClassName
{
border-color: #024FC5;
}
</style>