Shades of Cerulean #157AAA
Tints of Cerulean #157AAA
RGB
CMYK
RGB Variations
Color information
#157AAA (or 0x157AAA) is known color: Cerulean. HEX triplet: 15, 7A and AA. RGB value is (21,122,170). Sum of RGB (Red+Green+Blue) = 21+122+170=313 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.71% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #157AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157AAA is #EA8555. Grayscale: #606060. Windows color (decimal): -15369558 or 11172373. OLE color: 11172373.
HSL color Cylindrical-coordinate representation of color #157AAA: hue angle of 199.33º 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 #157AAA is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 122 | 170 | - |
| CMYK | 0.88 | 0.28 | 0 | 0.33 |
| HSL | 199.33º | 0.78% | 0.37% | - |
| HSV(B) | 199.33º | 0.88% | 0.67% | - |
| XYZ | 14.52 | 16.98 | 40.54 | - |
| YUV | 97.27 | 169.04 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 122 | 170 | 0.88 | 0.28 | 0 | 0.33 | 199.33 | 0.78 | 0.37 |
| Hex | 15 | 7A | AA | 58 | 1C | 0 | 21 | C7 | 4E | 25 |
| Octal | 25 | 172 | 252 | 130 | 34 | 0 | 41 | 307 | 116 | 45 |
| Binary | 10101 | 1111010 | 10101010 | 1011000 | 11100 | 0 | 100001 | 11000111 | 1001110 | 100101 |
Color Harmonies of #157AAA
Complementary color
Monochromatic Colors of #157AAA
Black with #157AAA
Text Example
Text Example
White with #157AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157AAA; }
p { color: rgb(21,122,170); }
H1.HeaderClassName
{
color: #157AAA;
}
.AnyTagClassName
{
color: #157AAA;
}
</style>
background-color css
<style>
a { background-color: #157AAA; }
a { background-color: rgb(21,122,170); }
div.DivClassName
{
background-color: #157AAA;
}
.BgClassName
{
background-color: #157AAA;
}
</style>
border-color css
<style>
span { border-color: #157AAA; }
span { border-color: rgb(21,122,170); }
td.TdClassName
{
border-color: #157AAA;
}
.TagClassName
{
border-color: #157AAA;
}
</style>