Shades of Dark Cerulean #124674
Tints of Dark Cerulean #124674
RGB
CMYK
RGB Variations
Color information
#124674 (or 0x124674) is known color: Dark Cerulean. HEX triplet: 12, 46 and 74. RGB value is (18,70,116). Sum of RGB (Red+Green+Blue) = 18+70+116=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 116 (45.70% from 255 or 56.86% from 204); Max value from RGB is 116 - color contains mainly: blue. Hex color #124674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124674 is #EDB98B. Grayscale: #3B3B3B. Windows color (decimal): -15579532 or 7620114. OLE color: 7620114.
HSL color Cylindrical-coordinate representation of color #124674: hue angle of 208.16º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #124674 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 70 | 116 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.55 |
| HSL | 208.16º | 0.73% | 0.26% | - |
| HSV(B) | 208.16º | 0.84% | 0.45% | - |
| XYZ | 5.59 | 5.77 | 17.34 | - |
| YUV | 59.7 | 159.77 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 70 | 116 | 0.84 | 0.40 | 0 | 0.55 | 208.16 | 0.73 | 0.26 |
| Hex | 12 | 46 | 74 | 54 | 28 | 0 | 37 | D0 | 49 | 1A |
| Octal | 22 | 106 | 164 | 124 | 50 | 0 | 67 | 320 | 111 | 32 |
| Binary | 10010 | 1000110 | 1110100 | 1010100 | 101000 | 0 | 110111 | 11010000 | 1001001 | 11010 |
Color Harmonies of #124674
Complementary color
Monochromatic Colors of #124674
Black with #124674
Text Example
Text Example
White with #124674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124674; }
p { color: rgb(18,70,116); }
H1.HeaderClassName
{
color: #124674;
}
.AnyTagClassName
{
color: #124674;
}
</style>
background-color css
<style>
a { background-color: #124674; }
a { background-color: rgb(18,70,116); }
div.DivClassName
{
background-color: #124674;
}
.BgClassName
{
background-color: #124674;
}
</style>
border-color css
<style>
span { border-color: #124674; }
span { border-color: rgb(18,70,116); }
td.TdClassName
{
border-color: #124674;
}
.TagClassName
{
border-color: #124674;
}
</style>