Shades of Cerulean #137DB7
Tints of Cerulean #137DB7
RGB
CMYK
RGB Variations
Color information
#137DB7 (or 0x137DB7) is known color: Cerulean. HEX triplet: 13, 7D and B7. RGB value is (19,125,183). Sum of RGB (Red+Green+Blue) = 19+125+183=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 183 (71.88% from 255 or 55.96% from 327); Max value from RGB is 183 - color contains mainly: blue. Hex color #137DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137DB7 is #EC8248. Grayscale: #636363. Windows color (decimal): -15499849 or 12025107. OLE color: 12025107.
HSL color Cylindrical-coordinate representation of color #137DB7: hue angle of 201.22º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #137DB7 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 19 | 125 | 183 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.28 |
| HSL | 201.22º | 0.81% | 0.4% | - |
| HSV(B) | 201.22º | 0.9% | 0.72% | - |
| XYZ | 16.15 | 18.22 | 47.47 | - |
| YUV | 99.92 | 174.88 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 183 | 0.90 | 0.32 | 0 | 0.28 | 201.22 | 0.81 | 0.4 |
| Hex | 13 | 7D | B7 | 5A | 20 | 0 | 1C | C9 | 51 | 28 |
| Octal | 23 | 175 | 267 | 132 | 40 | 0 | 34 | 311 | 121 | 50 |
| Binary | 10011 | 1111101 | 10110111 | 1011010 | 100000 | 0 | 11100 | 11001001 | 1010001 | 101000 |
Color Harmonies of #137DB7
Complementary color
Monochromatic Colors of #137DB7
Black with #137DB7
Text Example
Text Example
White with #137DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137DB7; }
p { color: rgb(19,125,183); }
H1.HeaderClassName
{
color: #137DB7;
}
.AnyTagClassName
{
color: #137DB7;
}
</style>
background-color css
<style>
a { background-color: #137DB7; }
a { background-color: rgb(19,125,183); }
div.DivClassName
{
background-color: #137DB7;
}
.BgClassName
{
background-color: #137DB7;
}
</style>
border-color css
<style>
span { border-color: #137DB7; }
span { border-color: rgb(19,125,183); }
td.TdClassName
{
border-color: #137DB7;
}
.TagClassName
{
border-color: #137DB7;
}
</style>