Shades of Dark Cerulean #024188
Tints of Dark Cerulean #024188
RGB
CMYK
RGB Variations
Color information
#024188 (or 0x024188) is known color: Dark Cerulean. HEX triplet: 02, 41 and 88. RGB value is (2,65,136). Sum of RGB (Red+Green+Blue) = 2+65+136=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 136 (53.52% from 255 or 67.00% from 203); Max value from RGB is 136 - color contains mainly: blue. Hex color #024188 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024188 is #FDBE77. Grayscale: #353535. Windows color (decimal): -16629368 or 8929538. OLE color: 8929538.
HSL color Cylindrical-coordinate representation of color #024188: hue angle of 211.79º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024188 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 65 | 136 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.47 |
| HSL | 211.79º | 0.97% | 0.27% | - |
| HSV(B) | 211.79º | 0.99% | 0.53% | - |
| XYZ | 6.36 | 5.57 | 24.03 | - |
| YUV | 54.26 | 174.13 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 65 | 136 | 0.99 | 0.52 | 0 | 0.47 | 211.79 | 0.97 | 0.27 |
| Hex | 2 | 41 | 88 | 63 | 34 | 0 | 2F | D4 | 61 | 1B |
| Octal | 2 | 101 | 210 | 143 | 64 | 0 | 57 | 324 | 141 | 33 |
| Binary | 10 | 1000001 | 10001000 | 1100011 | 110100 | 0 | 101111 | 11010100 | 1100001 | 11011 |
Color Harmonies of #024188
Complementary color
Monochromatic Colors of #024188
Black with #024188
Text Example
Text Example
White with #024188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024188; }
p { color: rgb(2,65,136); }
H1.HeaderClassName
{
color: #024188;
}
.AnyTagClassName
{
color: #024188;
}
</style>
background-color css
<style>
a { background-color: #024188; }
a { background-color: rgb(2,65,136); }
div.DivClassName
{
background-color: #024188;
}
.BgClassName
{
background-color: #024188;
}
</style>
border-color css
<style>
span { border-color: #024188; }
span { border-color: rgb(2,65,136); }
td.TdClassName
{
border-color: #024188;
}
.TagClassName
{
border-color: #024188;
}
</style>