Shades of Cerulean #137CBC
Tints of Cerulean #137CBC
RGB
CMYK
RGB Variations
Color information
#137CBC (or 0x137CBC) is known color: Cerulean. HEX triplet: 13, 7C and BC. RGB value is (19,124,188). Sum of RGB (Red+Green+Blue) = 19+124+188=331 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.74% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #137CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137CBC is #EC8343. Grayscale: #636363. Windows color (decimal): -15500100 or 12352531. OLE color: 12352531.
HSL color Cylindrical-coordinate representation of color #137CBC: hue angle of 202.72º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #137CBC is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 124 | 188 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.26 |
| HSL | 202.72º | 0.82% | 0.41% | - |
| HSV(B) | 202.72º | 0.9% | 0.74% | - |
| XYZ | 16.55 | 18.18 | 50.21 | - |
| YUV | 99.9 | 177.71 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 188 | 0.90 | 0.34 | 0 | 0.26 | 202.72 | 0.82 | 0.41 |
| Hex | 13 | 7C | BC | 5A | 22 | 0 | 1A | CB | 52 | 29 |
| Octal | 23 | 174 | 274 | 132 | 42 | 0 | 32 | 313 | 122 | 51 |
| Binary | 10011 | 1111100 | 10111100 | 1011010 | 100010 | 0 | 11010 | 11001011 | 1010010 | 101001 |
Color Harmonies of #137CBC
Complementary color
Monochromatic Colors of #137CBC
Black with #137CBC
Text Example
Text Example
White with #137CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137CBC; }
p { color: rgb(19,124,188); }
H1.HeaderClassName
{
color: #137CBC;
}
.AnyTagClassName
{
color: #137CBC;
}
</style>
background-color css
<style>
a { background-color: #137CBC; }
a { background-color: rgb(19,124,188); }
div.DivClassName
{
background-color: #137CBC;
}
.BgClassName
{
background-color: #137CBC;
}
</style>
border-color css
<style>
span { border-color: #137CBC; }
span { border-color: rgb(19,124,188); }
td.TdClassName
{
border-color: #137CBC;
}
.TagClassName
{
border-color: #137CBC;
}
</style>