Shades of Dark Cerulean #124D94
Tints of Dark Cerulean #124D94
RGB
CMYK
RGB Variations
Color information
#124D94 (or 0x124D94) is known color: Dark Cerulean. HEX triplet: 12, 4D and 94. RGB value is (18,77,148). Sum of RGB (Red+Green+Blue) = 18+77+148=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 148 (58.20% from 255 or 60.91% from 243); Max value from RGB is 148 - color contains mainly: blue. Hex color #124D94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124D94 is #EDB26B. Grayscale: #434343. Windows color (decimal): -15577708 or 9719058. OLE color: 9719058.
HSL color Cylindrical-coordinate representation of color #124D94: hue angle of 212.77º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124D94 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 77 | 148 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.42 |
| HSL | 212.77º | 0.78% | 0.33% | - |
| HSV(B) | 212.77º | 0.88% | 0.58% | - |
| XYZ | 8.25 | 7.57 | 29.04 | - |
| YUV | 67.45 | 173.45 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 148 | 0.88 | 0.48 | 0 | 0.42 | 212.77 | 0.78 | 0.33 |
| Hex | 12 | 4D | 94 | 58 | 30 | 0 | 2A | D5 | 4E | 21 |
| Octal | 22 | 115 | 224 | 130 | 60 | 0 | 52 | 325 | 116 | 41 |
| Binary | 10010 | 1001101 | 10010100 | 1011000 | 110000 | 0 | 101010 | 11010101 | 1001110 | 100001 |
Color Harmonies of #124D94
Complementary color
Monochromatic Colors of #124D94
Black with #124D94
Text Example
Text Example
White with #124D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D94; }
p { color: rgb(18,77,148); }
H1.HeaderClassName
{
color: #124D94;
}
.AnyTagClassName
{
color: #124D94;
}
</style>
background-color css
<style>
a { background-color: #124D94; }
a { background-color: rgb(18,77,148); }
div.DivClassName
{
background-color: #124D94;
}
.BgClassName
{
background-color: #124D94;
}
</style>
border-color css
<style>
span { border-color: #124D94; }
span { border-color: rgb(18,77,148); }
td.TdClassName
{
border-color: #124D94;
}
.TagClassName
{
border-color: #124D94;
}
</style>