Shades of Dark Cerulean #124A6D
Tints of Dark Cerulean #124A6D
RGB
CMYK
RGB Variations
Color information
#124A6D (or 0x124A6D) is known color: Dark Cerulean. HEX triplet: 12, 4A and 6D. RGB value is (18,74,109). Sum of RGB (Red+Green+Blue) = 18+74+109=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #124A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124A6D is #EDB592. Grayscale: #3D3D3D. Windows color (decimal): -15578515 or 7162386. OLE color: 7162386.
HSL color Cylindrical-coordinate representation of color #124A6D: hue angle of 203.08º 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 #124A6D is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 74 | 109 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.57 |
| HSL | 203.08º | 0.72% | 0.25% | - |
| HSV(B) | 203.08º | 0.83% | 0.43% | - |
| XYZ | 5.46 | 6.13 | 15.36 | - |
| YUV | 61.25 | 154.95 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 109 | 0.83 | 0.32 | 0 | 0.57 | 203.08 | 0.72 | 0.25 |
| Hex | 12 | 4A | 6D | 53 | 20 | 0 | 39 | CB | 48 | 19 |
| Octal | 22 | 112 | 155 | 123 | 40 | 0 | 71 | 313 | 110 | 31 |
| Binary | 10010 | 1001010 | 1101101 | 1010011 | 100000 | 0 | 111001 | 11001011 | 1001000 | 11001 |
Color Harmonies of #124A6D
Complementary color
Monochromatic Colors of #124A6D
Black with #124A6D
Text Example
Text Example
White with #124A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124A6D; }
p { color: rgb(18,74,109); }
H1.HeaderClassName
{
color: #124A6D;
}
.AnyTagClassName
{
color: #124A6D;
}
</style>
background-color css
<style>
a { background-color: #124A6D; }
a { background-color: rgb(18,74,109); }
div.DivClassName
{
background-color: #124A6D;
}
.BgClassName
{
background-color: #124A6D;
}
</style>
border-color css
<style>
span { border-color: #124A6D; }
span { border-color: rgb(18,74,109); }
td.TdClassName
{
border-color: #124A6D;
}
.TagClassName
{
border-color: #124A6D;
}
</style>