Shades of Cerulean #137AAA
Tints of Cerulean #137AAA
RGB
CMYK
RGB Variations
Color information
#137AAA (or 0x137AAA) is known color: Cerulean. HEX triplet: 13, 7A and AA. RGB value is (19,122,170). Sum of RGB (Red+Green+Blue) = 19+122+170=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #137AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137AAA is #EC8555. Grayscale: #606060. Windows color (decimal): -15500630 or 11172371. OLE color: 11172371.
HSL color Cylindrical-coordinate representation of color #137AAA: hue angle of 199.07º 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 #137AAA is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 122 | 170 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.33 |
| HSL | 199.07º | 0.8% | 0.37% | - |
| HSV(B) | 199.07º | 0.89% | 0.67% | - |
| XYZ | 14.48 | 16.96 | 40.54 | - |
| YUV | 96.68 | 169.38 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 170 | 0.89 | 0.28 | 0 | 0.33 | 199.07 | 0.8 | 0.37 |
| Hex | 13 | 7A | AA | 59 | 1C | 0 | 21 | C7 | 50 | 25 |
| Octal | 23 | 172 | 252 | 131 | 34 | 0 | 41 | 307 | 120 | 45 |
| Binary | 10011 | 1111010 | 10101010 | 1011001 | 11100 | 0 | 100001 | 11000111 | 1010000 | 100101 |
Color Harmonies of #137AAA
Complementary color
Monochromatic Colors of #137AAA
Black with #137AAA
Text Example
Text Example
White with #137AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137AAA; }
p { color: rgb(19,122,170); }
H1.HeaderClassName
{
color: #137AAA;
}
.AnyTagClassName
{
color: #137AAA;
}
</style>
background-color css
<style>
a { background-color: #137AAA; }
a { background-color: rgb(19,122,170); }
div.DivClassName
{
background-color: #137AAA;
}
.BgClassName
{
background-color: #137AAA;
}
</style>
border-color css
<style>
span { border-color: #137AAA; }
span { border-color: rgb(19,122,170); }
td.TdClassName
{
border-color: #137AAA;
}
.TagClassName
{
border-color: #137AAA;
}
</style>