Shades of Cerulean #157CAA
Tints of Cerulean #157CAA
RGB
CMYK
RGB Variations
Color information
#157CAA (or 0x157CAA) is known color: Cerulean. HEX triplet: 15, 7C and AA. RGB value is (21,124,170). Sum of RGB (Red+Green+Blue) = 21+124+170=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #157CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157CAA is #EA8355. Grayscale: #626262. Windows color (decimal): -15369046 or 11172885. OLE color: 11172885.
HSL color Cylindrical-coordinate representation of color #157CAA: hue angle of 198.52º 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 #157CAA is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 124 | 170 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.33 |
| HSL | 198.52º | 0.78% | 0.37% | - |
| HSV(B) | 198.52º | 0.88% | 0.67% | - |
| XYZ | 14.77 | 17.48 | 40.63 | - |
| YUV | 98.45 | 168.38 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 170 | 0.88 | 0.27 | 0 | 0.33 | 198.52 | 0.78 | 0.37 |
| Hex | 15 | 7C | AA | 58 | 1B | 0 | 21 | C7 | 4E | 25 |
| Octal | 25 | 174 | 252 | 130 | 33 | 0 | 41 | 307 | 116 | 45 |
| Binary | 10101 | 1111100 | 10101010 | 1011000 | 11011 | 0 | 100001 | 11000111 | 1001110 | 100101 |
Color Harmonies of #157CAA
Complementary color
Monochromatic Colors of #157CAA
Black with #157CAA
Text Example
Text Example
White with #157CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157CAA; }
p { color: rgb(21,124,170); }
H1.HeaderClassName
{
color: #157CAA;
}
.AnyTagClassName
{
color: #157CAA;
}
</style>
background-color css
<style>
a { background-color: #157CAA; }
a { background-color: rgb(21,124,170); }
div.DivClassName
{
background-color: #157CAA;
}
.BgClassName
{
background-color: #157CAA;
}
</style>
border-color css
<style>
span { border-color: #157CAA; }
span { border-color: rgb(21,124,170); }
td.TdClassName
{
border-color: #157CAA;
}
.TagClassName
{
border-color: #157CAA;
}
</style>