Shades of Cerulean #1571AC
Tints of Cerulean #1571AC
RGB
CMYK
RGB Variations
Color information
#1571AC (or 0x1571AC) is known color: Cerulean. HEX triplet: 15, 71 and AC. RGB value is (21,113,172). Sum of RGB (Red+Green+Blue) = 21+113+172=306 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.86% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #1571AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1571AC is #EA8E53. Grayscale: #5B5B5B. Windows color (decimal): -15371860 or 11301141. OLE color: 11301141.
HSL color Cylindrical-coordinate representation of color #1571AC: hue angle of 203.44º 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 #1571AC is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 113 | 172 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.33 |
| HSL | 203.44º | 0.78% | 0.38% | - |
| HSV(B) | 203.44º | 0.88% | 0.67% | - |
| XYZ | 13.66 | 14.95 | 41.2 | - |
| YUV | 92.22 | 173.02 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 113 | 172 | 0.88 | 0.34 | 0 | 0.33 | 203.44 | 0.78 | 0.38 |
| Hex | 15 | 71 | AC | 58 | 22 | 0 | 21 | CB | 4E | 26 |
| Octal | 25 | 161 | 254 | 130 | 42 | 0 | 41 | 313 | 116 | 46 |
| Binary | 10101 | 1110001 | 10101100 | 1011000 | 100010 | 0 | 100001 | 11001011 | 1001110 | 100110 |
Color Harmonies of #1571AC
Complementary color
Monochromatic Colors of #1571AC
Black with #1571AC
Text Example
Text Example
White with #1571AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1571AC; }
p { color: rgb(21,113,172); }
H1.HeaderClassName
{
color: #1571AC;
}
.AnyTagClassName
{
color: #1571AC;
}
</style>
background-color css
<style>
a { background-color: #1571AC; }
a { background-color: rgb(21,113,172); }
div.DivClassName
{
background-color: #1571AC;
}
.BgClassName
{
background-color: #1571AC;
}
</style>
border-color css
<style>
span { border-color: #1571AC; }
span { border-color: rgb(21,113,172); }
td.TdClassName
{
border-color: #1571AC;
}
.TagClassName
{
border-color: #1571AC;
}
</style>