Shades of Cerulean #147EA7
Tints of Cerulean #147EA7
RGB
CMYK
RGB Variations
Color information
#147EA7 (or 0x147EA7) is known color: Cerulean. HEX triplet: 14, 7E and A7. RGB value is (20,126,167). Sum of RGB (Red+Green+Blue) = 20+126+167=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 167 (65.62% from 255 or 53.35% from 313); Max value from RGB is 167 - color contains mainly: blue. Hex color #147EA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147EA7 is #EB8158. Grayscale: #626262. Windows color (decimal): -15434073 or 10976788. OLE color: 10976788.
HSL color Cylindrical-coordinate representation of color #147EA7: hue angle of 196.73º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #147EA7 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 126 | 167 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.35 |
| HSL | 196.73º | 0.79% | 0.37% | - |
| HSV(B) | 196.73º | 0.88% | 0.65% | - |
| XYZ | 14.72 | 17.86 | 39.23 | - |
| YUV | 98.98 | 166.38 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 126 | 167 | 0.88 | 0.25 | 0 | 0.35 | 196.73 | 0.79 | 0.37 |
| Hex | 14 | 7E | A7 | 58 | 19 | 0 | 23 | C5 | 4F | 25 |
| Octal | 24 | 176 | 247 | 130 | 31 | 0 | 43 | 305 | 117 | 45 |
| Binary | 10100 | 1111110 | 10100111 | 1011000 | 11001 | 0 | 100011 | 11000101 | 1001111 | 100101 |
Color Harmonies of #147EA7
Complementary color
Monochromatic Colors of #147EA7
Black with #147EA7
Text Example
Text Example
White with #147EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147EA7; }
p { color: rgb(20,126,167); }
H1.HeaderClassName
{
color: #147EA7;
}
.AnyTagClassName
{
color: #147EA7;
}
</style>
background-color css
<style>
a { background-color: #147EA7; }
a { background-color: rgb(20,126,167); }
div.DivClassName
{
background-color: #147EA7;
}
.BgClassName
{
background-color: #147EA7;
}
</style>
border-color css
<style>
span { border-color: #147EA7; }
span { border-color: rgb(20,126,167); }
td.TdClassName
{
border-color: #147EA7;
}
.TagClassName
{
border-color: #147EA7;
}
</style>