Shades of Dark Cerulean #125072
Tints of Dark Cerulean #125072
RGB
CMYK
RGB Variations
Color information
#125072 (or 0x125072) is known color: Dark Cerulean. HEX triplet: 12, 50 and 72. RGB value is (18,80,114). Sum of RGB (Red+Green+Blue) = 18+80+114=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #125072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125072 is #EDAF8D. Grayscale: #414141. Windows color (decimal): -15576974 or 7491602. OLE color: 7491602.
HSL color Cylindrical-coordinate representation of color #125072: hue angle of 201.25º 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 #125072 is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 80 | 114 | - |
| CMYK | 0.84 | 0.30 | 0 | 0.55 |
| HSL | 201.25º | 0.73% | 0.26% | - |
| HSV(B) | 201.25º | 0.84% | 0.45% | - |
| XYZ | 6.16 | 7.08 | 16.96 | - |
| YUV | 65.34 | 155.46 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 80 | 114 | 0.84 | 0.30 | 0 | 0.55 | 201.25 | 0.73 | 0.26 |
| Hex | 12 | 50 | 72 | 54 | 1E | 0 | 37 | C9 | 49 | 1A |
| Octal | 22 | 120 | 162 | 124 | 36 | 0 | 67 | 311 | 111 | 32 |
| Binary | 10010 | 1010000 | 1110010 | 1010100 | 11110 | 0 | 110111 | 11001001 | 1001001 | 11010 |
Color Harmonies of #125072
Complementary color
Monochromatic Colors of #125072
Black with #125072
Text Example
Text Example
White with #125072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125072; }
p { color: rgb(18,80,114); }
H1.HeaderClassName
{
color: #125072;
}
.AnyTagClassName
{
color: #125072;
}
</style>
background-color css
<style>
a { background-color: #125072; }
a { background-color: rgb(18,80,114); }
div.DivClassName
{
background-color: #125072;
}
.BgClassName
{
background-color: #125072;
}
</style>
border-color css
<style>
span { border-color: #125072; }
span { border-color: rgb(18,80,114); }
td.TdClassName
{
border-color: #125072;
}
.TagClassName
{
border-color: #125072;
}
</style>