Shades of Dark Cerulean #024681
Tints of Dark Cerulean #024681
RGB
CMYK
RGB Variations
Color information
#024681 (or 0x024681) is known color: Dark Cerulean. HEX triplet: 02, 46 and 81. RGB value is (2,70,129). Sum of RGB (Red+Green+Blue) = 2+70+129=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 129 (50.78% from 255 or 64.18% from 201); Max value from RGB is 129 - color contains mainly: blue. Hex color #024681 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024681 is #FDB97E. Grayscale: #383838. Windows color (decimal): -16628095 or 8472066. OLE color: 8472066.
HSL color Cylindrical-coordinate representation of color #024681: hue angle of 207.87º 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 #024681 is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 70 | 129 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.49 |
| HSL | 207.87º | 0.97% | 0.26% | - |
| HSV(B) | 207.87º | 0.98% | 0.51% | - |
| XYZ | 6.18 | 5.98 | 21.6 | - |
| YUV | 56.39 | 168.97 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 70 | 129 | 0.98 | 0.46 | 0 | 0.49 | 207.87 | 0.97 | 0.26 |
| Hex | 2 | 46 | 81 | 62 | 2E | 0 | 31 | D0 | 61 | 1A |
| Octal | 2 | 106 | 201 | 142 | 56 | 0 | 61 | 320 | 141 | 32 |
| Binary | 10 | 1000110 | 10000001 | 1100010 | 101110 | 0 | 110001 | 11010000 | 1100001 | 11010 |
Color Harmonies of #024681
Complementary color
Monochromatic Colors of #024681
Black with #024681
Text Example
Text Example
White with #024681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024681; }
p { color: rgb(2,70,129); }
H1.HeaderClassName
{
color: #024681;
}
.AnyTagClassName
{
color: #024681;
}
</style>
background-color css
<style>
a { background-color: #024681; }
a { background-color: rgb(2,70,129); }
div.DivClassName
{
background-color: #024681;
}
.BgClassName
{
background-color: #024681;
}
</style>
border-color css
<style>
span { border-color: #024681; }
span { border-color: rgb(2,70,129); }
td.TdClassName
{
border-color: #024681;
}
.TagClassName
{
border-color: #024681;
}
</style>