Shades of Cerulean #157DB6
Tints of Cerulean #157DB6
RGB
CMYK
RGB Variations
Color information
#157DB6 (or 0x157DB6) is known color: Cerulean. HEX triplet: 15, 7D and B6. RGB value is (21,125,182). Sum of RGB (Red+Green+Blue) = 21+125+182=328 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.40% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 182 (71.48% from 255 or 55.49% from 328); Max value from RGB is 182 - color contains mainly: blue. Hex color #157DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157DB6 is #EA8249. Grayscale: #646464. Windows color (decimal): -15368778 or 11959573. OLE color: 11959573.
HSL color Cylindrical-coordinate representation of color #157DB6: hue angle of 201.24º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #157DB6 is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 21 | 125 | 182 | - |
| CMYK | 0.88 | 0.31 | 0 | 0.29 |
| HSL | 201.24º | 0.79% | 0.4% | - |
| HSV(B) | 201.24º | 0.88% | 0.71% | - |
| XYZ | 16.09 | 18.2 | 46.92 | - |
| YUV | 100.4 | 174.04 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 125 | 182 | 0.88 | 0.31 | 0 | 0.29 | 201.24 | 0.79 | 0.4 |
| Hex | 15 | 7D | B6 | 58 | 1F | 0 | 1D | C9 | 4F | 28 |
| Octal | 25 | 175 | 266 | 130 | 37 | 0 | 35 | 311 | 117 | 50 |
| Binary | 10101 | 1111101 | 10110110 | 1011000 | 11111 | 0 | 11101 | 11001001 | 1001111 | 101000 |
Color Harmonies of #157DB6
Complementary color
Monochromatic Colors of #157DB6
Black with #157DB6
Text Example
Text Example
White with #157DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157DB6; }
p { color: rgb(21,125,182); }
H1.HeaderClassName
{
color: #157DB6;
}
.AnyTagClassName
{
color: #157DB6;
}
</style>
background-color css
<style>
a { background-color: #157DB6; }
a { background-color: rgb(21,125,182); }
div.DivClassName
{
background-color: #157DB6;
}
.BgClassName
{
background-color: #157DB6;
}
</style>
border-color css
<style>
span { border-color: #157DB6; }
span { border-color: rgb(21,125,182); }
td.TdClassName
{
border-color: #157DB6;
}
.TagClassName
{
border-color: #157DB6;
}
</style>