Shades of Navy Blue #024FCF
Tints of Navy Blue #024FCF
RGB
CMYK
RGB Variations
Color information
#024FCF (or 0x024FCF) is known color: Navy Blue. HEX triplet: 02, 4F and CF. RGB value is (2,79,207). Sum of RGB (Red+Green+Blue) = 2+79+207=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 207 (81.25% from 255 or 71.88% from 288); Max value from RGB is 207 - color contains mainly: blue. Hex color #024FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024FCF is #FDB030. Grayscale: #454545. Windows color (decimal): -16625713 or 13586178. OLE color: 13586178.
HSL color Cylindrical-coordinate representation of color #024FCF: hue angle of 217.46º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024FCF is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 79 | 207 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.19 |
| HSL | 217.46º | 0.98% | 0.41% | - |
| HSV(B) | 217.46º | 0.99% | 0.81% | - |
| XYZ | 14.08 | 10.11 | 60.24 | - |
| YUV | 70.57 | 204.99 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 207 | 0.99 | 0.62 | 0 | 0.19 | 217.46 | 0.98 | 0.41 |
| Hex | 2 | 4F | CF | 63 | 3E | 0 | 13 | D9 | 62 | 29 |
| Octal | 2 | 117 | 317 | 143 | 76 | 0 | 23 | 331 | 142 | 51 |
| Binary | 10 | 1001111 | 11001111 | 1100011 | 111110 | 0 | 10011 | 11011001 | 1100010 | 101001 |
Color Harmonies of #024FCF
Complementary color
Monochromatic Colors of #024FCF
Black with #024FCF
Text Example
Text Example
White with #024FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024FCF; }
p { color: rgb(2,79,207); }
H1.HeaderClassName
{
color: #024FCF;
}
.AnyTagClassName
{
color: #024FCF;
}
</style>
background-color css
<style>
a { background-color: #024FCF; }
a { background-color: rgb(2,79,207); }
div.DivClassName
{
background-color: #024FCF;
}
.BgClassName
{
background-color: #024FCF;
}
</style>
border-color css
<style>
span { border-color: #024FCF; }
span { border-color: rgb(2,79,207); }
td.TdClassName
{
border-color: #024FCF;
}
.TagClassName
{
border-color: #024FCF;
}
</style>