Shades of Cerulean #137FB0
Tints of Cerulean #137FB0
RGB
CMYK
RGB Variations
Color information
#137FB0 (or 0x137FB0) is known color: Cerulean. HEX triplet: 13, 7F and B0. RGB value is (19,127,176). Sum of RGB (Red+Green+Blue) = 19+127+176=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 176 (69.14% from 255 or 54.66% from 322); Max value from RGB is 176 - color contains mainly: blue. Hex color #137FB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137FB0 is #EC804F. Grayscale: #636363. Windows color (decimal): -15499344 or 11566867. OLE color: 11566867.
HSL color Cylindrical-coordinate representation of color #137FB0: hue angle of 198.73º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #137FB0 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 127 | 176 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.31 |
| HSL | 198.73º | 0.81% | 0.38% | - |
| HSV(B) | 198.73º | 0.89% | 0.69% | - |
| XYZ | 15.69 | 18.45 | 43.81 | - |
| YUV | 100.29 | 170.72 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 176 | 0.89 | 0.28 | 0 | 0.31 | 198.73 | 0.81 | 0.38 |
| Hex | 13 | 7F | B0 | 59 | 1C | 0 | 1F | C7 | 51 | 26 |
| Octal | 23 | 177 | 260 | 131 | 34 | 0 | 37 | 307 | 121 | 46 |
| Binary | 10011 | 1111111 | 10110000 | 1011001 | 11100 | 0 | 11111 | 11000111 | 1010001 | 100110 |
Color Harmonies of #137FB0
Complementary color
Monochromatic Colors of #137FB0
Black with #137FB0
Text Example
Text Example
White with #137FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137FB0; }
p { color: rgb(19,127,176); }
H1.HeaderClassName
{
color: #137FB0;
}
.AnyTagClassName
{
color: #137FB0;
}
</style>
background-color css
<style>
a { background-color: #137FB0; }
a { background-color: rgb(19,127,176); }
div.DivClassName
{
background-color: #137FB0;
}
.BgClassName
{
background-color: #137FB0;
}
</style>
border-color css
<style>
span { border-color: #137FB0; }
span { border-color: rgb(19,127,176); }
td.TdClassName
{
border-color: #137FB0;
}
.TagClassName
{
border-color: #137FB0;
}
</style>