Shades of Cerulean #137DAB
Tints of Cerulean #137DAB
RGB
CMYK
RGB Variations
Color information
#137DAB (or 0x137DAB) is known color: Cerulean. HEX triplet: 13, 7D and AB. RGB value is (19,125,171). Sum of RGB (Red+Green+Blue) = 19+125+171=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #137DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137DAB is #EC8254. Grayscale: #626262. Windows color (decimal): -15499861 or 11238675. OLE color: 11238675.
HSL color Cylindrical-coordinate representation of color #137DAB: hue angle of 198.16º 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 #137DAB is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 125 | 171 | - |
| CMYK | 0.89 | 0.27 | 0 | 0.33 |
| HSL | 198.16º | 0.8% | 0.37% | - |
| HSV(B) | 198.16º | 0.89% | 0.67% | - |
| XYZ | 14.95 | 17.75 | 41.17 | - |
| YUV | 98.55 | 168.88 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 171 | 0.89 | 0.27 | 0 | 0.33 | 198.16 | 0.8 | 0.37 |
| Hex | 13 | 7D | AB | 59 | 1B | 0 | 21 | C6 | 50 | 25 |
| Octal | 23 | 175 | 253 | 131 | 33 | 0 | 41 | 306 | 120 | 45 |
| Binary | 10011 | 1111101 | 10101011 | 1011001 | 11011 | 0 | 100001 | 11000110 | 1010000 | 100101 |
Color Harmonies of #137DAB
Complementary color
Monochromatic Colors of #137DAB
Black with #137DAB
Text Example
Text Example
White with #137DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137DAB; }
p { color: rgb(19,125,171); }
H1.HeaderClassName
{
color: #137DAB;
}
.AnyTagClassName
{
color: #137DAB;
}
</style>
background-color css
<style>
a { background-color: #137DAB; }
a { background-color: rgb(19,125,171); }
div.DivClassName
{
background-color: #137DAB;
}
.BgClassName
{
background-color: #137DAB;
}
</style>
border-color css
<style>
span { border-color: #137DAB; }
span { border-color: rgb(19,125,171); }
td.TdClassName
{
border-color: #137DAB;
}
.TagClassName
{
border-color: #137DAB;
}
</style>