Shades of Dark Cerulean #024A7A
Tints of Dark Cerulean #024A7A
RGB
CMYK
RGB Variations
Color information
#024A7A (or 0x024A7A) is known color: Dark Cerulean. HEX triplet: 02, 4A and 7A. RGB value is (2,74,122). Sum of RGB (Red+Green+Blue) = 2+74+122=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 122 (48.05% from 255 or 61.62% from 198); Max value from RGB is 122 - color contains mainly: blue. Hex color #024A7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024A7A is #FDB585. Grayscale: #393939. Windows color (decimal): -16627078 or 8014338. OLE color: 8014338.
HSL color Cylindrical-coordinate representation of color #024A7A: hue angle of 204º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024A7A is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 74 | 122 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.52 |
| HSL | 204º | 0.97% | 0.24% | - |
| HSV(B) | 204º | 0.98% | 0.48% | - |
| XYZ | 5.99 | 6.32 | 19.32 | - |
| YUV | 57.94 | 164.15 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 122 | 0.98 | 0.39 | 0 | 0.52 | 204 | 0.97 | 0.24 |
| Hex | 2 | 4A | 7A | 62 | 27 | 0 | 34 | CC | 61 | 18 |
| Octal | 2 | 112 | 172 | 142 | 47 | 0 | 64 | 314 | 141 | 30 |
| Binary | 10 | 1001010 | 1111010 | 1100010 | 100111 | 0 | 110100 | 11001100 | 1100001 | 11000 |
Color Harmonies of #024A7A
Complementary color
Monochromatic Colors of #024A7A
Black with #024A7A
Text Example
Text Example
White with #024A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024A7A; }
p { color: rgb(2,74,122); }
H1.HeaderClassName
{
color: #024A7A;
}
.AnyTagClassName
{
color: #024A7A;
}
</style>
background-color css
<style>
a { background-color: #024A7A; }
a { background-color: rgb(2,74,122); }
div.DivClassName
{
background-color: #024A7A;
}
.BgClassName
{
background-color: #024A7A;
}
</style>
border-color css
<style>
span { border-color: #024A7A; }
span { border-color: rgb(2,74,122); }
td.TdClassName
{
border-color: #024A7A;
}
.TagClassName
{
border-color: #024A7A;
}
</style>