Shades of Dark Cerulean #124C6C
Tints of Dark Cerulean #124C6C
RGB
CMYK
RGB Variations
Color information
#124C6C (or 0x124C6C) is known color: Dark Cerulean. HEX triplet: 12, 4C and 6C. RGB value is (18,76,108). Sum of RGB (Red+Green+Blue) = 18+76+108=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #124C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C6C is #EDB393. Grayscale: #3E3E3E. Windows color (decimal): -15578004 or 7097362. OLE color: 7097362.
HSL color Cylindrical-coordinate representation of color #124C6C: hue angle of 201.33º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #124C6C is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 76 | 108 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.58 |
| HSL | 201.33º | 0.71% | 0.25% | - |
| HSV(B) | 201.33º | 0.83% | 0.42% | - |
| XYZ | 5.54 | 6.38 | 15.13 | - |
| YUV | 62.31 | 153.78 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 108 | 0.83 | 0.30 | 0 | 0.58 | 201.33 | 0.71 | 0.25 |
| Hex | 12 | 4C | 6C | 53 | 1E | 0 | 3A | C9 | 47 | 19 |
| Octal | 22 | 114 | 154 | 123 | 36 | 0 | 72 | 311 | 107 | 31 |
| Binary | 10010 | 1001100 | 1101100 | 1010011 | 11110 | 0 | 111010 | 11001001 | 1000111 | 11001 |
Color Harmonies of #124C6C
Complementary color
Monochromatic Colors of #124C6C
Black with #124C6C
Text Example
Text Example
White with #124C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C6C; }
p { color: rgb(18,76,108); }
H1.HeaderClassName
{
color: #124C6C;
}
.AnyTagClassName
{
color: #124C6C;
}
</style>
background-color css
<style>
a { background-color: #124C6C; }
a { background-color: rgb(18,76,108); }
div.DivClassName
{
background-color: #124C6C;
}
.BgClassName
{
background-color: #124C6C;
}
</style>
border-color css
<style>
span { border-color: #124C6C; }
span { border-color: rgb(18,76,108); }
td.TdClassName
{
border-color: #124C6C;
}
.TagClassName
{
border-color: #124C6C;
}
</style>