Shades of Dark Cerulean #024177
Tints of Dark Cerulean #024177
RGB
CMYK
RGB Variations
Color information
#024177 (or 0x024177) is known color: Dark Cerulean. HEX triplet: 02, 41 and 77. RGB value is (2,65,119). Sum of RGB (Red+Green+Blue) = 2+65+119=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 119 (46.88% from 255 or 63.98% from 186); Max value from RGB is 119 - color contains mainly: blue. Hex color #024177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024177 is #FDBE88. Grayscale: #343434. Windows color (decimal): -16629385 or 7815426. OLE color: 7815426.
HSL color Cylindrical-coordinate representation of color #024177: hue angle of 207.69º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024177 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 2 | 65 | 119 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.53 |
| HSL | 207.69º | 0.97% | 0.24% | - |
| HSV(B) | 207.69º | 0.98% | 0.47% | - |
| XYZ | 5.25 | 5.13 | 18.17 | - |
| YUV | 52.32 | 165.63 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 65 | 119 | 0.98 | 0.45 | 0 | 0.53 | 207.69 | 0.97 | 0.24 |
| Hex | 2 | 41 | 77 | 62 | 2D | 0 | 35 | D0 | 61 | 18 |
| Octal | 2 | 101 | 167 | 142 | 55 | 0 | 65 | 320 | 141 | 30 |
| Binary | 10 | 1000001 | 1110111 | 1100010 | 101101 | 0 | 110101 | 11010000 | 1100001 | 11000 |
Color Harmonies of #024177
Complementary color
Monochromatic Colors of #024177
Black with #024177
Text Example
Text Example
White with #024177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024177; }
p { color: rgb(2,65,119); }
H1.HeaderClassName
{
color: #024177;
}
.AnyTagClassName
{
color: #024177;
}
</style>
background-color css
<style>
a { background-color: #024177; }
a { background-color: rgb(2,65,119); }
div.DivClassName
{
background-color: #024177;
}
.BgClassName
{
background-color: #024177;
}
</style>
border-color css
<style>
span { border-color: #024177; }
span { border-color: rgb(2,65,119); }
td.TdClassName
{
border-color: #024177;
}
.TagClassName
{
border-color: #024177;
}
</style>