Shades of Cerulean #137AA8
Tints of Cerulean #137AA8
RGB
CMYK
RGB Variations
Color information
#137AA8 (or 0x137AA8) is known color: Cerulean. HEX triplet: 13, 7A and A8. RGB value is (19,122,168). Sum of RGB (Red+Green+Blue) = 19+122+168=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 168 (66.02% from 255 or 54.37% from 309); Max value from RGB is 168 - color contains mainly: blue. Hex color #137AA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137AA8 is #EC8557. Grayscale: #606060. Windows color (decimal): -15500632 or 11041299. OLE color: 11041299.
HSL color Cylindrical-coordinate representation of color #137AA8: hue angle of 198.52º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #137AA8 is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 122 | 168 | - |
| CMYK | 0.89 | 0.27 | 0 | 0.34 |
| HSL | 198.52º | 0.8% | 0.37% | - |
| HSV(B) | 198.52º | 0.89% | 0.66% | - |
| XYZ | 14.3 | 16.88 | 39.55 | - |
| YUV | 96.45 | 168.38 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 168 | 0.89 | 0.27 | 0 | 0.34 | 198.52 | 0.8 | 0.37 |
| Hex | 13 | 7A | A8 | 59 | 1B | 0 | 22 | C7 | 50 | 25 |
| Octal | 23 | 172 | 250 | 131 | 33 | 0 | 42 | 307 | 120 | 45 |
| Binary | 10011 | 1111010 | 10101000 | 1011001 | 11011 | 0 | 100010 | 11000111 | 1010000 | 100101 |
Color Harmonies of #137AA8
Complementary color
Monochromatic Colors of #137AA8
Black with #137AA8
Text Example
Text Example
White with #137AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137AA8; }
p { color: rgb(19,122,168); }
H1.HeaderClassName
{
color: #137AA8;
}
.AnyTagClassName
{
color: #137AA8;
}
</style>
background-color css
<style>
a { background-color: #137AA8; }
a { background-color: rgb(19,122,168); }
div.DivClassName
{
background-color: #137AA8;
}
.BgClassName
{
background-color: #137AA8;
}
</style>
border-color css
<style>
span { border-color: #137AA8; }
span { border-color: rgb(19,122,168); }
td.TdClassName
{
border-color: #137AA8;
}
.TagClassName
{
border-color: #137AA8;
}
</style>