Shades of Cerulean #137FAA
Tints of Cerulean #137FAA
RGB
CMYK
RGB Variations
Color information
#137FAA (or 0x137FAA) is known color: Cerulean. HEX triplet: 13, 7F and AA. RGB value is (19,127,170). Sum of RGB (Red+Green+Blue) = 19+127+170=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #137FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137FAA is #EC8055. Grayscale: #636363. Windows color (decimal): -15499350 or 11173651. OLE color: 11173651.
HSL color Cylindrical-coordinate representation of color #137FAA: hue angle of 197.09º 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 #137FAA is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 127 | 170 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.33 |
| HSL | 197.09º | 0.8% | 0.37% | - |
| HSV(B) | 197.09º | 0.89% | 0.67% | - |
| XYZ | 15.11 | 18.22 | 40.75 | - |
| YUV | 99.61 | 167.72 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 170 | 0.89 | 0.25 | 0 | 0.33 | 197.09 | 0.8 | 0.37 |
| Hex | 13 | 7F | AA | 59 | 19 | 0 | 21 | C5 | 50 | 25 |
| Octal | 23 | 177 | 252 | 131 | 31 | 0 | 41 | 305 | 120 | 45 |
| Binary | 10011 | 1111111 | 10101010 | 1011001 | 11001 | 0 | 100001 | 11000101 | 1010000 | 100101 |
Color Harmonies of #137FAA
Complementary color
Monochromatic Colors of #137FAA
Black with #137FAA
Text Example
Text Example
White with #137FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137FAA; }
p { color: rgb(19,127,170); }
H1.HeaderClassName
{
color: #137FAA;
}
.AnyTagClassName
{
color: #137FAA;
}
</style>
background-color css
<style>
a { background-color: #137FAA; }
a { background-color: rgb(19,127,170); }
div.DivClassName
{
background-color: #137FAA;
}
.BgClassName
{
background-color: #137FAA;
}
</style>
border-color css
<style>
span { border-color: #137FAA; }
span { border-color: rgb(19,127,170); }
td.TdClassName
{
border-color: #137FAA;
}
.TagClassName
{
border-color: #137FAA;
}
</style>