Shades of Cerulean #1583AB
Tints of Cerulean #1583AB
RGB
CMYK
RGB Variations
Color information
#1583AB (or 0x1583AB) is known color: Cerulean. HEX triplet: 15, 83 and AB. RGB value is (21,131,171). Sum of RGB (Red+Green+Blue) = 21+131+171=323 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.50% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #1583AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1583AB is #EA7C54. Grayscale: #666666. Windows color (decimal): -15367253 or 11240213. OLE color: 11240213.
HSL color Cylindrical-coordinate representation of color #1583AB: hue angle of 196º 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 #1583AB is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 131 | 171 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.33 |
| HSL | 196º | 0.78% | 0.38% | - |
| HSV(B) | 196º | 0.88% | 0.67% | - |
| XYZ | 15.78 | 19.33 | 41.43 | - |
| YUV | 102.67 | 166.56 | 69.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 131 | 171 | 0.88 | 0.23 | 0 | 0.33 | 196 | 0.78 | 0.38 |
| Hex | 15 | 83 | AB | 58 | 17 | 0 | 21 | C4 | 4E | 26 |
| Octal | 25 | 203 | 253 | 130 | 27 | 0 | 41 | 304 | 116 | 46 |
| Binary | 10101 | 10000011 | 10101011 | 1011000 | 10111 | 0 | 100001 | 11000100 | 1001110 | 100110 |
Color Harmonies of #1583AB
Complementary color
Monochromatic Colors of #1583AB
Black with #1583AB
Text Example
Text Example
White with #1583AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1583AB; }
p { color: rgb(21,131,171); }
H1.HeaderClassName
{
color: #1583AB;
}
.AnyTagClassName
{
color: #1583AB;
}
</style>
background-color css
<style>
a { background-color: #1583AB; }
a { background-color: rgb(21,131,171); }
div.DivClassName
{
background-color: #1583AB;
}
.BgClassName
{
background-color: #1583AB;
}
</style>
border-color css
<style>
span { border-color: #1583AB; }
span { border-color: rgb(21,131,171); }
td.TdClassName
{
border-color: #1583AB;
}
.TagClassName
{
border-color: #1583AB;
}
</style>