Shades of Dark Cerulean #124A85
Tints of Dark Cerulean #124A85
RGB
CMYK
RGB Variations
Color information
#124A85 (or 0x124A85) is known color: Dark Cerulean. HEX triplet: 12, 4A and 85. RGB value is (18,74,133). Sum of RGB (Red+Green+Blue) = 18+74+133=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #124A85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124A85 is #EDB57A. Grayscale: #3F3F3F. Windows color (decimal): -15578491 or 8735250. OLE color: 8735250.
HSL color Cylindrical-coordinate representation of color #124A85: hue angle of 210.78º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #124A85 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 74 | 133 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.48 |
| HSL | 210.78º | 0.76% | 0.3% | - |
| HSV(B) | 210.78º | 0.86% | 0.52% | - |
| XYZ | 6.93 | 6.72 | 23.12 | - |
| YUV | 63.98 | 166.95 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 133 | 0.86 | 0.44 | 0 | 0.48 | 210.78 | 0.76 | 0.3 |
| Hex | 12 | 4A | 85 | 56 | 2C | 0 | 30 | D3 | 4C | 1E |
| Octal | 22 | 112 | 205 | 126 | 54 | 0 | 60 | 323 | 114 | 36 |
| Binary | 10010 | 1001010 | 10000101 | 1010110 | 101100 | 0 | 110000 | 11010011 | 1001100 | 11110 |
Color Harmonies of #124A85
Complementary color
Monochromatic Colors of #124A85
Black with #124A85
Text Example
Text Example
White with #124A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124A85; }
p { color: rgb(18,74,133); }
H1.HeaderClassName
{
color: #124A85;
}
.AnyTagClassName
{
color: #124A85;
}
</style>
background-color css
<style>
a { background-color: #124A85; }
a { background-color: rgb(18,74,133); }
div.DivClassName
{
background-color: #124A85;
}
.BgClassName
{
background-color: #124A85;
}
</style>
border-color css
<style>
span { border-color: #124A85; }
span { border-color: rgb(18,74,133); }
td.TdClassName
{
border-color: #124A85;
}
.TagClassName
{
border-color: #124A85;
}
</style>