Shades of Cerulean #157BB4
Tints of Cerulean #157BB4
RGB
CMYK
RGB Variations
Color information
#157BB4 (or 0x157BB4) is known color: Cerulean. HEX triplet: 15, 7B and B4. RGB value is (21,123,180). Sum of RGB (Red+Green+Blue) = 21+123+180=324 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.48% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 180 (70.70% from 255 or 55.56% from 324); Max value from RGB is 180 - color contains mainly: blue. Hex color #157BB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157BB4 is #EA844B. Grayscale: #626262. Windows color (decimal): -15369292 or 11827989. OLE color: 11827989.
HSL color Cylindrical-coordinate representation of color #157BB4: hue angle of 201.51º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #157BB4 is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 21 | 123 | 180 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.29 |
| HSL | 201.51º | 0.79% | 0.39% | - |
| HSV(B) | 201.51º | 0.88% | 0.71% | - |
| XYZ | 15.63 | 17.62 | 45.76 | - |
| YUV | 99 | 173.71 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 123 | 180 | 0.88 | 0.32 | 0 | 0.29 | 201.51 | 0.79 | 0.39 |
| Hex | 15 | 7B | B4 | 58 | 20 | 0 | 1D | CA | 4F | 27 |
| Octal | 25 | 173 | 264 | 130 | 40 | 0 | 35 | 312 | 117 | 47 |
| Binary | 10101 | 1111011 | 10110100 | 1011000 | 100000 | 0 | 11101 | 11001010 | 1001111 | 100111 |
Color Harmonies of #157BB4
Complementary color
Monochromatic Colors of #157BB4
Black with #157BB4
Text Example
Text Example
White with #157BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157BB4; }
p { color: rgb(21,123,180); }
H1.HeaderClassName
{
color: #157BB4;
}
.AnyTagClassName
{
color: #157BB4;
}
</style>
background-color css
<style>
a { background-color: #157BB4; }
a { background-color: rgb(21,123,180); }
div.DivClassName
{
background-color: #157BB4;
}
.BgClassName
{
background-color: #157BB4;
}
</style>
border-color css
<style>
span { border-color: #157BB4; }
span { border-color: rgb(21,123,180); }
td.TdClassName
{
border-color: #157BB4;
}
.TagClassName
{
border-color: #157BB4;
}
</style>