Shades of Dark Cerulean #124F90
Tints of Dark Cerulean #124F90
RGB
CMYK
RGB Variations
Color information
#124F90 (or 0x124F90) is known color: Dark Cerulean. HEX triplet: 12, 4F and 90. RGB value is (18,79,144). Sum of RGB (Red+Green+Blue) = 18+79+144=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #124F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124F90 is #EDB06F. Grayscale: #434343. Windows color (decimal): -15577200 or 9457426. OLE color: 9457426.
HSL color Cylindrical-coordinate representation of color #124F90: hue angle of 210.95º 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 #124F90 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 79 | 144 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.44 |
| HSL | 210.95º | 0.78% | 0.32% | - |
| HSV(B) | 210.95º | 0.88% | 0.56% | - |
| XYZ | 8.08 | 7.73 | 27.45 | - |
| YUV | 68.17 | 170.79 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 144 | 0.88 | 0.45 | 0 | 0.44 | 210.95 | 0.78 | 0.32 |
| Hex | 12 | 4F | 90 | 58 | 2D | 0 | 2C | D3 | 4E | 20 |
| Octal | 22 | 117 | 220 | 130 | 55 | 0 | 54 | 323 | 116 | 40 |
| Binary | 10010 | 1001111 | 10010000 | 1011000 | 101101 | 0 | 101100 | 11010011 | 1001110 | 100000 |
Color Harmonies of #124F90
Complementary color
Monochromatic Colors of #124F90
Black with #124F90
Text Example
Text Example
White with #124F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124F90; }
p { color: rgb(18,79,144); }
H1.HeaderClassName
{
color: #124F90;
}
.AnyTagClassName
{
color: #124F90;
}
</style>
background-color css
<style>
a { background-color: #124F90; }
a { background-color: rgb(18,79,144); }
div.DivClassName
{
background-color: #124F90;
}
.BgClassName
{
background-color: #124F90;
}
</style>
border-color css
<style>
span { border-color: #124F90; }
span { border-color: rgb(18,79,144); }
td.TdClassName
{
border-color: #124F90;
}
.TagClassName
{
border-color: #124F90;
}
</style>