Shades of Cerulean #137AB2
Tints of Cerulean #137AB2
RGB
CMYK
RGB Variations
Color information
#137AB2 (or 0x137AB2) is known color: Cerulean. HEX triplet: 13, 7A and B2. RGB value is (19,122,178). Sum of RGB (Red+Green+Blue) = 19+122+178=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 178 (69.92% from 255 or 55.80% from 319); Max value from RGB is 178 - color contains mainly: blue. Hex color #137AB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137AB2 is #EC854D. Grayscale: #616161. Windows color (decimal): -15500622 or 11696659. OLE color: 11696659.
HSL color Cylindrical-coordinate representation of color #137AB2: hue angle of 201.13º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #137AB2 is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 19 | 122 | 178 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.30 |
| HSL | 201.13º | 0.81% | 0.39% | - |
| HSV(B) | 201.13º | 0.89% | 0.7% | - |
| XYZ | 15.26 | 17.27 | 44.65 | - |
| YUV | 97.59 | 173.38 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 178 | 0.89 | 0.31 | 0 | 0.30 | 201.13 | 0.81 | 0.39 |
| Hex | 13 | 7A | B2 | 59 | 1F | 0 | 1E | C9 | 51 | 27 |
| Octal | 23 | 172 | 262 | 131 | 37 | 0 | 36 | 311 | 121 | 47 |
| Binary | 10011 | 1111010 | 10110010 | 1011001 | 11111 | 0 | 11110 | 11001001 | 1010001 | 100111 |
Color Harmonies of #137AB2
Complementary color
Monochromatic Colors of #137AB2
Black with #137AB2
Text Example
Text Example
White with #137AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137AB2; }
p { color: rgb(19,122,178); }
H1.HeaderClassName
{
color: #137AB2;
}
.AnyTagClassName
{
color: #137AB2;
}
</style>
background-color css
<style>
a { background-color: #137AB2; }
a { background-color: rgb(19,122,178); }
div.DivClassName
{
background-color: #137AB2;
}
.BgClassName
{
background-color: #137AB2;
}
</style>
border-color css
<style>
span { border-color: #137AB2; }
span { border-color: rgb(19,122,178); }
td.TdClassName
{
border-color: #137AB2;
}
.TagClassName
{
border-color: #137AB2;
}
</style>