Shades of Cerulean #127EC0
Tints of Cerulean #127EC0
RGB
CMYK
RGB Variations
Color information
#127EC0 (or 0x127EC0) is known color: Cerulean. HEX triplet: 12, 7E and C0. RGB value is (18,126,192). Sum of RGB (Red+Green+Blue) = 18+126+192=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 192 (75.39% from 255 or 57.14% from 336); Max value from RGB is 192 - color contains mainly: blue. Hex color #127EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127EC0 is #ED813F. Grayscale: #646464. Windows color (decimal): -15565120 or 12615186. OLE color: 12615186.
HSL color Cylindrical-coordinate representation of color #127EC0: hue angle of 202.76º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127EC0 is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 126 | 192 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.25 |
| HSL | 202.76º | 0.83% | 0.41% | - |
| HSV(B) | 202.76º | 0.91% | 0.75% | - |
| XYZ | 17.22 | 18.86 | 52.6 | - |
| YUV | 101.23 | 179.22 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 192 | 0.91 | 0.34 | 0 | 0.25 | 202.76 | 0.83 | 0.41 |
| Hex | 12 | 7E | C0 | 5B | 22 | 0 | 19 | CB | 53 | 29 |
| Octal | 22 | 176 | 300 | 133 | 42 | 0 | 31 | 313 | 123 | 51 |
| Binary | 10010 | 1111110 | 11000000 | 1011011 | 100010 | 0 | 11001 | 11001011 | 1010011 | 101001 |
Color Harmonies of #127EC0
Complementary color
Monochromatic Colors of #127EC0
Black with #127EC0
Text Example
Text Example
White with #127EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127EC0; }
p { color: rgb(18,126,192); }
H1.HeaderClassName
{
color: #127EC0;
}
.AnyTagClassName
{
color: #127EC0;
}
</style>
background-color css
<style>
a { background-color: #127EC0; }
a { background-color: rgb(18,126,192); }
div.DivClassName
{
background-color: #127EC0;
}
.BgClassName
{
background-color: #127EC0;
}
</style>
border-color css
<style>
span { border-color: #127EC0; }
span { border-color: rgb(18,126,192); }
td.TdClassName
{
border-color: #127EC0;
}
.TagClassName
{
border-color: #127EC0;
}
</style>