Shades of Cerulean #1584AA
Tints of Cerulean #1584AA
RGB
CMYK
RGB Variations
Color information
#1584AA (or 0x1584AA) is known color: Cerulean. HEX triplet: 15, 84 and AA. RGB value is (21,132,170). Sum of RGB (Red+Green+Blue) = 21+132+170=323 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.50% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #1584AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1584AA is #EA7B55. Grayscale: #666666. Windows color (decimal): -15366998 or 11174933. OLE color: 11174933.
HSL color Cylindrical-coordinate representation of color #1584AA: hue angle of 195.3º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1584AA is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 132 | 170 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.33 |
| HSL | 195.3º | 0.78% | 0.37% | - |
| HSV(B) | 195.3º | 0.88% | 0.67% | - |
| XYZ | 15.82 | 19.56 | 40.97 | - |
| YUV | 103.14 | 165.73 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 132 | 170 | 0.88 | 0.22 | 0 | 0.33 | 195.3 | 0.78 | 0.37 |
| Hex | 15 | 84 | AA | 58 | 16 | 0 | 21 | C3 | 4E | 25 |
| Octal | 25 | 204 | 252 | 130 | 26 | 0 | 41 | 303 | 116 | 45 |
| Binary | 10101 | 10000100 | 10101010 | 1011000 | 10110 | 0 | 100001 | 11000011 | 1001110 | 100101 |
Color Harmonies of #1584AA
Complementary color
Monochromatic Colors of #1584AA
Black with #1584AA
Text Example
Text Example
White with #1584AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1584AA; }
p { color: rgb(21,132,170); }
H1.HeaderClassName
{
color: #1584AA;
}
.AnyTagClassName
{
color: #1584AA;
}
</style>
background-color css
<style>
a { background-color: #1584AA; }
a { background-color: rgb(21,132,170); }
div.DivClassName
{
background-color: #1584AA;
}
.BgClassName
{
background-color: #1584AA;
}
</style>
border-color css
<style>
span { border-color: #1584AA; }
span { border-color: rgb(21,132,170); }
td.TdClassName
{
border-color: #1584AA;
}
.TagClassName
{
border-color: #1584AA;
}
</style>