Shades of Cerulean #137D9C
Tints of Cerulean #137D9C
RGB
CMYK
RGB Variations
Color information
#137D9C (or 0x137D9C) is known color: Cerulean. HEX triplet: 13, 7D and 9C. RGB value is (19,125,156). Sum of RGB (Red+Green+Blue) = 19+125+156=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #137D9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137D9C is #EC8263. Grayscale: #606060. Windows color (decimal): -15499876 or 10255635. OLE color: 10255635.
HSL color Cylindrical-coordinate representation of color #137D9C: hue angle of 193.58º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #137D9C is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 125 | 156 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.39 |
| HSL | 193.58º | 0.78% | 0.34% | - |
| HSV(B) | 193.58º | 0.88% | 0.61% | - |
| XYZ | 13.6 | 17.21 | 34.06 | - |
| YUV | 96.84 | 161.38 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 156 | 0.88 | 0.20 | 0 | 0.39 | 193.58 | 0.78 | 0.34 |
| Hex | 13 | 7D | 9C | 58 | 14 | 0 | 27 | C2 | 4E | 22 |
| Octal | 23 | 175 | 234 | 130 | 24 | 0 | 47 | 302 | 116 | 42 |
| Binary | 10011 | 1111101 | 10011100 | 1011000 | 10100 | 0 | 100111 | 11000010 | 1001110 | 100010 |
Color Harmonies of #137D9C
Complementary color
Monochromatic Colors of #137D9C
Black with #137D9C
Text Example
Text Example
White with #137D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137D9C; }
p { color: rgb(19,125,156); }
H1.HeaderClassName
{
color: #137D9C;
}
.AnyTagClassName
{
color: #137D9C;
}
</style>
background-color css
<style>
a { background-color: #137D9C; }
a { background-color: rgb(19,125,156); }
div.DivClassName
{
background-color: #137D9C;
}
.BgClassName
{
background-color: #137D9C;
}
</style>
border-color css
<style>
span { border-color: #137D9C; }
span { border-color: rgb(19,125,156); }
td.TdClassName
{
border-color: #137D9C;
}
.TagClassName
{
border-color: #137D9C;
}
</style>