Shades of Cerulean #157FAC
Tints of Cerulean #157FAC
RGB
CMYK
RGB Variations
Color information
#157FAC (or 0x157FAC) is known color: Cerulean. HEX triplet: 15, 7F and AC. RGB value is (21,127,172). Sum of RGB (Red+Green+Blue) = 21+127+172=320 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.56% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #157FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157FAC is #EA8053. Grayscale: #646464. Windows color (decimal): -15368276 or 11304725. OLE color: 11304725.
HSL color Cylindrical-coordinate representation of color #157FAC: hue angle of 197.88º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #157FAC is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 127 | 172 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.33 |
| HSL | 197.88º | 0.78% | 0.38% | - |
| HSV(B) | 197.88º | 0.88% | 0.67% | - |
| XYZ | 15.35 | 18.32 | 41.76 | - |
| YUV | 100.44 | 168.38 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 127 | 172 | 0.88 | 0.26 | 0 | 0.33 | 197.88 | 0.78 | 0.38 |
| Hex | 15 | 7F | AC | 58 | 1A | 0 | 21 | C6 | 4E | 26 |
| Octal | 25 | 177 | 254 | 130 | 32 | 0 | 41 | 306 | 116 | 46 |
| Binary | 10101 | 1111111 | 10101100 | 1011000 | 11010 | 0 | 100001 | 11000110 | 1001110 | 100110 |
Color Harmonies of #157FAC
Complementary color
Monochromatic Colors of #157FAC
Black with #157FAC
Text Example
Text Example
White with #157FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157FAC; }
p { color: rgb(21,127,172); }
H1.HeaderClassName
{
color: #157FAC;
}
.AnyTagClassName
{
color: #157FAC;
}
</style>
background-color css
<style>
a { background-color: #157FAC; }
a { background-color: rgb(21,127,172); }
div.DivClassName
{
background-color: #157FAC;
}
.BgClassName
{
background-color: #157FAC;
}
</style>
border-color css
<style>
span { border-color: #157FAC; }
span { border-color: rgb(21,127,172); }
td.TdClassName
{
border-color: #157FAC;
}
.TagClassName
{
border-color: #157FAC;
}
</style>