Shades of Cerulean #127CA6
Tints of Cerulean #127CA6
RGB
CMYK
RGB Variations
Color information
#127CA6 (or 0x127CA6) is known color: Cerulean. HEX triplet: 12, 7C and A6. RGB value is (18,124,166). Sum of RGB (Red+Green+Blue) = 18+124+166=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 166 (65.23% from 255 or 53.90% from 308); Max value from RGB is 166 - color contains mainly: blue. Hex color #127CA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127CA6 is #ED8359. Grayscale: #606060. Windows color (decimal): -15565658 or 10910738. OLE color: 10910738.
HSL color Cylindrical-coordinate representation of color #127CA6: hue angle of 197.03º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #127CA6 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 18 | 124 | 166 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.35 |
| HSL | 197.03º | 0.8% | 0.36% | - |
| HSV(B) | 197.03º | 0.89% | 0.65% | - |
| XYZ | 14.34 | 17.3 | 38.66 | - |
| YUV | 97.09 | 166.88 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 166 | 0.89 | 0.25 | 0 | 0.35 | 197.03 | 0.8 | 0.36 |
| Hex | 12 | 7C | A6 | 59 | 19 | 0 | 23 | C5 | 50 | 24 |
| Octal | 22 | 174 | 246 | 131 | 31 | 0 | 43 | 305 | 120 | 44 |
| Binary | 10010 | 1111100 | 10100110 | 1011001 | 11001 | 0 | 100011 | 11000101 | 1010000 | 100100 |
Color Harmonies of #127CA6
Complementary color
Monochromatic Colors of #127CA6
Black with #127CA6
Text Example
Text Example
White with #127CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127CA6; }
p { color: rgb(18,124,166); }
H1.HeaderClassName
{
color: #127CA6;
}
.AnyTagClassName
{
color: #127CA6;
}
</style>
background-color css
<style>
a { background-color: #127CA6; }
a { background-color: rgb(18,124,166); }
div.DivClassName
{
background-color: #127CA6;
}
.BgClassName
{
background-color: #127CA6;
}
</style>
border-color css
<style>
span { border-color: #127CA6; }
span { border-color: rgb(18,124,166); }
td.TdClassName
{
border-color: #127CA6;
}
.TagClassName
{
border-color: #127CA6;
}
</style>