Shades of Cerulean #157CBA
Tints of Cerulean #157CBA
RGB
CMYK
RGB Variations
Color information
#157CBA (or 0x157CBA) is known color: Cerulean. HEX triplet: 15, 7C and BA. RGB value is (21,124,186). Sum of RGB (Red+Green+Blue) = 21+124+186=331 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.34% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #157CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157CBA is #EA8345. Grayscale: #636363. Windows color (decimal): -15369030 or 12221461. OLE color: 12221461.
HSL color Cylindrical-coordinate representation of color #157CBA: hue angle of 202.55º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #157CBA is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 124 | 186 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.27 |
| HSL | 202.55º | 0.8% | 0.41% | - |
| HSV(B) | 202.55º | 0.89% | 0.73% | - |
| XYZ | 16.38 | 18.12 | 49.09 | - |
| YUV | 100.27 | 176.38 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 186 | 0.89 | 0.33 | 0 | 0.27 | 202.55 | 0.8 | 0.41 |
| Hex | 15 | 7C | BA | 59 | 21 | 0 | 1B | CB | 50 | 29 |
| Octal | 25 | 174 | 272 | 131 | 41 | 0 | 33 | 313 | 120 | 51 |
| Binary | 10101 | 1111100 | 10111010 | 1011001 | 100001 | 0 | 11011 | 11001011 | 1010000 | 101001 |
Color Harmonies of #157CBA
Complementary color
Monochromatic Colors of #157CBA
Black with #157CBA
Text Example
Text Example
White with #157CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157CBA; }
p { color: rgb(21,124,186); }
H1.HeaderClassName
{
color: #157CBA;
}
.AnyTagClassName
{
color: #157CBA;
}
</style>
background-color css
<style>
a { background-color: #157CBA; }
a { background-color: rgb(21,124,186); }
div.DivClassName
{
background-color: #157CBA;
}
.BgClassName
{
background-color: #157CBA;
}
</style>
border-color css
<style>
span { border-color: #157CBA; }
span { border-color: rgb(21,124,186); }
td.TdClassName
{
border-color: #157CBA;
}
.TagClassName
{
border-color: #157CBA;
}
</style>