Shades of Cerulean #127EA2
Tints of Cerulean #127EA2
RGB
CMYK
RGB Variations
Color information
#127EA2 (or 0x127EA2) is known color: Cerulean. HEX triplet: 12, 7E and A2. RGB value is (18,126,162). Sum of RGB (Red+Green+Blue) = 18+126+162=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 162 (63.67% from 255 or 52.94% from 306); Max value from RGB is 162 - color contains mainly: blue. Hex color #127EA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127EA2 is #ED815D. Grayscale: #616161. Windows color (decimal): -15565150 or 10649106. OLE color: 10649106.
HSL color Cylindrical-coordinate representation of color #127EA2: hue angle of 195º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #127EA2 is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 126 | 162 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.36 |
| HSL | 195º | 0.8% | 0.35% | - |
| HSV(B) | 195º | 0.89% | 0.64% | - |
| XYZ | 14.23 | 17.66 | 36.84 | - |
| YUV | 97.81 | 164.22 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 162 | 0.89 | 0.22 | 0 | 0.36 | 195 | 0.8 | 0.35 |
| Hex | 12 | 7E | A2 | 59 | 16 | 0 | 24 | C3 | 50 | 23 |
| Octal | 22 | 176 | 242 | 131 | 26 | 0 | 44 | 303 | 120 | 43 |
| Binary | 10010 | 1111110 | 10100010 | 1011001 | 10110 | 0 | 100100 | 11000011 | 1010000 | 100011 |
Color Harmonies of #127EA2
Complementary color
Monochromatic Colors of #127EA2
Black with #127EA2
Text Example
Text Example
White with #127EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127EA2; }
p { color: rgb(18,126,162); }
H1.HeaderClassName
{
color: #127EA2;
}
.AnyTagClassName
{
color: #127EA2;
}
</style>
background-color css
<style>
a { background-color: #127EA2; }
a { background-color: rgb(18,126,162); }
div.DivClassName
{
background-color: #127EA2;
}
.BgClassName
{
background-color: #127EA2;
}
</style>
border-color css
<style>
span { border-color: #127EA2; }
span { border-color: rgb(18,126,162); }
td.TdClassName
{
border-color: #127EA2;
}
.TagClassName
{
border-color: #127EA2;
}
</style>