Shades of Cerulean #1574A8
Tints of Cerulean #1574A8
RGB
CMYK
RGB Variations
Color information
#1574A8 (or 0x1574A8) is known color: Cerulean. HEX triplet: 15, 74 and A8. RGB value is (21,116,168). Sum of RGB (Red+Green+Blue) = 21+116+168=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 168 (66.02% from 255 or 55.08% from 305); Max value from RGB is 168 - color contains mainly: blue. Hex color #1574A8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1574A8 is #EA8B57. Grayscale: #5D5D5D. Windows color (decimal): -15371096 or 11039765. OLE color: 11039765.
HSL color Cylindrical-coordinate representation of color #1574A8: hue angle of 201.22º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1574A8 is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 21 | 116 | 168 | - |
| CMYK | 0.88 | 0.31 | 0 | 0.34 |
| HSL | 201.22º | 0.78% | 0.37% | - |
| HSV(B) | 201.22º | 0.88% | 0.66% | - |
| XYZ | 13.62 | 15.48 | 39.32 | - |
| YUV | 93.52 | 170.03 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 116 | 168 | 0.88 | 0.31 | 0 | 0.34 | 201.22 | 0.78 | 0.37 |
| Hex | 15 | 74 | A8 | 58 | 1F | 0 | 22 | C9 | 4E | 25 |
| Octal | 25 | 164 | 250 | 130 | 37 | 0 | 42 | 311 | 116 | 45 |
| Binary | 10101 | 1110100 | 10101000 | 1011000 | 11111 | 0 | 100010 | 11001001 | 1001110 | 100101 |
Color Harmonies of #1574A8
Complementary color
Monochromatic Colors of #1574A8
Black with #1574A8
Text Example
Text Example
White with #1574A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1574A8; }
p { color: rgb(21,116,168); }
H1.HeaderClassName
{
color: #1574A8;
}
.AnyTagClassName
{
color: #1574A8;
}
</style>
background-color css
<style>
a { background-color: #1574A8; }
a { background-color: rgb(21,116,168); }
div.DivClassName
{
background-color: #1574A8;
}
.BgClassName
{
background-color: #1574A8;
}
</style>
border-color css
<style>
span { border-color: #1574A8; }
span { border-color: rgb(21,116,168); }
td.TdClassName
{
border-color: #1574A8;
}
.TagClassName
{
border-color: #1574A8;
}
</style>