Shades of Cerulean #1373AB
Tints of Cerulean #1373AB
RGB
CMYK
RGB Variations
Color information
#1373AB (or 0x1373AB) is known color: Cerulean. HEX triplet: 13, 73 and AB. RGB value is (19,115,171). Sum of RGB (Red+Green+Blue) = 19+115+171=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #1373AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1373AB is #EC8C54. Grayscale: #5C5C5C. Windows color (decimal): -15502421 or 11236115. OLE color: 11236115.
HSL color Cylindrical-coordinate representation of color #1373AB: hue angle of 202.11º 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 #1373AB is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 115 | 171 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.33 |
| HSL | 202.11º | 0.8% | 0.37% | - |
| HSV(B) | 202.11º | 0.89% | 0.67% | - |
| XYZ | 13.75 | 15.34 | 40.76 | - |
| YUV | 92.68 | 172.2 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 115 | 171 | 0.89 | 0.33 | 0 | 0.33 | 202.11 | 0.8 | 0.37 |
| Hex | 13 | 73 | AB | 59 | 21 | 0 | 21 | CA | 50 | 25 |
| Octal | 23 | 163 | 253 | 131 | 41 | 0 | 41 | 312 | 120 | 45 |
| Binary | 10011 | 1110011 | 10101011 | 1011001 | 100001 | 0 | 100001 | 11001010 | 1010000 | 100101 |
Color Harmonies of #1373AB
Complementary color
Monochromatic Colors of #1373AB
Black with #1373AB
Text Example
Text Example
White with #1373AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1373AB; }
p { color: rgb(19,115,171); }
H1.HeaderClassName
{
color: #1373AB;
}
.AnyTagClassName
{
color: #1373AB;
}
</style>
background-color css
<style>
a { background-color: #1373AB; }
a { background-color: rgb(19,115,171); }
div.DivClassName
{
background-color: #1373AB;
}
.BgClassName
{
background-color: #1373AB;
}
</style>
border-color css
<style>
span { border-color: #1373AB; }
span { border-color: rgb(19,115,171); }
td.TdClassName
{
border-color: #1373AB;
}
.TagClassName
{
border-color: #1373AB;
}
</style>