Shades of Cerulean #157B99
Tints of Cerulean #157B99
RGB
CMYK
RGB Variations
Color information
#157B99 (or 0x157B99) is known color: Cerulean. HEX triplet: 15, 7B and 99. RGB value is (21,123,153). Sum of RGB (Red+Green+Blue) = 21+123+153=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #157B99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157B99 is #EA8466. Grayscale: #5F5F5F. Windows color (decimal): -15369319 or 10058517. OLE color: 10058517.
HSL color Cylindrical-coordinate representation of color #157B99: hue angle of 193.64º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #157B99 is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 21 | 123 | 153 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.4 |
| HSL | 193.64º | 0.76% | 0.34% | - |
| HSV(B) | 193.64º | 0.86% | 0.6% | - |
| XYZ | 13.14 | 16.63 | 32.65 | - |
| YUV | 95.92 | 160.21 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 123 | 153 | 0.86 | 0.20 | 0 | 0.4 | 193.64 | 0.76 | 0.34 |
| Hex | 15 | 7B | 99 | 56 | 14 | 0 | 28 | C2 | 4C | 22 |
| Octal | 25 | 173 | 231 | 126 | 24 | 0 | 50 | 302 | 114 | 42 |
| Binary | 10101 | 1111011 | 10011001 | 1010110 | 10100 | 0 | 101000 | 11000010 | 1001100 | 100010 |
Color Harmonies of #157B99
Complementary color
Monochromatic Colors of #157B99
Black with #157B99
Text Example
Text Example
White with #157B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157B99; }
p { color: rgb(21,123,153); }
H1.HeaderClassName
{
color: #157B99;
}
.AnyTagClassName
{
color: #157B99;
}
</style>
background-color css
<style>
a { background-color: #157B99; }
a { background-color: rgb(21,123,153); }
div.DivClassName
{
background-color: #157B99;
}
.BgClassName
{
background-color: #157B99;
}
</style>
border-color css
<style>
span { border-color: #157B99; }
span { border-color: rgb(21,123,153); }
td.TdClassName
{
border-color: #157B99;
}
.TagClassName
{
border-color: #157B99;
}
</style>