Shades of Cerulean #1574AB
Tints of Cerulean #1574AB
RGB
CMYK
RGB Variations
Color information
#1574AB (or 0x1574AB) is known color: Cerulean. HEX triplet: 15, 74 and AB. RGB value is (21,116,171). Sum of RGB (Red+Green+Blue) = 21+116+171=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #1574AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1574AB is #EA8B54. Grayscale: #5D5D5D. Windows color (decimal): -15371093 or 11236373. OLE color: 11236373.
HSL color Cylindrical-coordinate representation of color #1574AB: hue angle of 202º 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 #1574AB is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 116 | 171 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.33 |
| HSL | 202º | 0.78% | 0.38% | - |
| HSV(B) | 202º | 0.88% | 0.67% | - |
| XYZ | 13.91 | 15.59 | 40.8 | - |
| YUV | 93.87 | 171.53 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 116 | 171 | 0.88 | 0.32 | 0 | 0.33 | 202 | 0.78 | 0.38 |
| Hex | 15 | 74 | AB | 58 | 20 | 0 | 21 | CA | 4E | 26 |
| Octal | 25 | 164 | 253 | 130 | 40 | 0 | 41 | 312 | 116 | 46 |
| Binary | 10101 | 1110100 | 10101011 | 1011000 | 100000 | 0 | 100001 | 11001010 | 1001110 | 100110 |
Color Harmonies of #1574AB
Complementary color
Monochromatic Colors of #1574AB
Black with #1574AB
Text Example
Text Example
White with #1574AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1574AB; }
p { color: rgb(21,116,171); }
H1.HeaderClassName
{
color: #1574AB;
}
.AnyTagClassName
{
color: #1574AB;
}
</style>
background-color css
<style>
a { background-color: #1574AB; }
a { background-color: rgb(21,116,171); }
div.DivClassName
{
background-color: #1574AB;
}
.BgClassName
{
background-color: #1574AB;
}
</style>
border-color css
<style>
span { border-color: #1574AB; }
span { border-color: rgb(21,116,171); }
td.TdClassName
{
border-color: #1574AB;
}
.TagClassName
{
border-color: #1574AB;
}
</style>