Shades of Cerulean #147DAE
Tints of Cerulean #147DAE
RGB
CMYK
RGB Variations
Color information
#147DAE (or 0x147DAE) is known color: Cerulean. HEX triplet: 14, 7D and AE. RGB value is (20,125,174). Sum of RGB (Red+Green+Blue) = 20+125+174=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #147DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147DAE is #EB8251. Grayscale: #626262. Windows color (decimal): -15434322 or 11435284. OLE color: 11435284.
HSL color Cylindrical-coordinate representation of color #147DAE: hue angle of 199.09º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #147DAE is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 125 | 174 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.32 |
| HSL | 199.09º | 0.79% | 0.38% | - |
| HSV(B) | 199.09º | 0.89% | 0.68% | - |
| XYZ | 15.26 | 17.87 | 42.69 | - |
| YUV | 99.19 | 170.21 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 125 | 174 | 0.89 | 0.28 | 0 | 0.32 | 199.09 | 0.79 | 0.38 |
| Hex | 14 | 7D | AE | 59 | 1C | 0 | 20 | C7 | 4F | 26 |
| Octal | 24 | 175 | 256 | 131 | 34 | 0 | 40 | 307 | 117 | 46 |
| Binary | 10100 | 1111101 | 10101110 | 1011001 | 11100 | 0 | 100000 | 11000111 | 1001111 | 100110 |
Color Harmonies of #147DAE
Complementary color
Monochromatic Colors of #147DAE
Black with #147DAE
Text Example
Text Example
White with #147DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147DAE; }
p { color: rgb(20,125,174); }
H1.HeaderClassName
{
color: #147DAE;
}
.AnyTagClassName
{
color: #147DAE;
}
</style>
background-color css
<style>
a { background-color: #147DAE; }
a { background-color: rgb(20,125,174); }
div.DivClassName
{
background-color: #147DAE;
}
.BgClassName
{
background-color: #147DAE;
}
</style>
border-color css
<style>
span { border-color: #147DAE; }
span { border-color: rgb(20,125,174); }
td.TdClassName
{
border-color: #147DAE;
}
.TagClassName
{
border-color: #147DAE;
}
</style>