Shades of Cerulean #1384AB
Tints of Cerulean #1384AB
RGB
CMYK
RGB Variations
Color information
#1384AB (or 0x1384AB) is known color: Cerulean. HEX triplet: 13, 84 and AB. RGB value is (19,132,171). Sum of RGB (Red+Green+Blue) = 19+132+171=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #1384AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1384AB is #EC7B54. Grayscale: #666666. Windows color (decimal): -15498069 or 11240467. OLE color: 11240467.
HSL color Cylindrical-coordinate representation of color #1384AB: hue angle of 195.39º 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 #1384AB is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 132 | 171 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.33 |
| HSL | 195.39º | 0.8% | 0.37% | - |
| HSV(B) | 195.39º | 0.89% | 0.67% | - |
| XYZ | 15.87 | 19.58 | 41.47 | - |
| YUV | 102.66 | 166.56 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 132 | 171 | 0.89 | 0.23 | 0 | 0.33 | 195.39 | 0.8 | 0.37 |
| Hex | 13 | 84 | AB | 59 | 17 | 0 | 21 | C3 | 50 | 25 |
| Octal | 23 | 204 | 253 | 131 | 27 | 0 | 41 | 303 | 120 | 45 |
| Binary | 10011 | 10000100 | 10101011 | 1011001 | 10111 | 0 | 100001 | 11000011 | 1010000 | 100101 |
Color Harmonies of #1384AB
Complementary color
Monochromatic Colors of #1384AB
Black with #1384AB
Text Example
Text Example
White with #1384AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1384AB; }
p { color: rgb(19,132,171); }
H1.HeaderClassName
{
color: #1384AB;
}
.AnyTagClassName
{
color: #1384AB;
}
</style>
background-color css
<style>
a { background-color: #1384AB; }
a { background-color: rgb(19,132,171); }
div.DivClassName
{
background-color: #1384AB;
}
.BgClassName
{
background-color: #1384AB;
}
</style>
border-color css
<style>
span { border-color: #1384AB; }
span { border-color: rgb(19,132,171); }
td.TdClassName
{
border-color: #1384AB;
}
.TagClassName
{
border-color: #1384AB;
}
</style>