Shades of Dark Cerulean #124773
Tints of Dark Cerulean #124773
RGB
CMYK
RGB Variations
Color information
#124773 (or 0x124773) is known color: Dark Cerulean. HEX triplet: 12, 47 and 73. RGB value is (18,71,115). Sum of RGB (Red+Green+Blue) = 18+71+115=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #124773 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124773 is #EDB88C. Grayscale: #3B3B3B. Windows color (decimal): -15579277 or 7554834. OLE color: 7554834.
HSL color Cylindrical-coordinate representation of color #124773: hue angle of 207.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 #124773 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 71 | 115 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.55 |
| HSL | 207.22º | 0.73% | 0.26% | - |
| HSV(B) | 207.22º | 0.84% | 0.45% | - |
| XYZ | 5.6 | 5.87 | 17.06 | - |
| YUV | 60.17 | 158.94 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 71 | 115 | 0.84 | 0.38 | 0 | 0.55 | 207.22 | 0.73 | 0.26 |
| Hex | 12 | 47 | 73 | 54 | 26 | 0 | 37 | CF | 49 | 1A |
| Octal | 22 | 107 | 163 | 124 | 46 | 0 | 67 | 317 | 111 | 32 |
| Binary | 10010 | 1000111 | 1110011 | 1010100 | 100110 | 0 | 110111 | 11001111 | 1001001 | 11010 |
Color Harmonies of #124773
Complementary color
Monochromatic Colors of #124773
Black with #124773
Text Example
Text Example
White with #124773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124773; }
p { color: rgb(18,71,115); }
H1.HeaderClassName
{
color: #124773;
}
.AnyTagClassName
{
color: #124773;
}
</style>
background-color css
<style>
a { background-color: #124773; }
a { background-color: rgb(18,71,115); }
div.DivClassName
{
background-color: #124773;
}
.BgClassName
{
background-color: #124773;
}
</style>
border-color css
<style>
span { border-color: #124773; }
span { border-color: rgb(18,71,115); }
td.TdClassName
{
border-color: #124773;
}
.TagClassName
{
border-color: #124773;
}
</style>