Shades of Dark Cerulean #124C75
Tints of Dark Cerulean #124C75
RGB
CMYK
RGB Variations
Color information
#124C75 (or 0x124C75) is known color: Dark Cerulean. HEX triplet: 12, 4C and 75. RGB value is (18,76,117). Sum of RGB (Red+Green+Blue) = 18+76+117=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #124C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C75 is #EDB38A. Grayscale: #3F3F3F. Windows color (decimal): -15577995 or 7687186. OLE color: 7687186.
HSL color Cylindrical-coordinate representation of color #124C75: hue angle of 204.85º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #124C75 is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 76 | 117 | - |
| CMYK | 0.85 | 0.35 | 0 | 0.54 |
| HSL | 204.85º | 0.73% | 0.26% | - |
| HSV(B) | 204.85º | 0.85% | 0.46% | - |
| XYZ | 6.04 | 6.58 | 17.78 | - |
| YUV | 63.33 | 158.28 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 117 | 0.85 | 0.35 | 0 | 0.54 | 204.85 | 0.73 | 0.26 |
| Hex | 12 | 4C | 75 | 55 | 23 | 0 | 36 | CD | 49 | 1A |
| Octal | 22 | 114 | 165 | 125 | 43 | 0 | 66 | 315 | 111 | 32 |
| Binary | 10010 | 1001100 | 1110101 | 1010101 | 100011 | 0 | 110110 | 11001101 | 1001001 | 11010 |
Color Harmonies of #124C75
Complementary color
Monochromatic Colors of #124C75
Black with #124C75
Text Example
Text Example
White with #124C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C75; }
p { color: rgb(18,76,117); }
H1.HeaderClassName
{
color: #124C75;
}
.AnyTagClassName
{
color: #124C75;
}
</style>
background-color css
<style>
a { background-color: #124C75; }
a { background-color: rgb(18,76,117); }
div.DivClassName
{
background-color: #124C75;
}
.BgClassName
{
background-color: #124C75;
}
</style>
border-color css
<style>
span { border-color: #124C75; }
span { border-color: rgb(18,76,117); }
td.TdClassName
{
border-color: #124C75;
}
.TagClassName
{
border-color: #124C75;
}
</style>