Shades of Navy Blue #024BCD
Tints of Navy Blue #024BCD
RGB
CMYK
RGB Variations
Color information
#024BCD (or 0x024BCD) is known color: Navy Blue. HEX triplet: 02, 4B and CD. RGB value is (2,75,205). Sum of RGB (Red+Green+Blue) = 2+75+205=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 205 (80.47% from 255 or 72.70% from 282); Max value from RGB is 205 - color contains mainly: blue. Hex color #024BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BCD is #FDB432. Grayscale: #434343. Windows color (decimal): -16626739 or 13454082. OLE color: 13454082.
HSL color Cylindrical-coordinate representation of color #024BCD: hue angle of 218.42º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BCD is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 75 | 205 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.20 |
| HSL | 218.42º | 0.98% | 0.41% | - |
| HSV(B) | 218.42º | 0.99% | 0.8% | - |
| XYZ | 13.56 | 9.45 | 58.87 | - |
| YUV | 67.99 | 205.32 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 205 | 0.99 | 0.63 | 0 | 0.20 | 218.42 | 0.98 | 0.41 |
| Hex | 2 | 4B | CD | 63 | 3F | 0 | 14 | DA | 62 | 29 |
| Octal | 2 | 113 | 315 | 143 | 77 | 0 | 24 | 332 | 142 | 51 |
| Binary | 10 | 1001011 | 11001101 | 1100011 | 111111 | 0 | 10100 | 11011010 | 1100010 | 101001 |
Color Harmonies of #024BCD
Complementary color
Monochromatic Colors of #024BCD
Black with #024BCD
Text Example
Text Example
White with #024BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024BCD; }
p { color: rgb(2,75,205); }
H1.HeaderClassName
{
color: #024BCD;
}
.AnyTagClassName
{
color: #024BCD;
}
</style>
background-color css
<style>
a { background-color: #024BCD; }
a { background-color: rgb(2,75,205); }
div.DivClassName
{
background-color: #024BCD;
}
.BgClassName
{
background-color: #024BCD;
}
</style>
border-color css
<style>
span { border-color: #024BCD; }
span { border-color: rgb(2,75,205); }
td.TdClassName
{
border-color: #024BCD;
}
.TagClassName
{
border-color: #024BCD;
}
</style>