Shades of Cerulean #137DAE
Tints of Cerulean #137DAE
RGB
CMYK
RGB Variations
Color information
#137DAE (or 0x137DAE) is known color: Cerulean. HEX triplet: 13, 7D and AE. RGB value is (19,125,174). Sum of RGB (Red+Green+Blue) = 19+125+174=318 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.97% from 318); Green value is 125 (49.22% from 255 or 39.31% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #137DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137DAE is #EC8251. Grayscale: #626262. Windows color (decimal): -15499858 or 11435283. OLE color: 11435283.
HSL color Cylindrical-coordinate representation of color #137DAE: hue angle of 198.97º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #137DAE is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 125 | 174 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.32 |
| HSL | 198.97º | 0.8% | 0.38% | - |
| HSV(B) | 198.97º | 0.89% | 0.68% | - |
| XYZ | 15.24 | 17.86 | 42.69 | - |
| YUV | 98.89 | 170.38 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 174 | 0.89 | 0.28 | 0 | 0.32 | 198.97 | 0.8 | 0.38 |
| Hex | 13 | 7D | AE | 59 | 1C | 0 | 20 | C7 | 50 | 26 |
| Octal | 23 | 175 | 256 | 131 | 34 | 0 | 40 | 307 | 120 | 46 |
| Binary | 10011 | 1111101 | 10101110 | 1011001 | 11100 | 0 | 100000 | 11000111 | 1010000 | 100110 |
Color Harmonies of #137DAE
Complementary color
Monochromatic Colors of #137DAE
Black with #137DAE
Text Example
Text Example
White with #137DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137DAE; }
p { color: rgb(19,125,174); }
H1.HeaderClassName
{
color: #137DAE;
}
.AnyTagClassName
{
color: #137DAE;
}
</style>
background-color css
<style>
a { background-color: #137DAE; }
a { background-color: rgb(19,125,174); }
div.DivClassName
{
background-color: #137DAE;
}
.BgClassName
{
background-color: #137DAE;
}
</style>
border-color css
<style>
span { border-color: #137DAE; }
span { border-color: rgb(19,125,174); }
td.TdClassName
{
border-color: #137DAE;
}
.TagClassName
{
border-color: #137DAE;
}
</style>