Shades of Cerulean #157DBA
Tints of Cerulean #157DBA
RGB
CMYK
RGB Variations
Color information
#157DBA (or 0x157DBA) is known color: Cerulean. HEX triplet: 15, 7D and BA. RGB value is (21,125,186). Sum of RGB (Red+Green+Blue) = 21+125+186=332 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.33% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #157DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157DBA is #EA8245. Grayscale: #646464. Windows color (decimal): -15368774 or 12221717. OLE color: 12221717.
HSL color Cylindrical-coordinate representation of color #157DBA: hue angle of 202.18º 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 #157DBA is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 125 | 186 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.27 |
| HSL | 202.18º | 0.8% | 0.41% | - |
| HSV(B) | 202.18º | 0.89% | 0.73% | - |
| XYZ | 16.51 | 18.37 | 49.13 | - |
| YUV | 100.86 | 176.04 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 125 | 186 | 0.89 | 0.33 | 0 | 0.27 | 202.18 | 0.8 | 0.41 |
| Hex | 15 | 7D | BA | 59 | 21 | 0 | 1B | CA | 50 | 29 |
| Octal | 25 | 175 | 272 | 131 | 41 | 0 | 33 | 312 | 120 | 51 |
| Binary | 10101 | 1111101 | 10111010 | 1011001 | 100001 | 0 | 11011 | 11001010 | 1010000 | 101001 |
Color Harmonies of #157DBA
Complementary color
Monochromatic Colors of #157DBA
Black with #157DBA
Text Example
Text Example
White with #157DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157DBA; }
p { color: rgb(21,125,186); }
H1.HeaderClassName
{
color: #157DBA;
}
.AnyTagClassName
{
color: #157DBA;
}
</style>
background-color css
<style>
a { background-color: #157DBA; }
a { background-color: rgb(21,125,186); }
div.DivClassName
{
background-color: #157DBA;
}
.BgClassName
{
background-color: #157DBA;
}
</style>
border-color css
<style>
span { border-color: #157DBA; }
span { border-color: rgb(21,125,186); }
td.TdClassName
{
border-color: #157DBA;
}
.TagClassName
{
border-color: #157DBA;
}
</style>