Shades of Navy Blue #024CCB
Tints of Navy Blue #024CCB
RGB
CMYK
RGB Variations
Color information
#024CCB (or 0x024CCB) is known color: Navy Blue. HEX triplet: 02, 4C and CB. RGB value is (2,76,203). Sum of RGB (Red+Green+Blue) = 2+76+203=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 203 (79.69% from 255 or 72.24% from 281); Max value from RGB is 203 - color contains mainly: blue. Hex color #024CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024CCB is #FDB334. Grayscale: #434343. Windows color (decimal): -16626485 or 13323266. OLE color: 13323266.
HSL color Cylindrical-coordinate representation of color #024CCB: hue angle of 217.91º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024CCB is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 76 | 203 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.20 |
| HSL | 217.91º | 0.98% | 0.4% | - |
| HSV(B) | 217.91º | 0.99% | 0.8% | - |
| XYZ | 13.39 | 9.49 | 57.63 | - |
| YUV | 68.35 | 203.98 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 203 | 0.99 | 0.63 | 0 | 0.20 | 217.91 | 0.98 | 0.4 |
| Hex | 2 | 4C | CB | 63 | 3F | 0 | 14 | DA | 62 | 28 |
| Octal | 2 | 114 | 313 | 143 | 77 | 0 | 24 | 332 | 142 | 50 |
| Binary | 10 | 1001100 | 11001011 | 1100011 | 111111 | 0 | 10100 | 11011010 | 1100010 | 101000 |
Color Harmonies of #024CCB
Complementary color
Monochromatic Colors of #024CCB
Black with #024CCB
Text Example
Text Example
White with #024CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024CCB; }
p { color: rgb(2,76,203); }
H1.HeaderClassName
{
color: #024CCB;
}
.AnyTagClassName
{
color: #024CCB;
}
</style>
background-color css
<style>
a { background-color: #024CCB; }
a { background-color: rgb(2,76,203); }
div.DivClassName
{
background-color: #024CCB;
}
.BgClassName
{
background-color: #024CCB;
}
</style>
border-color css
<style>
span { border-color: #024CCB; }
span { border-color: rgb(2,76,203); }
td.TdClassName
{
border-color: #024CCB;
}
.TagClassName
{
border-color: #024CCB;
}
</style>