Shades of Cerulean #147FAC
Tints of Cerulean #147FAC
RGB
CMYK
RGB Variations
Color information
#147FAC (or 0x147FAC) is known color: Cerulean. HEX triplet: 14, 7F and AC. RGB value is (20,127,172). Sum of RGB (Red+Green+Blue) = 20+127+172=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #147FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147FAC is #EB8053. Grayscale: #636363. Windows color (decimal): -15433812 or 11304724. OLE color: 11304724.
HSL color Cylindrical-coordinate representation of color #147FAC: hue angle of 197.76º 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 #147FAC is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 127 | 172 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.33 |
| HSL | 197.76º | 0.79% | 0.38% | - |
| HSV(B) | 197.76º | 0.88% | 0.67% | - |
| XYZ | 15.32 | 18.31 | 41.76 | - |
| YUV | 100.14 | 168.55 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 172 | 0.88 | 0.26 | 0 | 0.33 | 197.76 | 0.79 | 0.38 |
| Hex | 14 | 7F | AC | 58 | 1A | 0 | 21 | C6 | 4F | 26 |
| Octal | 24 | 177 | 254 | 130 | 32 | 0 | 41 | 306 | 117 | 46 |
| Binary | 10100 | 1111111 | 10101100 | 1011000 | 11010 | 0 | 100001 | 11000110 | 1001111 | 100110 |
Color Harmonies of #147FAC
Complementary color
Monochromatic Colors of #147FAC
Black with #147FAC
Text Example
Text Example
White with #147FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147FAC; }
p { color: rgb(20,127,172); }
H1.HeaderClassName
{
color: #147FAC;
}
.AnyTagClassName
{
color: #147FAC;
}
</style>
background-color css
<style>
a { background-color: #147FAC; }
a { background-color: rgb(20,127,172); }
div.DivClassName
{
background-color: #147FAC;
}
.BgClassName
{
background-color: #147FAC;
}
</style>
border-color css
<style>
span { border-color: #147FAC; }
span { border-color: rgb(20,127,172); }
td.TdClassName
{
border-color: #147FAC;
}
.TagClassName
{
border-color: #147FAC;
}
</style>