Shades of Cerulean #1388AD
Tints of Cerulean #1388AD
RGB
CMYK
RGB Variations
Color information
#1388AD (or 0x1388AD) is known color: Cerulean. HEX triplet: 13, 88 and AD. RGB value is (19,136,173). Sum of RGB (Red+Green+Blue) = 19+136+173=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 136 (53.52% from 255 or 41.46% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #1388AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1388AD is #EC7752. Grayscale: #686868. Windows color (decimal): -15497043 or 11372563. OLE color: 11372563.
HSL color Cylindrical-coordinate representation of color #1388AD: hue angle of 194.42º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1388AD is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 136 | 173 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.32 |
| HSL | 194.42º | 0.8% | 0.38% | - |
| HSV(B) | 194.42º | 0.89% | 0.68% | - |
| XYZ | 16.62 | 20.76 | 42.67 | - |
| YUV | 105.24 | 166.24 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 136 | 173 | 0.89 | 0.21 | 0 | 0.32 | 194.42 | 0.8 | 0.38 |
| Hex | 13 | 88 | AD | 59 | 15 | 0 | 20 | C2 | 50 | 26 |
| Octal | 23 | 210 | 255 | 131 | 25 | 0 | 40 | 302 | 120 | 46 |
| Binary | 10011 | 10001000 | 10101101 | 1011001 | 10101 | 0 | 100000 | 11000010 | 1010000 | 100110 |
Color Harmonies of #1388AD
Complementary color
Monochromatic Colors of #1388AD
Black with #1388AD
Text Example
Text Example
White with #1388AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1388AD; }
p { color: rgb(19,136,173); }
H1.HeaderClassName
{
color: #1388AD;
}
.AnyTagClassName
{
color: #1388AD;
}
</style>
background-color css
<style>
a { background-color: #1388AD; }
a { background-color: rgb(19,136,173); }
div.DivClassName
{
background-color: #1388AD;
}
.BgClassName
{
background-color: #1388AD;
}
</style>
border-color css
<style>
span { border-color: #1388AD; }
span { border-color: rgb(19,136,173); }
td.TdClassName
{
border-color: #1388AD;
}
.TagClassName
{
border-color: #1388AD;
}
</style>