Shades of Cerulean #147CAC
Tints of Cerulean #147CAC
RGB
CMYK
RGB Variations
Color information
#147CAC (or 0x147CAC) is known color: Cerulean. HEX triplet: 14, 7C and AC. RGB value is (20,124,172). Sum of RGB (Red+Green+Blue) = 20+124+172=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #147CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147CAC is #EB8353. Grayscale: #626262. Windows color (decimal): -15434580 or 11303956. OLE color: 11303956.
HSL color Cylindrical-coordinate representation of color #147CAC: hue angle of 198.95º degrees, saturation: 0.79, 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 #147CAC is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 124 | 172 | - |
| CMYK | 0.88 | 0.28 | 0 | 0.33 |
| HSL | 198.95º | 0.79% | 0.38% | - |
| HSV(B) | 198.95º | 0.88% | 0.67% | - |
| XYZ | 14.94 | 17.54 | 41.63 | - |
| YUV | 98.38 | 169.54 | 72.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 124 | 172 | 0.88 | 0.28 | 0 | 0.33 | 198.95 | 0.79 | 0.38 |
| Hex | 14 | 7C | AC | 58 | 1C | 0 | 21 | C7 | 4F | 26 |
| Octal | 24 | 174 | 254 | 130 | 34 | 0 | 41 | 307 | 117 | 46 |
| Binary | 10100 | 1111100 | 10101100 | 1011000 | 11100 | 0 | 100001 | 11000111 | 1001111 | 100110 |
Color Harmonies of #147CAC
Complementary color
Monochromatic Colors of #147CAC
Black with #147CAC
Text Example
Text Example
White with #147CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147CAC; }
p { color: rgb(20,124,172); }
H1.HeaderClassName
{
color: #147CAC;
}
.AnyTagClassName
{
color: #147CAC;
}
</style>
background-color css
<style>
a { background-color: #147CAC; }
a { background-color: rgb(20,124,172); }
div.DivClassName
{
background-color: #147CAC;
}
.BgClassName
{
background-color: #147CAC;
}
</style>
border-color css
<style>
span { border-color: #147CAC; }
span { border-color: rgb(20,124,172); }
td.TdClassName
{
border-color: #147CAC;
}
.TagClassName
{
border-color: #147CAC;
}
</style>