Shades of Dark Cerulean #024A75
Tints of Dark Cerulean #024A75
RGB
CMYK
RGB Variations
Color information
#024A75 (or 0x024A75) is known color: Dark Cerulean. HEX triplet: 02, 4A and 75. RGB value is (2,74,117). Sum of RGB (Red+Green+Blue) = 2+74+117=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 117 (46.09% from 255 or 60.62% from 193); Max value from RGB is 117 - color contains mainly: blue. Hex color #024A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024A75 is #FDB58A. Grayscale: #393939. Windows color (decimal): -16627083 or 7686658. OLE color: 7686658.
HSL color Cylindrical-coordinate representation of color #024A75: hue angle of 202.43º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024A75 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 2 | 74 | 117 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.54 |
| HSL | 202.43º | 0.97% | 0.23% | - |
| HSV(B) | 202.43º | 0.98% | 0.46% | - |
| XYZ | 5.68 | 6.19 | 17.73 | - |
| YUV | 57.37 | 161.65 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 117 | 0.98 | 0.37 | 0 | 0.54 | 202.43 | 0.97 | 0.23 |
| Hex | 2 | 4A | 75 | 62 | 25 | 0 | 36 | CA | 61 | 17 |
| Octal | 2 | 112 | 165 | 142 | 45 | 0 | 66 | 312 | 141 | 27 |
| Binary | 10 | 1001010 | 1110101 | 1100010 | 100101 | 0 | 110110 | 11001010 | 1100001 | 10111 |
Color Harmonies of #024A75
Complementary color
Monochromatic Colors of #024A75
Black with #024A75
Text Example
Text Example
White with #024A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024A75; }
p { color: rgb(2,74,117); }
H1.HeaderClassName
{
color: #024A75;
}
.AnyTagClassName
{
color: #024A75;
}
</style>
background-color css
<style>
a { background-color: #024A75; }
a { background-color: rgb(2,74,117); }
div.DivClassName
{
background-color: #024A75;
}
.BgClassName
{
background-color: #024A75;
}
</style>
border-color css
<style>
span { border-color: #024A75; }
span { border-color: rgb(2,74,117); }
td.TdClassName
{
border-color: #024A75;
}
.TagClassName
{
border-color: #024A75;
}
</style>