Shades of Dark Cerulean #024A92
Tints of Dark Cerulean #024A92
RGB
CMYK
RGB Variations
Color information
#024A92 (or 0x024A92) is known color: Dark Cerulean. HEX triplet: 02, 4A and 92. RGB value is (2,74,146). Sum of RGB (Red+Green+Blue) = 2+74+146=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 146 (57.42% from 255 or 65.77% from 222); Max value from RGB is 146 - color contains mainly: blue. Hex color #024A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024A92 is #FDB56D. Grayscale: #3C3C3C. Windows color (decimal): -16627054 or 9587202. OLE color: 9587202.
HSL color Cylindrical-coordinate representation of color #024A92: hue angle of 210º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024A92 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 74 | 146 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.43 |
| HSL | 210º | 0.97% | 0.29% | - |
| HSV(B) | 210º | 0.99% | 0.57% | - |
| XYZ | 7.66 | 6.99 | 28.14 | - |
| YUV | 60.68 | 176.15 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 146 | 0.99 | 0.49 | 0 | 0.43 | 210 | 0.97 | 0.29 |
| Hex | 2 | 4A | 92 | 63 | 31 | 0 | 2B | D2 | 61 | 1D |
| Octal | 2 | 112 | 222 | 143 | 61 | 0 | 53 | 322 | 141 | 35 |
| Binary | 10 | 1001010 | 10010010 | 1100011 | 110001 | 0 | 101011 | 11010010 | 1100001 | 11101 |
Color Harmonies of #024A92
Complementary color
Monochromatic Colors of #024A92
Black with #024A92
Text Example
Text Example
White with #024A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024A92; }
p { color: rgb(2,74,146); }
H1.HeaderClassName
{
color: #024A92;
}
.AnyTagClassName
{
color: #024A92;
}
</style>
background-color css
<style>
a { background-color: #024A92; }
a { background-color: rgb(2,74,146); }
div.DivClassName
{
background-color: #024A92;
}
.BgClassName
{
background-color: #024A92;
}
</style>
border-color css
<style>
span { border-color: #024A92; }
span { border-color: rgb(2,74,146); }
td.TdClassName
{
border-color: #024A92;
}
.TagClassName
{
border-color: #024A92;
}
</style>