Shades of Cerulean #1389AD
Tints of Cerulean #1389AD
RGB
CMYK
RGB Variations
Color information
#1389AD (or 0x1389AD) is known color: Cerulean. HEX triplet: 13, 89 and AD. RGB value is (19,137,173). Sum of RGB (Red+Green+Blue) = 19+137+173=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #1389AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1389AD is #EC7652. Grayscale: #696969. Windows color (decimal): -15496787 or 11372819. OLE color: 11372819.
HSL color Cylindrical-coordinate representation of color #1389AD: hue angle of 194.03º 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 #1389AD is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 137 | 173 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.32 |
| HSL | 194.03º | 0.8% | 0.38% | - |
| HSV(B) | 194.03º | 0.89% | 0.68% | - |
| XYZ | 16.76 | 21.05 | 42.71 | - |
| YUV | 105.82 | 165.91 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 137 | 173 | 0.89 | 0.21 | 0 | 0.32 | 194.03 | 0.8 | 0.38 |
| Hex | 13 | 89 | AD | 59 | 15 | 0 | 20 | C2 | 50 | 26 |
| Octal | 23 | 211 | 255 | 131 | 25 | 0 | 40 | 302 | 120 | 46 |
| Binary | 10011 | 10001001 | 10101101 | 1011001 | 10101 | 0 | 100000 | 11000010 | 1010000 | 100110 |
Color Harmonies of #1389AD
Complementary color
Monochromatic Colors of #1389AD
Black with #1389AD
Text Example
Text Example
White with #1389AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1389AD; }
p { color: rgb(19,137,173); }
H1.HeaderClassName
{
color: #1389AD;
}
.AnyTagClassName
{
color: #1389AD;
}
</style>
background-color css
<style>
a { background-color: #1389AD; }
a { background-color: rgb(19,137,173); }
div.DivClassName
{
background-color: #1389AD;
}
.BgClassName
{
background-color: #1389AD;
}
</style>
border-color css
<style>
span { border-color: #1389AD; }
span { border-color: rgb(19,137,173); }
td.TdClassName
{
border-color: #1389AD;
}
.TagClassName
{
border-color: #1389AD;
}
</style>