Shades of Dark Cerulean #024A93
Tints of Dark Cerulean #024A93
RGB
CMYK
RGB Variations
Color information
#024A93 (or 0x024A93) is known color: Dark Cerulean. HEX triplet: 02, 4A and 93. RGB value is (2,74,147). Sum of RGB (Red+Green+Blue) = 2+74+147=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 147 (57.81% from 255 or 65.92% from 223); Max value from RGB is 147 - color contains mainly: blue. Hex color #024A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024A93 is #FDB56C. Grayscale: #3C3C3C. Windows color (decimal): -16627053 or 9652738. OLE color: 9652738.
HSL color Cylindrical-coordinate representation of color #024A93: hue angle of 210.21º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024A93 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 74 | 147 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.42 |
| HSL | 210.21º | 0.97% | 0.29% | - |
| HSV(B) | 210.21º | 0.99% | 0.58% | - |
| XYZ | 7.74 | 7.02 | 28.55 | - |
| YUV | 60.79 | 176.65 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 147 | 0.99 | 0.50 | 0 | 0.42 | 210.21 | 0.97 | 0.29 |
| Hex | 2 | 4A | 93 | 63 | 32 | 0 | 2A | D2 | 61 | 1D |
| Octal | 2 | 112 | 223 | 143 | 62 | 0 | 52 | 322 | 141 | 35 |
| Binary | 10 | 1001010 | 10010011 | 1100011 | 110010 | 0 | 101010 | 11010010 | 1100001 | 11101 |
Color Harmonies of #024A93
Complementary color
Monochromatic Colors of #024A93
Black with #024A93
Text Example
Text Example
White with #024A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024A93; }
p { color: rgb(2,74,147); }
H1.HeaderClassName
{
color: #024A93;
}
.AnyTagClassName
{
color: #024A93;
}
</style>
background-color css
<style>
a { background-color: #024A93; }
a { background-color: rgb(2,74,147); }
div.DivClassName
{
background-color: #024A93;
}
.BgClassName
{
background-color: #024A93;
}
</style>
border-color css
<style>
span { border-color: #024A93; }
span { border-color: rgb(2,74,147); }
td.TdClassName
{
border-color: #024A93;
}
.TagClassName
{
border-color: #024A93;
}
</style>