Shades of Dark Cerulean #024C7B
Tints of Dark Cerulean #024C7B
RGB
CMYK
RGB Variations
Color information
#024C7B (or 0x024C7B) is known color: Dark Cerulean. HEX triplet: 02, 4C and 7B. RGB value is (2,76,123). Sum of RGB (Red+Green+Blue) = 2+76+123=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 123 (48.44% from 255 or 61.19% from 201); Max value from RGB is 123 - color contains mainly: blue. Hex color #024C7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024C7B is #FDB384. Grayscale: #3A3A3A. Windows color (decimal): -16626565 or 8080386. OLE color: 8080386.
HSL color Cylindrical-coordinate representation of color #024C7B: hue angle of 203.31º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024C7B is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 76 | 123 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.52 |
| HSL | 203.31º | 0.97% | 0.25% | - |
| HSV(B) | 203.31º | 0.98% | 0.48% | - |
| XYZ | 6.18 | 6.61 | 19.69 | - |
| YUV | 59.23 | 163.98 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 123 | 0.98 | 0.38 | 0 | 0.52 | 203.31 | 0.97 | 0.25 |
| Hex | 2 | 4C | 7B | 62 | 26 | 0 | 34 | CB | 61 | 19 |
| Octal | 2 | 114 | 173 | 142 | 46 | 0 | 64 | 313 | 141 | 31 |
| Binary | 10 | 1001100 | 1111011 | 1100010 | 100110 | 0 | 110100 | 11001011 | 1100001 | 11001 |
Color Harmonies of #024C7B
Complementary color
Monochromatic Colors of #024C7B
Black with #024C7B
Text Example
Text Example
White with #024C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024C7B; }
p { color: rgb(2,76,123); }
H1.HeaderClassName
{
color: #024C7B;
}
.AnyTagClassName
{
color: #024C7B;
}
</style>
background-color css
<style>
a { background-color: #024C7B; }
a { background-color: rgb(2,76,123); }
div.DivClassName
{
background-color: #024C7B;
}
.BgClassName
{
background-color: #024C7B;
}
</style>
border-color css
<style>
span { border-color: #024C7B; }
span { border-color: rgb(2,76,123); }
td.TdClassName
{
border-color: #024C7B;
}
.TagClassName
{
border-color: #024C7B;
}
</style>