Shades of Dark Cerulean #124275
Tints of Dark Cerulean #124275
RGB
CMYK
RGB Variations
Color information
#124275 (or 0x124275) is known color: Dark Cerulean. HEX triplet: 12, 42 and 75. RGB value is (18,66,117). Sum of RGB (Red+Green+Blue) = 18+66+117=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #124275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124275 is #EDBD8A. Grayscale: #393939. Windows color (decimal): -15580555 or 7684626. OLE color: 7684626.
HSL color Cylindrical-coordinate representation of color #124275: hue angle of 210.91º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #124275 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 66 | 117 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.54 |
| HSL | 210.91º | 0.73% | 0.26% | - |
| HSV(B) | 210.91º | 0.85% | 0.46% | - |
| XYZ | 5.41 | 5.31 | 17.57 | - |
| YUV | 57.46 | 161.6 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 117 | 0.85 | 0.44 | 0 | 0.54 | 210.91 | 0.73 | 0.26 |
| Hex | 12 | 42 | 75 | 55 | 2C | 0 | 36 | D3 | 49 | 1A |
| Octal | 22 | 102 | 165 | 125 | 54 | 0 | 66 | 323 | 111 | 32 |
| Binary | 10010 | 1000010 | 1110101 | 1010101 | 101100 | 0 | 110110 | 11010011 | 1001001 | 11010 |
Color Harmonies of #124275
Complementary color
Monochromatic Colors of #124275
Black with #124275
Text Example
Text Example
White with #124275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124275; }
p { color: rgb(18,66,117); }
H1.HeaderClassName
{
color: #124275;
}
.AnyTagClassName
{
color: #124275;
}
</style>
background-color css
<style>
a { background-color: #124275; }
a { background-color: rgb(18,66,117); }
div.DivClassName
{
background-color: #124275;
}
.BgClassName
{
background-color: #124275;
}
</style>
border-color css
<style>
span { border-color: #124275; }
span { border-color: rgb(18,66,117); }
td.TdClassName
{
border-color: #124275;
}
.TagClassName
{
border-color: #124275;
}
</style>