Shades of Cerulean #137DBD
Tints of Cerulean #137DBD
RGB
CMYK
RGB Variations
Color information
#137DBD (or 0x137DBD) is known color: Cerulean. HEX triplet: 13, 7D and BD. RGB value is (19,125,189). Sum of RGB (Red+Green+Blue) = 19+125+189=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #137DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137DBD is #EC8242. Grayscale: #646464. Windows color (decimal): -15499843 or 12418323. OLE color: 12418323.
HSL color Cylindrical-coordinate representation of color #137DBD: hue angle of 202.59º 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 #137DBD is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 125 | 189 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.26 |
| HSL | 202.59º | 0.82% | 0.41% | - |
| HSV(B) | 202.59º | 0.9% | 0.74% | - |
| XYZ | 16.79 | 18.48 | 50.83 | - |
| YUV | 100.6 | 177.88 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 189 | 0.90 | 0.34 | 0 | 0.26 | 202.59 | 0.82 | 0.41 |
| Hex | 13 | 7D | BD | 5A | 22 | 0 | 1A | CB | 52 | 29 |
| Octal | 23 | 175 | 275 | 132 | 42 | 0 | 32 | 313 | 122 | 51 |
| Binary | 10011 | 1111101 | 10111101 | 1011010 | 100010 | 0 | 11010 | 11001011 | 1010010 | 101001 |
Color Harmonies of #137DBD
Complementary color
Monochromatic Colors of #137DBD
Black with #137DBD
Text Example
Text Example
White with #137DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137DBD; }
p { color: rgb(19,125,189); }
H1.HeaderClassName
{
color: #137DBD;
}
.AnyTagClassName
{
color: #137DBD;
}
</style>
background-color css
<style>
a { background-color: #137DBD; }
a { background-color: rgb(19,125,189); }
div.DivClassName
{
background-color: #137DBD;
}
.BgClassName
{
background-color: #137DBD;
}
</style>
border-color css
<style>
span { border-color: #137DBD; }
span { border-color: rgb(19,125,189); }
td.TdClassName
{
border-color: #137DBD;
}
.TagClassName
{
border-color: #137DBD;
}
</style>