Shades of Cerulean #127EC1
Tints of Cerulean #127EC1
RGB
CMYK
RGB Variations
Color information
#127EC1 (or 0x127EC1) is known color: Cerulean. HEX triplet: 12, 7E and C1. RGB value is (18,126,193). Sum of RGB (Red+Green+Blue) = 18+126+193=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 193 (75.78% from 255 or 57.27% from 337); Max value from RGB is 193 - color contains mainly: blue. Hex color #127EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127EC1 is #ED813E. Grayscale: #646464. Windows color (decimal): -15565119 or 12680722. OLE color: 12680722.
HSL color Cylindrical-coordinate representation of color #127EC1: hue angle of 202.97º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127EC1 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 126 | 193 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.24 |
| HSL | 202.97º | 0.83% | 0.41% | - |
| HSV(B) | 202.97º | 0.91% | 0.76% | - |
| XYZ | 17.34 | 18.9 | 53.19 | - |
| YUV | 101.35 | 179.72 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 193 | 0.91 | 0.35 | 0 | 0.24 | 202.97 | 0.83 | 0.41 |
| Hex | 12 | 7E | C1 | 5B | 23 | 0 | 18 | CB | 53 | 29 |
| Octal | 22 | 176 | 301 | 133 | 43 | 0 | 30 | 313 | 123 | 51 |
| Binary | 10010 | 1111110 | 11000001 | 1011011 | 100011 | 0 | 11000 | 11001011 | 1010011 | 101001 |
Color Harmonies of #127EC1
Complementary color
Monochromatic Colors of #127EC1
Black with #127EC1
Text Example
Text Example
White with #127EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127EC1; }
p { color: rgb(18,126,193); }
H1.HeaderClassName
{
color: #127EC1;
}
.AnyTagClassName
{
color: #127EC1;
}
</style>
background-color css
<style>
a { background-color: #127EC1; }
a { background-color: rgb(18,126,193); }
div.DivClassName
{
background-color: #127EC1;
}
.BgClassName
{
background-color: #127EC1;
}
</style>
border-color css
<style>
span { border-color: #127EC1; }
span { border-color: rgb(18,126,193); }
td.TdClassName
{
border-color: #127EC1;
}
.TagClassName
{
border-color: #127EC1;
}
</style>