Shades of Cerulean #1380AD
Tints of Cerulean #1380AD
RGB
CMYK
RGB Variations
Color information
#1380AD (or 0x1380AD) is known color: Cerulean. HEX triplet: 13, 80 and AD. RGB value is (19,128,173). Sum of RGB (Red+Green+Blue) = 19+128+173=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #1380AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1380AD is #EC7F52. Grayscale: #646464. Windows color (decimal): -15499091 or 11370515. OLE color: 11370515.
HSL color Cylindrical-coordinate representation of color #1380AD: hue angle of 197.53º 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 #1380AD is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 128 | 173 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.32 |
| HSL | 197.53º | 0.8% | 0.38% | - |
| HSV(B) | 197.53º | 0.89% | 0.68% | - |
| XYZ | 15.53 | 18.59 | 42.31 | - |
| YUV | 100.54 | 168.89 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 128 | 173 | 0.89 | 0.26 | 0 | 0.32 | 197.53 | 0.8 | 0.38 |
| Hex | 13 | 80 | AD | 59 | 1A | 0 | 20 | C6 | 50 | 26 |
| Octal | 23 | 200 | 255 | 131 | 32 | 0 | 40 | 306 | 120 | 46 |
| Binary | 10011 | 10000000 | 10101101 | 1011001 | 11010 | 0 | 100000 | 11000110 | 1010000 | 100110 |
Color Harmonies of #1380AD
Complementary color
Monochromatic Colors of #1380AD
Black with #1380AD
Text Example
Text Example
White with #1380AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1380AD; }
p { color: rgb(19,128,173); }
H1.HeaderClassName
{
color: #1380AD;
}
.AnyTagClassName
{
color: #1380AD;
}
</style>
background-color css
<style>
a { background-color: #1380AD; }
a { background-color: rgb(19,128,173); }
div.DivClassName
{
background-color: #1380AD;
}
.BgClassName
{
background-color: #1380AD;
}
</style>
border-color css
<style>
span { border-color: #1380AD; }
span { border-color: rgb(19,128,173); }
td.TdClassName
{
border-color: #1380AD;
}
.TagClassName
{
border-color: #1380AD;
}
</style>