Shades of Navy Blue #024BC9
Tints of Navy Blue #024BC9
RGB
CMYK
RGB Variations
Color information
#024BC9 (or 0x024BC9) is known color: Navy Blue. HEX triplet: 02, 4B and C9. RGB value is (2,75,201). Sum of RGB (Red+Green+Blue) = 2+75+201=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 201 (78.91% from 255 or 72.30% from 278); Max value from RGB is 201 - color contains mainly: blue. Hex color #024BC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BC9 is #FDB436. Grayscale: #424242. Windows color (decimal): -16626743 or 13191938. OLE color: 13191938.
HSL color Cylindrical-coordinate representation of color #024BC9: hue angle of 217.99º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BC9 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 75 | 201 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.21 |
| HSL | 217.99º | 0.98% | 0.4% | - |
| HSV(B) | 217.99º | 0.99% | 0.79% | - |
| XYZ | 13.08 | 9.26 | 56.36 | - |
| YUV | 67.54 | 203.32 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 201 | 0.99 | 0.63 | 0 | 0.21 | 217.99 | 0.98 | 0.4 |
| Hex | 2 | 4B | C9 | 63 | 3F | 0 | 15 | DA | 62 | 28 |
| Octal | 2 | 113 | 311 | 143 | 77 | 0 | 25 | 332 | 142 | 50 |
| Binary | 10 | 1001011 | 11001001 | 1100011 | 111111 | 0 | 10101 | 11011010 | 1100010 | 101000 |
Color Harmonies of #024BC9
Complementary color
Monochromatic Colors of #024BC9
Black with #024BC9
Text Example
Text Example
White with #024BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024BC9; }
p { color: rgb(2,75,201); }
H1.HeaderClassName
{
color: #024BC9;
}
.AnyTagClassName
{
color: #024BC9;
}
</style>
background-color css
<style>
a { background-color: #024BC9; }
a { background-color: rgb(2,75,201); }
div.DivClassName
{
background-color: #024BC9;
}
.BgClassName
{
background-color: #024BC9;
}
</style>
border-color css
<style>
span { border-color: #024BC9; }
span { border-color: rgb(2,75,201); }
td.TdClassName
{
border-color: #024BC9;
}
.TagClassName
{
border-color: #024BC9;
}
</style>