Shades of Dark Cerulean #024184
Tints of Dark Cerulean #024184
RGB
CMYK
RGB Variations
Color information
#024184 (or 0x024184) is known color: Dark Cerulean. HEX triplet: 02, 41 and 84. RGB value is (2,65,132). Sum of RGB (Red+Green+Blue) = 2+65+132=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 132 (51.95% from 255 or 66.33% from 199); Max value from RGB is 132 - color contains mainly: blue. Hex color #024184 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024184 is #FDBE7B. Grayscale: #353535. Windows color (decimal): -16629372 or 8667394. OLE color: 8667394.
HSL color Cylindrical-coordinate representation of color #024184: hue angle of 210.92º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024184 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 2 | 65 | 132 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.48 |
| HSL | 210.92º | 0.97% | 0.26% | - |
| HSV(B) | 210.92º | 0.98% | 0.52% | - |
| XYZ | 6.08 | 5.46 | 22.56 | - |
| YUV | 53.8 | 172.13 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 65 | 132 | 0.98 | 0.51 | 0 | 0.48 | 210.92 | 0.97 | 0.26 |
| Hex | 2 | 41 | 84 | 62 | 33 | 0 | 30 | D3 | 61 | 1A |
| Octal | 2 | 101 | 204 | 142 | 63 | 0 | 60 | 323 | 141 | 32 |
| Binary | 10 | 1000001 | 10000100 | 1100010 | 110011 | 0 | 110000 | 11010011 | 1100001 | 11010 |
Color Harmonies of #024184
Complementary color
Monochromatic Colors of #024184
Black with #024184
Text Example
Text Example
White with #024184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024184; }
p { color: rgb(2,65,132); }
H1.HeaderClassName
{
color: #024184;
}
.AnyTagClassName
{
color: #024184;
}
</style>
background-color css
<style>
a { background-color: #024184; }
a { background-color: rgb(2,65,132); }
div.DivClassName
{
background-color: #024184;
}
.BgClassName
{
background-color: #024184;
}
</style>
border-color css
<style>
span { border-color: #024184; }
span { border-color: rgb(2,65,132); }
td.TdClassName
{
border-color: #024184;
}
.TagClassName
{
border-color: #024184;
}
</style>