Shades of Dark Cerulean #024581
Tints of Dark Cerulean #024581
RGB
CMYK
RGB Variations
Color information
#024581 (or 0x024581) is known color: Dark Cerulean. HEX triplet: 02, 45 and 81. RGB value is (2,69,129). Sum of RGB (Red+Green+Blue) = 2+69+129=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 129 (50.78% from 255 or 64.5% from 200); Max value from RGB is 129 - color contains mainly: blue. Hex color #024581 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024581 is #FDBA7E. Grayscale: #373737. Windows color (decimal): -16628351 or 8471810. OLE color: 8471810.
HSL color Cylindrical-coordinate representation of color #024581: hue angle of 208.35º 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 #024581 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 69 | 129 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.49 |
| HSL | 208.35º | 0.97% | 0.26% | - |
| HSV(B) | 208.35º | 0.98% | 0.51% | - |
| XYZ | 6.12 | 5.85 | 21.58 | - |
| YUV | 55.81 | 169.3 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 69 | 129 | 0.98 | 0.47 | 0 | 0.49 | 208.35 | 0.97 | 0.26 |
| Hex | 2 | 45 | 81 | 62 | 2F | 0 | 31 | D0 | 61 | 1A |
| Octal | 2 | 105 | 201 | 142 | 57 | 0 | 61 | 320 | 141 | 32 |
| Binary | 10 | 1000101 | 10000001 | 1100010 | 101111 | 0 | 110001 | 11010000 | 1100001 | 11010 |
Color Harmonies of #024581
Complementary color
Monochromatic Colors of #024581
Black with #024581
Text Example
Text Example
White with #024581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024581; }
p { color: rgb(2,69,129); }
H1.HeaderClassName
{
color: #024581;
}
.AnyTagClassName
{
color: #024581;
}
</style>
background-color css
<style>
a { background-color: #024581; }
a { background-color: rgb(2,69,129); }
div.DivClassName
{
background-color: #024581;
}
.BgClassName
{
background-color: #024581;
}
</style>
border-color css
<style>
span { border-color: #024581; }
span { border-color: rgb(2,69,129); }
td.TdClassName
{
border-color: #024581;
}
.TagClassName
{
border-color: #024581;
}
</style>