Shades of Cerulean #137DB8
Tints of Cerulean #137DB8
RGB
CMYK
RGB Variations
Color information
#137DB8 (or 0x137DB8) is known color: Cerulean. HEX triplet: 13, 7D and B8. RGB value is (19,125,184). Sum of RGB (Red+Green+Blue) = 19+125+184=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 184 (72.27% from 255 or 56.10% from 328); Max value from RGB is 184 - color contains mainly: blue. Hex color #137DB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137DB8 is #EC8247. Grayscale: #636363. Windows color (decimal): -15499848 or 12090643. OLE color: 12090643.
HSL color Cylindrical-coordinate representation of color #137DB8: hue angle of 201.45º 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 #137DB8 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 19 | 125 | 184 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.28 |
| HSL | 201.45º | 0.81% | 0.4% | - |
| HSV(B) | 201.45º | 0.9% | 0.72% | - |
| XYZ | 16.25 | 18.27 | 48.02 | - |
| YUV | 100.03 | 175.38 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 184 | 0.90 | 0.32 | 0 | 0.28 | 201.45 | 0.81 | 0.4 |
| Hex | 13 | 7D | B8 | 5A | 20 | 0 | 1C | C9 | 51 | 28 |
| Octal | 23 | 175 | 270 | 132 | 40 | 0 | 34 | 311 | 121 | 50 |
| Binary | 10011 | 1111101 | 10111000 | 1011010 | 100000 | 0 | 11100 | 11001001 | 1010001 | 101000 |
Color Harmonies of #137DB8
Complementary color
Monochromatic Colors of #137DB8
Black with #137DB8
Text Example
Text Example
White with #137DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137DB8; }
p { color: rgb(19,125,184); }
H1.HeaderClassName
{
color: #137DB8;
}
.AnyTagClassName
{
color: #137DB8;
}
</style>
background-color css
<style>
a { background-color: #137DB8; }
a { background-color: rgb(19,125,184); }
div.DivClassName
{
background-color: #137DB8;
}
.BgClassName
{
background-color: #137DB8;
}
</style>
border-color css
<style>
span { border-color: #137DB8; }
span { border-color: rgb(19,125,184); }
td.TdClassName
{
border-color: #137DB8;
}
.TagClassName
{
border-color: #137DB8;
}
</style>