Shades of Cerulean #157D9F
Tints of Cerulean #157D9F
RGB
CMYK
RGB Variations
Color information
#157D9F (or 0x157D9F) is known color: Cerulean. HEX triplet: 15, 7D and 9F. RGB value is (21,125,159). Sum of RGB (Red+Green+Blue) = 21+125+159=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #157D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157D9F is #EA8260. Grayscale: #616161. Windows color (decimal): -15368801 or 10452245. OLE color: 10452245.
HSL color Cylindrical-coordinate representation of color #157D9F: hue angle of 194.78º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #157D9F is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 125 | 159 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.38 |
| HSL | 194.78º | 0.77% | 0.35% | - |
| HSV(B) | 194.78º | 0.87% | 0.62% | - |
| XYZ | 13.9 | 17.33 | 35.41 | - |
| YUV | 97.78 | 162.54 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 125 | 159 | 0.87 | 0.21 | 0 | 0.38 | 194.78 | 0.77 | 0.35 |
| Hex | 15 | 7D | 9F | 57 | 15 | 0 | 26 | C3 | 4D | 23 |
| Octal | 25 | 175 | 237 | 127 | 25 | 0 | 46 | 303 | 115 | 43 |
| Binary | 10101 | 1111101 | 10011111 | 1010111 | 10101 | 0 | 100110 | 11000011 | 1001101 | 100011 |
Color Harmonies of #157D9F
Complementary color
Monochromatic Colors of #157D9F
Black with #157D9F
Text Example
Text Example
White with #157D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157D9F; }
p { color: rgb(21,125,159); }
H1.HeaderClassName
{
color: #157D9F;
}
.AnyTagClassName
{
color: #157D9F;
}
</style>
background-color css
<style>
a { background-color: #157D9F; }
a { background-color: rgb(21,125,159); }
div.DivClassName
{
background-color: #157D9F;
}
.BgClassName
{
background-color: #157D9F;
}
</style>
border-color css
<style>
span { border-color: #157D9F; }
span { border-color: rgb(21,125,159); }
td.TdClassName
{
border-color: #157D9F;
}
.TagClassName
{
border-color: #157D9F;
}
</style>