Shades of Dark Cerulean #124C70
Tints of Dark Cerulean #124C70
RGB
CMYK
RGB Variations
Color information
#124C70 (or 0x124C70) is known color: Dark Cerulean. HEX triplet: 12, 4C and 70. RGB value is (18,76,112). Sum of RGB (Red+Green+Blue) = 18+76+112=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #124C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C70 is #EDB38F. Grayscale: #3E3E3E. Windows color (decimal): -15578000 or 7359506. OLE color: 7359506.
HSL color Cylindrical-coordinate representation of color #124C70: hue angle of 202.98º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #124C70 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 76 | 112 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.56 |
| HSL | 202.98º | 0.72% | 0.25% | - |
| HSV(B) | 202.98º | 0.84% | 0.44% | - |
| XYZ | 5.76 | 6.47 | 16.27 | - |
| YUV | 62.76 | 155.78 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 112 | 0.84 | 0.32 | 0 | 0.56 | 202.98 | 0.72 | 0.25 |
| Hex | 12 | 4C | 70 | 54 | 20 | 0 | 38 | CB | 48 | 19 |
| Octal | 22 | 114 | 160 | 124 | 40 | 0 | 70 | 313 | 110 | 31 |
| Binary | 10010 | 1001100 | 1110000 | 1010100 | 100000 | 0 | 111000 | 11001011 | 1001000 | 11001 |
Color Harmonies of #124C70
Complementary color
Monochromatic Colors of #124C70
Black with #124C70
Text Example
Text Example
White with #124C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C70; }
p { color: rgb(18,76,112); }
H1.HeaderClassName
{
color: #124C70;
}
.AnyTagClassName
{
color: #124C70;
}
</style>
background-color css
<style>
a { background-color: #124C70; }
a { background-color: rgb(18,76,112); }
div.DivClassName
{
background-color: #124C70;
}
.BgClassName
{
background-color: #124C70;
}
</style>
border-color css
<style>
span { border-color: #124C70; }
span { border-color: rgb(18,76,112); }
td.TdClassName
{
border-color: #124C70;
}
.TagClassName
{
border-color: #124C70;
}
</style>