Shades of Cerulean #1383AB
Tints of Cerulean #1383AB
RGB
CMYK
RGB Variations
Color information
#1383AB (or 0x1383AB) is known color: Cerulean. HEX triplet: 13, 83 and AB. RGB value is (19,131,171). Sum of RGB (Red+Green+Blue) = 19+131+171=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #1383AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1383AB is #EC7C54. Grayscale: #656565. Windows color (decimal): -15498325 or 11240211. OLE color: 11240211.
HSL color Cylindrical-coordinate representation of color #1383AB: hue angle of 195.79º 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 #1383AB is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 131 | 171 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.33 |
| HSL | 195.79º | 0.8% | 0.37% | - |
| HSV(B) | 195.79º | 0.89% | 0.67% | - |
| XYZ | 15.74 | 19.31 | 41.43 | - |
| YUV | 102.07 | 166.89 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 131 | 171 | 0.89 | 0.23 | 0 | 0.33 | 195.79 | 0.8 | 0.37 |
| Hex | 13 | 83 | AB | 59 | 17 | 0 | 21 | C4 | 50 | 25 |
| Octal | 23 | 203 | 253 | 131 | 27 | 0 | 41 | 304 | 120 | 45 |
| Binary | 10011 | 10000011 | 10101011 | 1011001 | 10111 | 0 | 100001 | 11000100 | 1010000 | 100101 |
Color Harmonies of #1383AB
Complementary color
Monochromatic Colors of #1383AB
Black with #1383AB
Text Example
Text Example
White with #1383AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1383AB; }
p { color: rgb(19,131,171); }
H1.HeaderClassName
{
color: #1383AB;
}
.AnyTagClassName
{
color: #1383AB;
}
</style>
background-color css
<style>
a { background-color: #1383AB; }
a { background-color: rgb(19,131,171); }
div.DivClassName
{
background-color: #1383AB;
}
.BgClassName
{
background-color: #1383AB;
}
</style>
border-color css
<style>
span { border-color: #1383AB; }
span { border-color: rgb(19,131,171); }
td.TdClassName
{
border-color: #1383AB;
}
.TagClassName
{
border-color: #1383AB;
}
</style>