Shades of Cerulean #1575AB
Tints of Cerulean #1575AB
RGB
CMYK
RGB Variations
Color information
#1575AB (or 0x1575AB) is known color: Cerulean. HEX triplet: 15, 75 and AB. RGB value is (21,117,171). Sum of RGB (Red+Green+Blue) = 21+117+171=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #1575AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1575AB is #EA8A54. Grayscale: #5E5E5E. Windows color (decimal): -15370837 or 11236629. OLE color: 11236629.
HSL color Cylindrical-coordinate representation of color #1575AB: hue angle of 201.6º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1575AB is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 117 | 171 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.33 |
| HSL | 201.6º | 0.78% | 0.38% | - |
| HSV(B) | 201.6º | 0.88% | 0.67% | - |
| XYZ | 14.02 | 15.82 | 40.84 | - |
| YUV | 94.45 | 171.2 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 117 | 171 | 0.88 | 0.32 | 0 | 0.33 | 201.6 | 0.78 | 0.38 |
| Hex | 15 | 75 | AB | 58 | 20 | 0 | 21 | CA | 4E | 26 |
| Octal | 25 | 165 | 253 | 130 | 40 | 0 | 41 | 312 | 116 | 46 |
| Binary | 10101 | 1110101 | 10101011 | 1011000 | 100000 | 0 | 100001 | 11001010 | 1001110 | 100110 |
Color Harmonies of #1575AB
Complementary color
Monochromatic Colors of #1575AB
Black with #1575AB
Text Example
Text Example
White with #1575AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1575AB; }
p { color: rgb(21,117,171); }
H1.HeaderClassName
{
color: #1575AB;
}
.AnyTagClassName
{
color: #1575AB;
}
</style>
background-color css
<style>
a { background-color: #1575AB; }
a { background-color: rgb(21,117,171); }
div.DivClassName
{
background-color: #1575AB;
}
.BgClassName
{
background-color: #1575AB;
}
</style>
border-color css
<style>
span { border-color: #1575AB; }
span { border-color: rgb(21,117,171); }
td.TdClassName
{
border-color: #1575AB;
}
.TagClassName
{
border-color: #1575AB;
}
</style>