Shades of Cerulean #1375AB
Tints of Cerulean #1375AB
RGB
CMYK
RGB Variations
Color information
#1375AB (or 0x1375AB) is known color: Cerulean. HEX triplet: 13, 75 and AB. RGB value is (19,117,171). Sum of RGB (Red+Green+Blue) = 19+117+171=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #1375AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1375AB is #EC8A54. Grayscale: #5D5D5D. Windows color (decimal): -15501909 or 11236627. OLE color: 11236627.
HSL color Cylindrical-coordinate representation of color #1375AB: hue angle of 201.32º 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 #1375AB is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 117 | 171 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.33 |
| HSL | 201.32º | 0.8% | 0.37% | - |
| HSV(B) | 201.32º | 0.89% | 0.67% | - |
| XYZ | 13.98 | 15.8 | 40.84 | - |
| YUV | 93.85 | 171.53 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 117 | 171 | 0.89 | 0.32 | 0 | 0.33 | 201.32 | 0.8 | 0.37 |
| Hex | 13 | 75 | AB | 59 | 20 | 0 | 21 | C9 | 50 | 25 |
| Octal | 23 | 165 | 253 | 131 | 40 | 0 | 41 | 311 | 120 | 45 |
| Binary | 10011 | 1110101 | 10101011 | 1011001 | 100000 | 0 | 100001 | 11001001 | 1010000 | 100101 |
Color Harmonies of #1375AB
Complementary color
Monochromatic Colors of #1375AB
Black with #1375AB
Text Example
Text Example
White with #1375AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1375AB; }
p { color: rgb(19,117,171); }
H1.HeaderClassName
{
color: #1375AB;
}
.AnyTagClassName
{
color: #1375AB;
}
</style>
background-color css
<style>
a { background-color: #1375AB; }
a { background-color: rgb(19,117,171); }
div.DivClassName
{
background-color: #1375AB;
}
.BgClassName
{
background-color: #1375AB;
}
</style>
border-color css
<style>
span { border-color: #1375AB; }
span { border-color: rgb(19,117,171); }
td.TdClassName
{
border-color: #1375AB;
}
.TagClassName
{
border-color: #1375AB;
}
</style>