Shades of Navy Blue #024CC8
Tints of Navy Blue #024CC8
RGB
CMYK
RGB Variations
Color information
#024CC8 (or 0x024CC8) is known color: Navy Blue. HEX triplet: 02, 4C and C8. RGB value is (2,76,200). Sum of RGB (Red+Green+Blue) = 2+76+200=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 200 (78.52% from 255 or 71.94% from 278); Max value from RGB is 200 - color contains mainly: blue. Hex color #024CC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024CC8 is #FDB337. Grayscale: #434343. Windows color (decimal): -16626488 or 13126658. OLE color: 13126658.
HSL color Cylindrical-coordinate representation of color #024CC8: hue angle of 217.58º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024CC8 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 76 | 200 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.22 |
| HSL | 217.58º | 0.98% | 0.4% | - |
| HSV(B) | 217.58º | 0.99% | 0.78% | - |
| XYZ | 13.03 | 9.35 | 55.76 | - |
| YUV | 68.01 | 202.48 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 200 | 0.99 | 0.62 | 0 | 0.22 | 217.58 | 0.98 | 0.4 |
| Hex | 2 | 4C | C8 | 63 | 3E | 0 | 16 | DA | 62 | 28 |
| Octal | 2 | 114 | 310 | 143 | 76 | 0 | 26 | 332 | 142 | 50 |
| Binary | 10 | 1001100 | 11001000 | 1100011 | 111110 | 0 | 10110 | 11011010 | 1100010 | 101000 |
Color Harmonies of #024CC8
Complementary color
Monochromatic Colors of #024CC8
Black with #024CC8
Text Example
Text Example
White with #024CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024CC8; }
p { color: rgb(2,76,200); }
H1.HeaderClassName
{
color: #024CC8;
}
.AnyTagClassName
{
color: #024CC8;
}
</style>
background-color css
<style>
a { background-color: #024CC8; }
a { background-color: rgb(2,76,200); }
div.DivClassName
{
background-color: #024CC8;
}
.BgClassName
{
background-color: #024CC8;
}
</style>
border-color css
<style>
span { border-color: #024CC8; }
span { border-color: rgb(2,76,200); }
td.TdClassName
{
border-color: #024CC8;
}
.TagClassName
{
border-color: #024CC8;
}
</style>