Shades of Cerulean #137EAC
Tints of Cerulean #137EAC
RGB
CMYK
RGB Variations
Color information
#137EAC (or 0x137EAC) is known color: Cerulean. HEX triplet: 13, 7E and AC. RGB value is (19,126,172). Sum of RGB (Red+Green+Blue) = 19+126+172=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #137EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137EAC is #EC8153. Grayscale: #626262. Windows color (decimal): -15499604 or 11304467. OLE color: 11304467.
HSL color Cylindrical-coordinate representation of color #137EAC: hue angle of 198.04º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #137EAC is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 126 | 172 | - |
| CMYK | 0.89 | 0.27 | 0 | 0.33 |
| HSL | 198.04º | 0.8% | 0.37% | - |
| HSV(B) | 198.04º | 0.89% | 0.67% | - |
| XYZ | 15.18 | 18.04 | 41.71 | - |
| YUV | 99.25 | 169.05 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 126 | 172 | 0.89 | 0.27 | 0 | 0.33 | 198.04 | 0.8 | 0.37 |
| Hex | 13 | 7E | AC | 59 | 1B | 0 | 21 | C6 | 50 | 25 |
| Octal | 23 | 176 | 254 | 131 | 33 | 0 | 41 | 306 | 120 | 45 |
| Binary | 10011 | 1111110 | 10101100 | 1011001 | 11011 | 0 | 100001 | 11000110 | 1010000 | 100101 |
Color Harmonies of #137EAC
Complementary color
Monochromatic Colors of #137EAC
Black with #137EAC
Text Example
Text Example
White with #137EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137EAC; }
p { color: rgb(19,126,172); }
H1.HeaderClassName
{
color: #137EAC;
}
.AnyTagClassName
{
color: #137EAC;
}
</style>
background-color css
<style>
a { background-color: #137EAC; }
a { background-color: rgb(19,126,172); }
div.DivClassName
{
background-color: #137EAC;
}
.BgClassName
{
background-color: #137EAC;
}
</style>
border-color css
<style>
span { border-color: #137EAC; }
span { border-color: rgb(19,126,172); }
td.TdClassName
{
border-color: #137EAC;
}
.TagClassName
{
border-color: #137EAC;
}
</style>