Shades of Dark Cerulean #124B90
Tints of Dark Cerulean #124B90
RGB
CMYK
RGB Variations
Color information
#124B90 (or 0x124B90) is known color: Dark Cerulean. HEX triplet: 12, 4B and 90. RGB value is (18,75,144). Sum of RGB (Red+Green+Blue) = 18+75+144=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 144 (56.64% from 255 or 60.76% from 237); Max value from RGB is 144 - color contains mainly: blue. Hex color #124B90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124B90 is #EDB46F. Grayscale: #414141. Windows color (decimal): -15578224 or 9456402. OLE color: 9456402.
HSL color Cylindrical-coordinate representation of color #124B90: hue angle of 212.86º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124B90 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 75 | 144 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.44 |
| HSL | 212.86º | 0.78% | 0.32% | - |
| HSV(B) | 212.86º | 0.88% | 0.56% | - |
| XYZ | 7.8 | 7.17 | 27.36 | - |
| YUV | 65.82 | 172.12 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 144 | 0.88 | 0.48 | 0 | 0.44 | 212.86 | 0.78 | 0.32 |
| Hex | 12 | 4B | 90 | 58 | 30 | 0 | 2C | D5 | 4E | 20 |
| Octal | 22 | 113 | 220 | 130 | 60 | 0 | 54 | 325 | 116 | 40 |
| Binary | 10010 | 1001011 | 10010000 | 1011000 | 110000 | 0 | 101100 | 11010101 | 1001110 | 100000 |
Color Harmonies of #124B90
Complementary color
Monochromatic Colors of #124B90
Black with #124B90
Text Example
Text Example
White with #124B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124B90; }
p { color: rgb(18,75,144); }
H1.HeaderClassName
{
color: #124B90;
}
.AnyTagClassName
{
color: #124B90;
}
</style>
background-color css
<style>
a { background-color: #124B90; }
a { background-color: rgb(18,75,144); }
div.DivClassName
{
background-color: #124B90;
}
.BgClassName
{
background-color: #124B90;
}
</style>
border-color css
<style>
span { border-color: #124B90; }
span { border-color: rgb(18,75,144); }
td.TdClassName
{
border-color: #124B90;
}
.TagClassName
{
border-color: #124B90;
}
</style>