Shades of Dark Cerulean #124C93
Tints of Dark Cerulean #124C93
RGB
CMYK
RGB Variations
Color information
#124C93 (or 0x124C93) is known color: Dark Cerulean. HEX triplet: 12, 4C and 93. RGB value is (18,76,147). Sum of RGB (Red+Green+Blue) = 18+76+147=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 147 (57.81% from 255 or 61.00% from 241); Max value from RGB is 147 - color contains mainly: blue. Hex color #124C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124C93 is #EDB36C. Grayscale: #424242. Windows color (decimal): -15577965 or 9653266. OLE color: 9653266.
HSL color Cylindrical-coordinate representation of color #124C93: hue angle of 213.02º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124C93 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 76 | 147 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.42 |
| HSL | 213.02º | 0.78% | 0.32% | - |
| HSV(B) | 213.02º | 0.88% | 0.58% | - |
| XYZ | 8.1 | 7.4 | 28.61 | - |
| YUV | 66.75 | 173.28 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 147 | 0.88 | 0.48 | 0 | 0.42 | 213.02 | 0.78 | 0.32 |
| Hex | 12 | 4C | 93 | 58 | 30 | 0 | 2A | D5 | 4E | 20 |
| Octal | 22 | 114 | 223 | 130 | 60 | 0 | 52 | 325 | 116 | 40 |
| Binary | 10010 | 1001100 | 10010011 | 1011000 | 110000 | 0 | 101010 | 11010101 | 1001110 | 100000 |
Color Harmonies of #124C93
Complementary color
Monochromatic Colors of #124C93
Black with #124C93
Text Example
Text Example
White with #124C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C93; }
p { color: rgb(18,76,147); }
H1.HeaderClassName
{
color: #124C93;
}
.AnyTagClassName
{
color: #124C93;
}
</style>
background-color css
<style>
a { background-color: #124C93; }
a { background-color: rgb(18,76,147); }
div.DivClassName
{
background-color: #124C93;
}
.BgClassName
{
background-color: #124C93;
}
</style>
border-color css
<style>
span { border-color: #124C93; }
span { border-color: rgb(18,76,147); }
td.TdClassName
{
border-color: #124C93;
}
.TagClassName
{
border-color: #124C93;
}
</style>