Shades of Dark Cerulean #124D93
Tints of Dark Cerulean #124D93
RGB
CMYK
RGB Variations
Color information
#124D93 (or 0x124D93) is known color: Dark Cerulean. HEX triplet: 12, 4D and 93. RGB value is (18,77,147). Sum of RGB (Red+Green+Blue) = 18+77+147=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 147 (57.81% from 255 or 60.74% from 242); Max value from RGB is 147 - color contains mainly: blue. Hex color #124D93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124D93 is #EDB26C. Grayscale: #434343. Windows color (decimal): -15577709 or 9653522. OLE color: 9653522.
HSL color Cylindrical-coordinate representation of color #124D93: hue angle of 212.56º 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 #124D93 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 77 | 147 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.42 |
| HSL | 212.56º | 0.78% | 0.32% | - |
| HSV(B) | 212.56º | 0.88% | 0.58% | - |
| XYZ | 8.17 | 7.54 | 28.63 | - |
| YUV | 67.34 | 172.95 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 147 | 0.88 | 0.48 | 0 | 0.42 | 212.56 | 0.78 | 0.32 |
| Hex | 12 | 4D | 93 | 58 | 30 | 0 | 2A | D5 | 4E | 20 |
| Octal | 22 | 115 | 223 | 130 | 60 | 0 | 52 | 325 | 116 | 40 |
| Binary | 10010 | 1001101 | 10010011 | 1011000 | 110000 | 0 | 101010 | 11010101 | 1001110 | 100000 |
Color Harmonies of #124D93
Complementary color
Monochromatic Colors of #124D93
Black with #124D93
Text Example
Text Example
White with #124D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D93; }
p { color: rgb(18,77,147); }
H1.HeaderClassName
{
color: #124D93;
}
.AnyTagClassName
{
color: #124D93;
}
</style>
background-color css
<style>
a { background-color: #124D93; }
a { background-color: rgb(18,77,147); }
div.DivClassName
{
background-color: #124D93;
}
.BgClassName
{
background-color: #124D93;
}
</style>
border-color css
<style>
span { border-color: #124D93; }
span { border-color: rgb(18,77,147); }
td.TdClassName
{
border-color: #124D93;
}
.TagClassName
{
border-color: #124D93;
}
</style>