Shades of Dark Cerulean #124785
Tints of Dark Cerulean #124785
RGB
CMYK
RGB Variations
Color information
#124785 (or 0x124785) is known color: Dark Cerulean. HEX triplet: 12, 47 and 85. RGB value is (18,71,133). Sum of RGB (Red+Green+Blue) = 18+71+133=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 133 (52.34% from 255 or 59.91% from 222); Max value from RGB is 133 - color contains mainly: blue. Hex color #124785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124785 is #EDB87A. Grayscale: #3D3D3D. Windows color (decimal): -15579259 or 8734482. OLE color: 8734482.
HSL color Cylindrical-coordinate representation of color #124785: hue angle of 212.35º 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 #124785 is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 71 | 133 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.48 |
| HSL | 212.35º | 0.76% | 0.3% | - |
| HSV(B) | 212.35º | 0.86% | 0.52% | - |
| XYZ | 6.74 | 6.33 | 23.06 | - |
| YUV | 62.22 | 167.94 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 71 | 133 | 0.86 | 0.47 | 0 | 0.48 | 212.35 | 0.76 | 0.3 |
| Hex | 12 | 47 | 85 | 56 | 2F | 0 | 30 | D4 | 4C | 1E |
| Octal | 22 | 107 | 205 | 126 | 57 | 0 | 60 | 324 | 114 | 36 |
| Binary | 10010 | 1000111 | 10000101 | 1010110 | 101111 | 0 | 110000 | 11010100 | 1001100 | 11110 |
Color Harmonies of #124785
Complementary color
Monochromatic Colors of #124785
Black with #124785
Text Example
Text Example
White with #124785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124785; }
p { color: rgb(18,71,133); }
H1.HeaderClassName
{
color: #124785;
}
.AnyTagClassName
{
color: #124785;
}
</style>
background-color css
<style>
a { background-color: #124785; }
a { background-color: rgb(18,71,133); }
div.DivClassName
{
background-color: #124785;
}
.BgClassName
{
background-color: #124785;
}
</style>
border-color css
<style>
span { border-color: #124785; }
span { border-color: rgb(18,71,133); }
td.TdClassName
{
border-color: #124785;
}
.TagClassName
{
border-color: #124785;
}
</style>