Shades of Cerulean #1584B2
Tints of Cerulean #1584B2
RGB
CMYK
RGB Variations
Color information
#1584B2 (or 0x1584B2) is known color: Cerulean. HEX triplet: 15, 84 and B2. RGB value is (21,132,178). Sum of RGB (Red+Green+Blue) = 21+132+178=331 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.34% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 178 (69.92% from 255 or 53.78% from 331); Max value from RGB is 178 - color contains mainly: blue. Hex color #1584B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1584B2 is #EA7B4D. Grayscale: #676767. Windows color (decimal): -15366990 or 11699221. OLE color: 11699221.
HSL color Cylindrical-coordinate representation of color #1584B2: hue angle of 197.58º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1584B2 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 21 | 132 | 178 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.30 |
| HSL | 197.58º | 0.79% | 0.39% | - |
| HSV(B) | 197.58º | 0.88% | 0.7% | - |
| XYZ | 16.6 | 19.88 | 45.08 | - |
| YUV | 104.06 | 169.73 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 132 | 178 | 0.88 | 0.26 | 0 | 0.30 | 197.58 | 0.79 | 0.39 |
| Hex | 15 | 84 | B2 | 58 | 1A | 0 | 1E | C6 | 4F | 27 |
| Octal | 25 | 204 | 262 | 130 | 32 | 0 | 36 | 306 | 117 | 47 |
| Binary | 10101 | 10000100 | 10110010 | 1011000 | 11010 | 0 | 11110 | 11000110 | 1001111 | 100111 |
Color Harmonies of #1584B2
Complementary color
Monochromatic Colors of #1584B2
Black with #1584B2
Text Example
Text Example
White with #1584B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1584B2; }
p { color: rgb(21,132,178); }
H1.HeaderClassName
{
color: #1584B2;
}
.AnyTagClassName
{
color: #1584B2;
}
</style>
background-color css
<style>
a { background-color: #1584B2; }
a { background-color: rgb(21,132,178); }
div.DivClassName
{
background-color: #1584B2;
}
.BgClassName
{
background-color: #1584B2;
}
</style>
border-color css
<style>
span { border-color: #1584B2; }
span { border-color: rgb(21,132,178); }
td.TdClassName
{
border-color: #1584B2;
}
.TagClassName
{
border-color: #1584B2;
}
</style>