Shades of Cerulean #1387AD
Tints of Cerulean #1387AD
RGB
CMYK
RGB Variations
Color information
#1387AD (or 0x1387AD) is known color: Cerulean. HEX triplet: 13, 87 and AD. RGB value is (19,135,173). Sum of RGB (Red+Green+Blue) = 19+135+173=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #1387AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1387AD is #EC7852. Grayscale: #686868. Windows color (decimal): -15497299 or 11372307. OLE color: 11372307.
HSL color Cylindrical-coordinate representation of color #1387AD: hue angle of 194.81º 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 #1387AD is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 135 | 173 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.32 |
| HSL | 194.81º | 0.8% | 0.38% | - |
| HSV(B) | 194.81º | 0.89% | 0.68% | - |
| XYZ | 16.48 | 20.48 | 42.62 | - |
| YUV | 104.65 | 166.57 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 135 | 173 | 0.89 | 0.22 | 0 | 0.32 | 194.81 | 0.8 | 0.38 |
| Hex | 13 | 87 | AD | 59 | 16 | 0 | 20 | C3 | 50 | 26 |
| Octal | 23 | 207 | 255 | 131 | 26 | 0 | 40 | 303 | 120 | 46 |
| Binary | 10011 | 10000111 | 10101101 | 1011001 | 10110 | 0 | 100000 | 11000011 | 1010000 | 100110 |
Color Harmonies of #1387AD
Complementary color
Monochromatic Colors of #1387AD
Black with #1387AD
Text Example
Text Example
White with #1387AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1387AD; }
p { color: rgb(19,135,173); }
H1.HeaderClassName
{
color: #1387AD;
}
.AnyTagClassName
{
color: #1387AD;
}
</style>
background-color css
<style>
a { background-color: #1387AD; }
a { background-color: rgb(19,135,173); }
div.DivClassName
{
background-color: #1387AD;
}
.BgClassName
{
background-color: #1387AD;
}
</style>
border-color css
<style>
span { border-color: #1387AD; }
span { border-color: rgb(19,135,173); }
td.TdClassName
{
border-color: #1387AD;
}
.TagClassName
{
border-color: #1387AD;
}
</style>