Shades of Dark Cerulean #024680
Tints of Dark Cerulean #024680
RGB
CMYK
RGB Variations
Color information
#024680 (or 0x024680) is known color: Dark Cerulean. HEX triplet: 02, 46 and 80. RGB value is (2,70,128). Sum of RGB (Red+Green+Blue) = 2+70+128=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 128 (50.39% from 255 or 64% from 200); Max value from RGB is 128 - color contains mainly: blue. Hex color #024680 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024680 is #FDB97F. Grayscale: #373737. Windows color (decimal): -16628096 or 8406530. OLE color: 8406530.
HSL color Cylindrical-coordinate representation of color #024680: hue angle of 207.62º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024680 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 70 | 128 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.50 |
| HSL | 207.62º | 0.97% | 0.25% | - |
| HSV(B) | 207.62º | 0.98% | 0.5% | - |
| XYZ | 6.11 | 5.95 | 21.25 | - |
| YUV | 56.28 | 168.47 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 70 | 128 | 0.98 | 0.45 | 0 | 0.50 | 207.62 | 0.97 | 0.25 |
| Hex | 2 | 46 | 80 | 62 | 2D | 0 | 32 | D0 | 61 | 19 |
| Octal | 2 | 106 | 200 | 142 | 55 | 0 | 62 | 320 | 141 | 31 |
| Binary | 10 | 1000110 | 10000000 | 1100010 | 101101 | 0 | 110010 | 11010000 | 1100001 | 11001 |
Color Harmonies of #024680
Complementary color
Monochromatic Colors of #024680
Black with #024680
Text Example
Text Example
White with #024680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024680; }
p { color: rgb(2,70,128); }
H1.HeaderClassName
{
color: #024680;
}
.AnyTagClassName
{
color: #024680;
}
</style>
background-color css
<style>
a { background-color: #024680; }
a { background-color: rgb(2,70,128); }
div.DivClassName
{
background-color: #024680;
}
.BgClassName
{
background-color: #024680;
}
</style>
border-color css
<style>
span { border-color: #024680; }
span { border-color: rgb(2,70,128); }
td.TdClassName
{
border-color: #024680;
}
.TagClassName
{
border-color: #024680;
}
</style>