Shades of Cerulean #137BAC
Tints of Cerulean #137BAC
RGB
CMYK
RGB Variations
Color information
#137BAC (or 0x137BAC) is known color: Cerulean. HEX triplet: 13, 7B and AC. RGB value is (19,123,172). Sum of RGB (Red+Green+Blue) = 19+123+172=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #137BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137BAC is #EC8453. Grayscale: #616161. Windows color (decimal): -15500372 or 11303699. OLE color: 11303699.
HSL color Cylindrical-coordinate representation of color #137BAC: hue angle of 199.22º 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 #137BAC is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 123 | 172 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.33 |
| HSL | 199.22º | 0.8% | 0.37% | - |
| HSV(B) | 199.22º | 0.89% | 0.67% | - |
| XYZ | 14.8 | 17.28 | 41.59 | - |
| YUV | 97.49 | 170.04 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 172 | 0.89 | 0.28 | 0 | 0.33 | 199.22 | 0.8 | 0.37 |
| Hex | 13 | 7B | AC | 59 | 1C | 0 | 21 | C7 | 50 | 25 |
| Octal | 23 | 173 | 254 | 131 | 34 | 0 | 41 | 307 | 120 | 45 |
| Binary | 10011 | 1111011 | 10101100 | 1011001 | 11100 | 0 | 100001 | 11000111 | 1010000 | 100101 |
Color Harmonies of #137BAC
Complementary color
Monochromatic Colors of #137BAC
Black with #137BAC
Text Example
Text Example
White with #137BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137BAC; }
p { color: rgb(19,123,172); }
H1.HeaderClassName
{
color: #137BAC;
}
.AnyTagClassName
{
color: #137BAC;
}
</style>
background-color css
<style>
a { background-color: #137BAC; }
a { background-color: rgb(19,123,172); }
div.DivClassName
{
background-color: #137BAC;
}
.BgClassName
{
background-color: #137BAC;
}
</style>
border-color css
<style>
span { border-color: #137BAC; }
span { border-color: rgb(19,123,172); }
td.TdClassName
{
border-color: #137BAC;
}
.TagClassName
{
border-color: #137BAC;
}
</style>