Shades of Dark Cerulean #124174
Tints of Dark Cerulean #124174
RGB
CMYK
RGB Variations
Color information
#124174 (or 0x124174) is known color: Dark Cerulean. HEX triplet: 12, 41 and 74. RGB value is (18,65,116). Sum of RGB (Red+Green+Blue) = 18+65+116=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 116 (45.70% from 255 or 58.29% from 199); Max value from RGB is 116 - color contains mainly: blue. Hex color #124174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124174 is #EDBE8B. Grayscale: #383838. Windows color (decimal): -15580812 or 7618834. OLE color: 7618834.
HSL color Cylindrical-coordinate representation of color #124174: hue angle of 211.22º 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 #124174 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 65 | 116 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.55 |
| HSL | 211.22º | 0.73% | 0.26% | - |
| HSV(B) | 211.22º | 0.84% | 0.45% | - |
| XYZ | 5.29 | 5.17 | 17.24 | - |
| YUV | 56.76 | 161.43 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 116 | 0.84 | 0.44 | 0 | 0.55 | 211.22 | 0.73 | 0.26 |
| Hex | 12 | 41 | 74 | 54 | 2C | 0 | 37 | D3 | 49 | 1A |
| Octal | 22 | 101 | 164 | 124 | 54 | 0 | 67 | 323 | 111 | 32 |
| Binary | 10010 | 1000001 | 1110100 | 1010100 | 101100 | 0 | 110111 | 11010011 | 1001001 | 11010 |
Color Harmonies of #124174
Complementary color
Monochromatic Colors of #124174
Black with #124174
Text Example
Text Example
White with #124174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124174; }
p { color: rgb(18,65,116); }
H1.HeaderClassName
{
color: #124174;
}
.AnyTagClassName
{
color: #124174;
}
</style>
background-color css
<style>
a { background-color: #124174; }
a { background-color: rgb(18,65,116); }
div.DivClassName
{
background-color: #124174;
}
.BgClassName
{
background-color: #124174;
}
</style>
border-color css
<style>
span { border-color: #124174; }
span { border-color: rgb(18,65,116); }
td.TdClassName
{
border-color: #124174;
}
.TagClassName
{
border-color: #124174;
}
</style>