Shades of Dark Cerulean #125279
Tints of Dark Cerulean #125279
RGB
CMYK
RGB Variations
Color information
#125279 (or 0x125279) is known color: Dark Cerulean. HEX triplet: 12, 52 and 79. RGB value is (18,82,121). Sum of RGB (Red+Green+Blue) = 18+82+121=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 121 (47.66% from 255 or 54.75% from 221); Max value from RGB is 121 - color contains mainly: blue. Hex color #125279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125279 is #EDAD86. Grayscale: #434343. Windows color (decimal): -15576455 or 7950866. OLE color: 7950866.
HSL color Cylindrical-coordinate representation of color #125279: hue angle of 202.72º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #125279 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 82 | 121 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.53 |
| HSL | 202.72º | 0.74% | 0.27% | - |
| HSV(B) | 202.72º | 0.85% | 0.47% | - |
| XYZ | 6.72 | 7.54 | 19.19 | - |
| YUV | 67.31 | 158.3 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 82 | 121 | 0.85 | 0.32 | 0 | 0.53 | 202.72 | 0.74 | 0.27 |
| Hex | 12 | 52 | 79 | 55 | 20 | 0 | 35 | CB | 4A | 1B |
| Octal | 22 | 122 | 171 | 125 | 40 | 0 | 65 | 313 | 112 | 33 |
| Binary | 10010 | 1010010 | 1111001 | 1010101 | 100000 | 0 | 110101 | 11001011 | 1001010 | 11011 |
Color Harmonies of #125279
Complementary color
Monochromatic Colors of #125279
Black with #125279
Text Example
Text Example
White with #125279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125279; }
p { color: rgb(18,82,121); }
H1.HeaderClassName
{
color: #125279;
}
.AnyTagClassName
{
color: #125279;
}
</style>
background-color css
<style>
a { background-color: #125279; }
a { background-color: rgb(18,82,121); }
div.DivClassName
{
background-color: #125279;
}
.BgClassName
{
background-color: #125279;
}
</style>
border-color css
<style>
span { border-color: #125279; }
span { border-color: rgb(18,82,121); }
td.TdClassName
{
border-color: #125279;
}
.TagClassName
{
border-color: #125279;
}
</style>