Shades of Dark Cerulean #124C6D
Tints of Dark Cerulean #124C6D
RGB
CMYK
RGB Variations
Color information
#124C6D (or 0x124C6D) is known color: Dark Cerulean. HEX triplet: 12, 4C and 6D. RGB value is (18,76,109). Sum of RGB (Red+Green+Blue) = 18+76+109=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #124C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C6D is #EDB392. Grayscale: #3E3E3E. Windows color (decimal): -15578003 or 7162898. OLE color: 7162898.
HSL color Cylindrical-coordinate representation of color #124C6D: hue angle of 201.76º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #124C6D is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 76 | 109 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.57 |
| HSL | 201.76º | 0.72% | 0.25% | - |
| HSV(B) | 201.76º | 0.83% | 0.43% | - |
| XYZ | 5.59 | 6.4 | 15.41 | - |
| YUV | 62.42 | 154.28 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 109 | 0.83 | 0.30 | 0 | 0.57 | 201.76 | 0.72 | 0.25 |
| Hex | 12 | 4C | 6D | 53 | 1E | 0 | 39 | CA | 48 | 19 |
| Octal | 22 | 114 | 155 | 123 | 36 | 0 | 71 | 312 | 110 | 31 |
| Binary | 10010 | 1001100 | 1101101 | 1010011 | 11110 | 0 | 111001 | 11001010 | 1001000 | 11001 |
Color Harmonies of #124C6D
Complementary color
Monochromatic Colors of #124C6D
Black with #124C6D
Text Example
Text Example
White with #124C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C6D; }
p { color: rgb(18,76,109); }
H1.HeaderClassName
{
color: #124C6D;
}
.AnyTagClassName
{
color: #124C6D;
}
</style>
background-color css
<style>
a { background-color: #124C6D; }
a { background-color: rgb(18,76,109); }
div.DivClassName
{
background-color: #124C6D;
}
.BgClassName
{
background-color: #124C6D;
}
</style>
border-color css
<style>
span { border-color: #124C6D; }
span { border-color: rgb(18,76,109); }
td.TdClassName
{
border-color: #124C6D;
}
.TagClassName
{
border-color: #124C6D;
}
</style>