Shades of Cerulean #1387AB
Tints of Cerulean #1387AB
RGB
CMYK
RGB Variations
Color information
#1387AB (or 0x1387AB) is known color: Cerulean. HEX triplet: 13, 87 and AB. RGB value is (19,135,171). Sum of RGB (Red+Green+Blue) = 19+135+171=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #1387AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1387AB is #EC7854. Grayscale: #686868. Windows color (decimal): -15497301 or 11241235. OLE color: 11241235.
HSL color Cylindrical-coordinate representation of color #1387AB: hue angle of 194.21º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1387AB is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 135 | 171 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.33 |
| HSL | 194.21º | 0.8% | 0.37% | - |
| HSV(B) | 194.21º | 0.89% | 0.67% | - |
| XYZ | 16.28 | 20.41 | 41.61 | - |
| YUV | 104.42 | 165.57 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 135 | 171 | 0.89 | 0.21 | 0 | 0.33 | 194.21 | 0.8 | 0.37 |
| Hex | 13 | 87 | AB | 59 | 15 | 0 | 21 | C2 | 50 | 25 |
| Octal | 23 | 207 | 253 | 131 | 25 | 0 | 41 | 302 | 120 | 45 |
| Binary | 10011 | 10000111 | 10101011 | 1011001 | 10101 | 0 | 100001 | 11000010 | 1010000 | 100101 |
Color Harmonies of #1387AB
Complementary color
Monochromatic Colors of #1387AB
Black with #1387AB
Text Example
Text Example
White with #1387AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1387AB; }
p { color: rgb(19,135,171); }
H1.HeaderClassName
{
color: #1387AB;
}
.AnyTagClassName
{
color: #1387AB;
}
</style>
background-color css
<style>
a { background-color: #1387AB; }
a { background-color: rgb(19,135,171); }
div.DivClassName
{
background-color: #1387AB;
}
.BgClassName
{
background-color: #1387AB;
}
</style>
border-color css
<style>
span { border-color: #1387AB; }
span { border-color: rgb(19,135,171); }
td.TdClassName
{
border-color: #1387AB;
}
.TagClassName
{
border-color: #1387AB;
}
</style>