Shades of Cerulean #137A98
Tints of Cerulean #137A98
RGB
CMYK
RGB Variations
Color information
#137A98 (or 0x137A98) is known color: Cerulean. HEX triplet: 13, 7A and 98. RGB value is (19,122,152). Sum of RGB (Red+Green+Blue) = 19+122+152=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 152 (59.77% from 255 or 51.88% from 293); Max value from RGB is 152 - color contains mainly: blue. Hex color #137A98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137A98 is #EC8567. Grayscale: #5E5E5E. Windows color (decimal): -15500648 or 9992723. OLE color: 9992723.
HSL color Cylindrical-coordinate representation of color #137A98: hue angle of 193.53º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #137A98 is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 122 | 152 | - |
| CMYK | 0.87 | 0.20 | 0 | 0.40 |
| HSL | 193.53º | 0.78% | 0.34% | - |
| HSV(B) | 193.53º | 0.88% | 0.6% | - |
| XYZ | 12.9 | 16.32 | 32.18 | - |
| YUV | 94.62 | 160.38 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 152 | 0.87 | 0.20 | 0 | 0.40 | 193.53 | 0.78 | 0.34 |
| Hex | 13 | 7A | 98 | 57 | 14 | 0 | 28 | C2 | 4E | 22 |
| Octal | 23 | 172 | 230 | 127 | 24 | 0 | 50 | 302 | 116 | 42 |
| Binary | 10011 | 1111010 | 10011000 | 1010111 | 10100 | 0 | 101000 | 11000010 | 1001110 | 100010 |
Color Harmonies of #137A98
Complementary color
Monochromatic Colors of #137A98
Black with #137A98
Text Example
Text Example
White with #137A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137A98; }
p { color: rgb(19,122,152); }
H1.HeaderClassName
{
color: #137A98;
}
.AnyTagClassName
{
color: #137A98;
}
</style>
background-color css
<style>
a { background-color: #137A98; }
a { background-color: rgb(19,122,152); }
div.DivClassName
{
background-color: #137A98;
}
.BgClassName
{
background-color: #137A98;
}
</style>
border-color css
<style>
span { border-color: #137A98; }
span { border-color: rgb(19,122,152); }
td.TdClassName
{
border-color: #137A98;
}
.TagClassName
{
border-color: #137A98;
}
</style>