Shades of Cerulean #137BA7
Tints of Cerulean #137BA7
RGB
CMYK
RGB Variations
Color information
#137BA7 (or 0x137BA7) is known color: Cerulean. HEX triplet: 13, 7B and A7. RGB value is (19,123,167). Sum of RGB (Red+Green+Blue) = 19+123+167=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 167 (65.62% from 255 or 54.05% from 309); Max value from RGB is 167 - color contains mainly: blue. Hex color #137BA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137BA7 is #EC8458. Grayscale: #606060. Windows color (decimal): -15500377 or 10976019. OLE color: 10976019.
HSL color Cylindrical-coordinate representation of color #137BA7: hue angle of 197.84º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #137BA7 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 19 | 123 | 167 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.35 |
| HSL | 197.84º | 0.8% | 0.36% | - |
| HSV(B) | 197.84º | 0.89% | 0.65% | - |
| XYZ | 14.33 | 17.09 | 39.1 | - |
| YUV | 96.92 | 167.54 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 167 | 0.89 | 0.26 | 0 | 0.35 | 197.84 | 0.8 | 0.36 |
| Hex | 13 | 7B | A7 | 59 | 1A | 0 | 23 | C6 | 50 | 24 |
| Octal | 23 | 173 | 247 | 131 | 32 | 0 | 43 | 306 | 120 | 44 |
| Binary | 10011 | 1111011 | 10100111 | 1011001 | 11010 | 0 | 100011 | 11000110 | 1010000 | 100100 |
Color Harmonies of #137BA7
Complementary color
Monochromatic Colors of #137BA7
Black with #137BA7
Text Example
Text Example
White with #137BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137BA7; }
p { color: rgb(19,123,167); }
H1.HeaderClassName
{
color: #137BA7;
}
.AnyTagClassName
{
color: #137BA7;
}
</style>
background-color css
<style>
a { background-color: #137BA7; }
a { background-color: rgb(19,123,167); }
div.DivClassName
{
background-color: #137BA7;
}
.BgClassName
{
background-color: #137BA7;
}
</style>
border-color css
<style>
span { border-color: #137BA7; }
span { border-color: rgb(19,123,167); }
td.TdClassName
{
border-color: #137BA7;
}
.TagClassName
{
border-color: #137BA7;
}
</style>