Shades of Cerulean #1575A0
Tints of Cerulean #1575A0
RGB
CMYK
RGB Variations
Color information
#1575A0 (or 0x1575A0) is known color: Cerulean. HEX triplet: 15, 75 and A0. RGB value is (21,117,160). Sum of RGB (Red+Green+Blue) = 21+117+160=298 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.05% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 160 (62.89% from 255 or 53.69% from 298); Max value from RGB is 160 - color contains mainly: blue. Hex color #1575A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1575A0 is #EA8A5F. Grayscale: #5C5C5C. Windows color (decimal): -15370848 or 10515733. OLE color: 10515733.
HSL color Cylindrical-coordinate representation of color #1575A0: hue angle of 198.56º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1575A0 is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 117 | 160 | - |
| CMYK | 0.87 | 0.27 | 0 | 0.37 |
| HSL | 198.56º | 0.77% | 0.35% | - |
| HSV(B) | 198.56º | 0.87% | 0.63% | - |
| XYZ | 13.02 | 15.42 | 35.55 | - |
| YUV | 93.2 | 165.7 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 117 | 160 | 0.87 | 0.27 | 0 | 0.37 | 198.56 | 0.77 | 0.35 |
| Hex | 15 | 75 | A0 | 57 | 1B | 0 | 25 | C7 | 4D | 23 |
| Octal | 25 | 165 | 240 | 127 | 33 | 0 | 45 | 307 | 115 | 43 |
| Binary | 10101 | 1110101 | 10100000 | 1010111 | 11011 | 0 | 100101 | 11000111 | 1001101 | 100011 |
Color Harmonies of #1575A0
Complementary color
Monochromatic Colors of #1575A0
Black with #1575A0
Text Example
Text Example
White with #1575A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1575A0; }
p { color: rgb(21,117,160); }
H1.HeaderClassName
{
color: #1575A0;
}
.AnyTagClassName
{
color: #1575A0;
}
</style>
background-color css
<style>
a { background-color: #1575A0; }
a { background-color: rgb(21,117,160); }
div.DivClassName
{
background-color: #1575A0;
}
.BgClassName
{
background-color: #1575A0;
}
</style>
border-color css
<style>
span { border-color: #1575A0; }
span { border-color: rgb(21,117,160); }
td.TdClassName
{
border-color: #1575A0;
}
.TagClassName
{
border-color: #1575A0;
}
</style>