Shades of Dark Cerulean #024C74
Tints of Dark Cerulean #024C74
RGB
CMYK
RGB Variations
Color information
#024C74 (or 0x024C74) is known color: Dark Cerulean. HEX triplet: 02, 4C and 74. RGB value is (2,76,116). Sum of RGB (Red+Green+Blue) = 2+76+116=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 116 (45.70% from 255 or 59.79% from 194); Max value from RGB is 116 - color contains mainly: blue. Hex color #024C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024C74 is #FDB38B. Grayscale: #3A3A3A. Windows color (decimal): -16626572 or 7621634. OLE color: 7621634.
HSL color Cylindrical-coordinate representation of color #024C74: hue angle of 201.05º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024C74 is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 76 | 116 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.55 |
| HSL | 201.05º | 0.97% | 0.23% | - |
| HSV(B) | 201.05º | 0.98% | 0.45% | - |
| XYZ | 5.76 | 6.44 | 17.46 | - |
| YUV | 58.43 | 160.48 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 116 | 0.98 | 0.34 | 0 | 0.55 | 201.05 | 0.97 | 0.23 |
| Hex | 2 | 4C | 74 | 62 | 22 | 0 | 37 | C9 | 61 | 17 |
| Octal | 2 | 114 | 164 | 142 | 42 | 0 | 67 | 311 | 141 | 27 |
| Binary | 10 | 1001100 | 1110100 | 1100010 | 100010 | 0 | 110111 | 11001001 | 1100001 | 10111 |
Color Harmonies of #024C74
Complementary color
Monochromatic Colors of #024C74
Black with #024C74
Text Example
Text Example
White with #024C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024C74; }
p { color: rgb(2,76,116); }
H1.HeaderClassName
{
color: #024C74;
}
.AnyTagClassName
{
color: #024C74;
}
</style>
background-color css
<style>
a { background-color: #024C74; }
a { background-color: rgb(2,76,116); }
div.DivClassName
{
background-color: #024C74;
}
.BgClassName
{
background-color: #024C74;
}
</style>
border-color css
<style>
span { border-color: #024C74; }
span { border-color: rgb(2,76,116); }
td.TdClassName
{
border-color: #024C74;
}
.TagClassName
{
border-color: #024C74;
}
</style>