Shades of Dark Cerulean #124485
Tints of Dark Cerulean #124485
RGB
CMYK
RGB Variations
Color information
#124485 (or 0x124485) is known color: Dark Cerulean. HEX triplet: 12, 44 and 85. RGB value is (18,68,133). Sum of RGB (Red+Green+Blue) = 18+68+133=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #124485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124485 is #EDBB7A. Grayscale: #3C3C3C. Windows color (decimal): -15580027 or 8733714. OLE color: 8733714.
HSL color Cylindrical-coordinate representation of color #124485: hue angle of 213.91º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #124485 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 68 | 133 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.48 |
| HSL | 213.91º | 0.76% | 0.3% | - |
| HSV(B) | 213.91º | 0.86% | 0.52% | - |
| XYZ | 6.55 | 5.96 | 22.99 | - |
| YUV | 60.46 | 168.94 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 68 | 133 | 0.86 | 0.49 | 0 | 0.48 | 213.91 | 0.76 | 0.3 |
| Hex | 12 | 44 | 85 | 56 | 31 | 0 | 30 | D6 | 4C | 1E |
| Octal | 22 | 104 | 205 | 126 | 61 | 0 | 60 | 326 | 114 | 36 |
| Binary | 10010 | 1000100 | 10000101 | 1010110 | 110001 | 0 | 110000 | 11010110 | 1001100 | 11110 |
Color Harmonies of #124485
Complementary color
Monochromatic Colors of #124485
Black with #124485
Text Example
Text Example
White with #124485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124485; }
p { color: rgb(18,68,133); }
H1.HeaderClassName
{
color: #124485;
}
.AnyTagClassName
{
color: #124485;
}
</style>
background-color css
<style>
a { background-color: #124485; }
a { background-color: rgb(18,68,133); }
div.DivClassName
{
background-color: #124485;
}
.BgClassName
{
background-color: #124485;
}
</style>
border-color css
<style>
span { border-color: #124485; }
span { border-color: rgb(18,68,133); }
td.TdClassName
{
border-color: #124485;
}
.TagClassName
{
border-color: #124485;
}
</style>