Shades of Dark Cerulean #024181
Tints of Dark Cerulean #024181
RGB
CMYK
RGB Variations
Color information
#024181 (or 0x024181) is known color: Dark Cerulean. HEX triplet: 02, 41 and 81. RGB value is (2,65,129). Sum of RGB (Red+Green+Blue) = 2+65+129=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 129 (50.78% from 255 or 65.82% from 196); Max value from RGB is 129 - color contains mainly: blue. Hex color #024181 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024181 is #FDBE7E. Grayscale: #353535. Windows color (decimal): -16629375 or 8470786. OLE color: 8470786.
HSL color Cylindrical-coordinate representation of color #024181: hue angle of 210.24º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024181 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 65 | 129 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.49 |
| HSL | 210.24º | 0.97% | 0.26% | - |
| HSV(B) | 210.24º | 0.98% | 0.51% | - |
| XYZ | 5.88 | 5.38 | 21.5 | - |
| YUV | 53.46 | 170.63 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 65 | 129 | 0.98 | 0.50 | 0 | 0.49 | 210.24 | 0.97 | 0.26 |
| Hex | 2 | 41 | 81 | 62 | 32 | 0 | 31 | D2 | 61 | 1A |
| Octal | 2 | 101 | 201 | 142 | 62 | 0 | 61 | 322 | 141 | 32 |
| Binary | 10 | 1000001 | 10000001 | 1100010 | 110010 | 0 | 110001 | 11010010 | 1100001 | 11010 |
Color Harmonies of #024181
Complementary color
Monochromatic Colors of #024181
Black with #024181
Text Example
Text Example
White with #024181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024181; }
p { color: rgb(2,65,129); }
H1.HeaderClassName
{
color: #024181;
}
.AnyTagClassName
{
color: #024181;
}
</style>
background-color css
<style>
a { background-color: #024181; }
a { background-color: rgb(2,65,129); }
div.DivClassName
{
background-color: #024181;
}
.BgClassName
{
background-color: #024181;
}
</style>
border-color css
<style>
span { border-color: #024181; }
span { border-color: rgb(2,65,129); }
td.TdClassName
{
border-color: #024181;
}
.TagClassName
{
border-color: #024181;
}
</style>