Shades of Dark Cerulean #124273
Tints of Dark Cerulean #124273
RGB
CMYK
RGB Variations
Color information
#124273 (or 0x124273) is known color: Dark Cerulean. HEX triplet: 12, 42 and 73. RGB value is (18,66,115). Sum of RGB (Red+Green+Blue) = 18+66+115=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #124273 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124273 is #EDBD8C. Grayscale: #383838. Windows color (decimal): -15580557 or 7553554. OLE color: 7553554.
HSL color Cylindrical-coordinate representation of color #124273: hue angle of 210.31º 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 #124273 is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 66 | 115 | - |
| CMYK | 0.84 | 0.43 | 0 | 0.55 |
| HSL | 210.31º | 0.73% | 0.26% | - |
| HSV(B) | 210.31º | 0.84% | 0.45% | - |
| XYZ | 5.29 | 5.26 | 16.96 | - |
| YUV | 57.23 | 160.6 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 115 | 0.84 | 0.43 | 0 | 0.55 | 210.31 | 0.73 | 0.26 |
| Hex | 12 | 42 | 73 | 54 | 2B | 0 | 37 | D2 | 49 | 1A |
| Octal | 22 | 102 | 163 | 124 | 53 | 0 | 67 | 322 | 111 | 32 |
| Binary | 10010 | 1000010 | 1110011 | 1010100 | 101011 | 0 | 110111 | 11010010 | 1001001 | 11010 |
Color Harmonies of #124273
Complementary color
Monochromatic Colors of #124273
Black with #124273
Text Example
Text Example
White with #124273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124273; }
p { color: rgb(18,66,115); }
H1.HeaderClassName
{
color: #124273;
}
.AnyTagClassName
{
color: #124273;
}
</style>
background-color css
<style>
a { background-color: #124273; }
a { background-color: rgb(18,66,115); }
div.DivClassName
{
background-color: #124273;
}
.BgClassName
{
background-color: #124273;
}
</style>
border-color css
<style>
span { border-color: #124273; }
span { border-color: rgb(18,66,115); }
td.TdClassName
{
border-color: #124273;
}
.TagClassName
{
border-color: #124273;
}
</style>