Shades of Cerulean #147CA1
Tints of Cerulean #147CA1
RGB
CMYK
RGB Variations
Color information
#147CA1 (or 0x147CA1) is known color: Cerulean. HEX triplet: 14, 7C and A1. RGB value is (20,124,161). Sum of RGB (Red+Green+Blue) = 20+124+161=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 161 (63.28% from 255 or 52.79% from 305); Max value from RGB is 161 - color contains mainly: blue. Hex color #147CA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147CA1 is #EB835E. Grayscale: #606060. Windows color (decimal): -15434591 or 10583060. OLE color: 10583060.
HSL color Cylindrical-coordinate representation of color #147CA1: hue angle of 195.74º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #147CA1 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 20 | 124 | 161 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.37 |
| HSL | 195.74º | 0.78% | 0.35% | - |
| HSV(B) | 195.74º | 0.88% | 0.63% | - |
| XYZ | 13.93 | 17.14 | 36.29 | - |
| YUV | 97.12 | 164.04 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 124 | 161 | 0.88 | 0.23 | 0 | 0.37 | 195.74 | 0.78 | 0.35 |
| Hex | 14 | 7C | A1 | 58 | 17 | 0 | 25 | C4 | 4E | 23 |
| Octal | 24 | 174 | 241 | 130 | 27 | 0 | 45 | 304 | 116 | 43 |
| Binary | 10100 | 1111100 | 10100001 | 1011000 | 10111 | 0 | 100101 | 11000100 | 1001110 | 100011 |
Color Harmonies of #147CA1
Complementary color
Monochromatic Colors of #147CA1
Black with #147CA1
Text Example
Text Example
White with #147CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147CA1; }
p { color: rgb(20,124,161); }
H1.HeaderClassName
{
color: #147CA1;
}
.AnyTagClassName
{
color: #147CA1;
}
</style>
background-color css
<style>
a { background-color: #147CA1; }
a { background-color: rgb(20,124,161); }
div.DivClassName
{
background-color: #147CA1;
}
.BgClassName
{
background-color: #147CA1;
}
</style>
border-color css
<style>
span { border-color: #147CA1; }
span { border-color: rgb(20,124,161); }
td.TdClassName
{
border-color: #147CA1;
}
.TagClassName
{
border-color: #147CA1;
}
</style>