Shades of Cerulean #157CBB
Tints of Cerulean #157CBB
RGB
CMYK
RGB Variations
Color information
#157CBB (or 0x157CBB) is known color: Cerulean. HEX triplet: 15, 7C and BB. RGB value is (21,124,187). Sum of RGB (Red+Green+Blue) = 21+124+187=332 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.33% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #157CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157CBB is #EA8344. Grayscale: #646464. Windows color (decimal): -15369029 or 12286997. OLE color: 12286997.
HSL color Cylindrical-coordinate representation of color #157CBB: hue angle of 202.77º 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 #157CBB is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 124 | 187 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.27 |
| HSL | 202.77º | 0.8% | 0.41% | - |
| HSV(B) | 202.77º | 0.89% | 0.73% | - |
| XYZ | 16.49 | 18.16 | 49.65 | - |
| YUV | 100.39 | 176.88 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 187 | 0.89 | 0.34 | 0 | 0.27 | 202.77 | 0.8 | 0.41 |
| Hex | 15 | 7C | BB | 59 | 22 | 0 | 1B | CB | 50 | 29 |
| Octal | 25 | 174 | 273 | 131 | 42 | 0 | 33 | 313 | 120 | 51 |
| Binary | 10101 | 1111100 | 10111011 | 1011001 | 100010 | 0 | 11011 | 11001011 | 1010000 | 101001 |
Color Harmonies of #157CBB
Complementary color
Monochromatic Colors of #157CBB
Black with #157CBB
Text Example
Text Example
White with #157CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157CBB; }
p { color: rgb(21,124,187); }
H1.HeaderClassName
{
color: #157CBB;
}
.AnyTagClassName
{
color: #157CBB;
}
</style>
background-color css
<style>
a { background-color: #157CBB; }
a { background-color: rgb(21,124,187); }
div.DivClassName
{
background-color: #157CBB;
}
.BgClassName
{
background-color: #157CBB;
}
</style>
border-color css
<style>
span { border-color: #157CBB; }
span { border-color: rgb(21,124,187); }
td.TdClassName
{
border-color: #157CBB;
}
.TagClassName
{
border-color: #157CBB;
}
</style>