Shades of Cerulean #1581A4
Tints of Cerulean #1581A4
RGB
CMYK
RGB Variations
Color information
#1581A4 (or 0x1581A4) is known color: Cerulean. HEX triplet: 15, 81 and A4. RGB value is (21,129,164). Sum of RGB (Red+Green+Blue) = 21+129+164=314 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.69% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 164 (64.45% from 255 or 52.23% from 314); Max value from RGB is 164 - color contains mainly: blue. Hex color #1581A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1581A4 is #EA7E5B. Grayscale: #646464. Windows color (decimal): -15367772 or 10780949. OLE color: 10780949.
HSL color Cylindrical-coordinate representation of color #1581A4: hue angle of 194.69º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1581A4 is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 129 | 164 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.36 |
| HSL | 194.69º | 0.77% | 0.36% | - |
| HSV(B) | 194.69º | 0.87% | 0.64% | - |
| XYZ | 14.86 | 18.54 | 37.92 | - |
| YUV | 100.7 | 163.72 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 129 | 164 | 0.87 | 0.21 | 0 | 0.36 | 194.69 | 0.77 | 0.36 |
| Hex | 15 | 81 | A4 | 57 | 15 | 0 | 24 | C3 | 4D | 24 |
| Octal | 25 | 201 | 244 | 127 | 25 | 0 | 44 | 303 | 115 | 44 |
| Binary | 10101 | 10000001 | 10100100 | 1010111 | 10101 | 0 | 100100 | 11000011 | 1001101 | 100100 |
Color Harmonies of #1581A4
Complementary color
Monochromatic Colors of #1581A4
Black with #1581A4
Text Example
Text Example
White with #1581A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1581A4; }
p { color: rgb(21,129,164); }
H1.HeaderClassName
{
color: #1581A4;
}
.AnyTagClassName
{
color: #1581A4;
}
</style>
background-color css
<style>
a { background-color: #1581A4; }
a { background-color: rgb(21,129,164); }
div.DivClassName
{
background-color: #1581A4;
}
.BgClassName
{
background-color: #1581A4;
}
</style>
border-color css
<style>
span { border-color: #1581A4; }
span { border-color: rgb(21,129,164); }
td.TdClassName
{
border-color: #1581A4;
}
.TagClassName
{
border-color: #1581A4;
}
</style>