Shades of Navy Blue #024BC8
Tints of Navy Blue #024BC8
RGB
CMYK
RGB Variations
Color information
#024BC8 (or 0x024BC8) is known color: Navy Blue. HEX triplet: 02, 4B and C8. RGB value is (2,75,200). Sum of RGB (Red+Green+Blue) = 2+75+200=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 200 (78.52% from 255 or 72.20% from 277); Max value from RGB is 200 - color contains mainly: blue. Hex color #024BC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BC8 is #FDB437. Grayscale: #424242. Windows color (decimal): -16626744 or 13126402. OLE color: 13126402.
HSL color Cylindrical-coordinate representation of color #024BC8: hue angle of 217.88º 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 #024BC8 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 75 | 200 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.22 |
| HSL | 217.88º | 0.98% | 0.4% | - |
| HSV(B) | 217.88º | 0.99% | 0.78% | - |
| XYZ | 12.97 | 9.22 | 55.74 | - |
| YUV | 67.42 | 202.82 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 200 | 0.99 | 0.62 | 0 | 0.22 | 217.88 | 0.98 | 0.4 |
| Hex | 2 | 4B | C8 | 63 | 3E | 0 | 16 | DA | 62 | 28 |
| Octal | 2 | 113 | 310 | 143 | 76 | 0 | 26 | 332 | 142 | 50 |
| Binary | 10 | 1001011 | 11001000 | 1100011 | 111110 | 0 | 10110 | 11011010 | 1100010 | 101000 |
Color Harmonies of #024BC8
Complementary color
Monochromatic Colors of #024BC8
Black with #024BC8
Text Example
Text Example
White with #024BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024BC8; }
p { color: rgb(2,75,200); }
H1.HeaderClassName
{
color: #024BC8;
}
.AnyTagClassName
{
color: #024BC8;
}
</style>
background-color css
<style>
a { background-color: #024BC8; }
a { background-color: rgb(2,75,200); }
div.DivClassName
{
background-color: #024BC8;
}
.BgClassName
{
background-color: #024BC8;
}
</style>
border-color css
<style>
span { border-color: #024BC8; }
span { border-color: rgb(2,75,200); }
td.TdClassName
{
border-color: #024BC8;
}
.TagClassName
{
border-color: #024BC8;
}
</style>