Shades of Cerulean #137BBC
Tints of Cerulean #137BBC
RGB
CMYK
RGB Variations
Color information
#137BBC (or 0x137BBC) is known color: Cerulean. HEX triplet: 13, 7B and BC. RGB value is (19,123,188). Sum of RGB (Red+Green+Blue) = 19+123+188=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #137BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137BBC is #EC8443. Grayscale: #626262. Windows color (decimal): -15500356 or 12352275. OLE color: 12352275.
HSL color Cylindrical-coordinate representation of color #137BBC: hue angle of 203.08º 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 #137BBC is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 123 | 188 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.26 |
| HSL | 203.08º | 0.82% | 0.41% | - |
| HSV(B) | 203.08º | 0.9% | 0.74% | - |
| XYZ | 16.43 | 17.94 | 50.17 | - |
| YUV | 99.31 | 178.04 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 188 | 0.90 | 0.35 | 0 | 0.26 | 203.08 | 0.82 | 0.41 |
| Hex | 13 | 7B | BC | 5A | 23 | 0 | 1A | CB | 52 | 29 |
| Octal | 23 | 173 | 274 | 132 | 43 | 0 | 32 | 313 | 122 | 51 |
| Binary | 10011 | 1111011 | 10111100 | 1011010 | 100011 | 0 | 11010 | 11001011 | 1010010 | 101001 |
Color Harmonies of #137BBC
Complementary color
Monochromatic Colors of #137BBC
Black with #137BBC
Text Example
Text Example
White with #137BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137BBC; }
p { color: rgb(19,123,188); }
H1.HeaderClassName
{
color: #137BBC;
}
.AnyTagClassName
{
color: #137BBC;
}
</style>
background-color css
<style>
a { background-color: #137BBC; }
a { background-color: rgb(19,123,188); }
div.DivClassName
{
background-color: #137BBC;
}
.BgClassName
{
background-color: #137BBC;
}
</style>
border-color css
<style>
span { border-color: #137BBC; }
span { border-color: rgb(19,123,188); }
td.TdClassName
{
border-color: #137BBC;
}
.TagClassName
{
border-color: #137BBC;
}
</style>