Shades of Cerulean #157BBA
Tints of Cerulean #157BBA
RGB
CMYK
RGB Variations
Color information
#157BBA (or 0x157BBA) is known color: Cerulean. HEX triplet: 15, 7B and BA. RGB value is (21,123,186). Sum of RGB (Red+Green+Blue) = 21+123+186=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #157BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157BBA is #EA8445. Grayscale: #636363. Windows color (decimal): -15369286 or 12221205. OLE color: 12221205.
HSL color Cylindrical-coordinate representation of color #157BBA: hue angle of 202.91º 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 #157BBA is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 123 | 186 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.27 |
| HSL | 202.91º | 0.8% | 0.41% | - |
| HSV(B) | 202.91º | 0.89% | 0.73% | - |
| XYZ | 16.26 | 17.87 | 49.05 | - |
| YUV | 99.68 | 176.71 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 123 | 186 | 0.89 | 0.34 | 0 | 0.27 | 202.91 | 0.8 | 0.41 |
| Hex | 15 | 7B | BA | 59 | 22 | 0 | 1B | CB | 50 | 29 |
| Octal | 25 | 173 | 272 | 131 | 42 | 0 | 33 | 313 | 120 | 51 |
| Binary | 10101 | 1111011 | 10111010 | 1011001 | 100010 | 0 | 11011 | 11001011 | 1010000 | 101001 |
Color Harmonies of #157BBA
Complementary color
Monochromatic Colors of #157BBA
Black with #157BBA
Text Example
Text Example
White with #157BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157BBA; }
p { color: rgb(21,123,186); }
H1.HeaderClassName
{
color: #157BBA;
}
.AnyTagClassName
{
color: #157BBA;
}
</style>
background-color css
<style>
a { background-color: #157BBA; }
a { background-color: rgb(21,123,186); }
div.DivClassName
{
background-color: #157BBA;
}
.BgClassName
{
background-color: #157BBA;
}
</style>
border-color css
<style>
span { border-color: #157BBA; }
span { border-color: rgb(21,123,186); }
td.TdClassName
{
border-color: #157BBA;
}
.TagClassName
{
border-color: #157BBA;
}
</style>