Shades of Navy Blue #024CCE
Tints of Navy Blue #024CCE
RGB
CMYK
RGB Variations
Color information
#024CCE (or 0x024CCE) is known color: Navy Blue. HEX triplet: 02, 4C and CE. RGB value is (2,76,206). Sum of RGB (Red+Green+Blue) = 2+76+206=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 206 (80.86% from 255 or 72.54% from 284); Max value from RGB is 206 - color contains mainly: blue. Hex color #024CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024CCE is #FDB331. Grayscale: #444444. Windows color (decimal): -16626482 or 13519874. OLE color: 13519874.
HSL color Cylindrical-coordinate representation of color #024CCE: hue angle of 218.24º 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 #024CCE is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 76 | 206 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.19 |
| HSL | 218.24º | 0.98% | 0.41% | - |
| HSV(B) | 218.24º | 0.99% | 0.81% | - |
| XYZ | 13.75 | 9.64 | 59.53 | - |
| YUV | 68.69 | 205.48 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 206 | 0.99 | 0.63 | 0 | 0.19 | 218.24 | 0.98 | 0.41 |
| Hex | 2 | 4C | CE | 63 | 3F | 0 | 13 | DA | 62 | 29 |
| Octal | 2 | 114 | 316 | 143 | 77 | 0 | 23 | 332 | 142 | 51 |
| Binary | 10 | 1001100 | 11001110 | 1100011 | 111111 | 0 | 10011 | 11011010 | 1100010 | 101001 |
Color Harmonies of #024CCE
Complementary color
Monochromatic Colors of #024CCE
Black with #024CCE
Text Example
Text Example
White with #024CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024CCE; }
p { color: rgb(2,76,206); }
H1.HeaderClassName
{
color: #024CCE;
}
.AnyTagClassName
{
color: #024CCE;
}
</style>
background-color css
<style>
a { background-color: #024CCE; }
a { background-color: rgb(2,76,206); }
div.DivClassName
{
background-color: #024CCE;
}
.BgClassName
{
background-color: #024CCE;
}
</style>
border-color css
<style>
span { border-color: #024CCE; }
span { border-color: rgb(2,76,206); }
td.TdClassName
{
border-color: #024CCE;
}
.TagClassName
{
border-color: #024CCE;
}
</style>