Shades of Cerulean #147BA0
Tints of Cerulean #147BA0
RGB
CMYK
RGB Variations
Color information
#147BA0 (or 0x147BA0) is known color: Cerulean. HEX triplet: 14, 7B and A0. RGB value is (20,123,160). Sum of RGB (Red+Green+Blue) = 20+123+160=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 160 (62.89% from 255 or 52.81% from 303); Max value from RGB is 160 - color contains mainly: blue. Hex color #147BA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147BA0 is #EB845F. Grayscale: #606060. Windows color (decimal): -15434848 or 10517268. OLE color: 10517268.
HSL color Cylindrical-coordinate representation of color #147BA0: hue angle of 195.86º 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 #147BA0 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 20 | 123 | 160 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.37 |
| HSL | 195.86º | 0.78% | 0.35% | - |
| HSV(B) | 195.86º | 0.88% | 0.63% | - |
| XYZ | 13.72 | 16.85 | 35.79 | - |
| YUV | 96.42 | 163.88 | 73.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 123 | 160 | 0.88 | 0.23 | 0 | 0.37 | 195.86 | 0.78 | 0.35 |
| Hex | 14 | 7B | A0 | 58 | 17 | 0 | 25 | C4 | 4E | 23 |
| Octal | 24 | 173 | 240 | 130 | 27 | 0 | 45 | 304 | 116 | 43 |
| Binary | 10100 | 1111011 | 10100000 | 1011000 | 10111 | 0 | 100101 | 11000100 | 1001110 | 100011 |
Color Harmonies of #147BA0
Complementary color
Monochromatic Colors of #147BA0
Black with #147BA0
Text Example
Text Example
White with #147BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147BA0; }
p { color: rgb(20,123,160); }
H1.HeaderClassName
{
color: #147BA0;
}
.AnyTagClassName
{
color: #147BA0;
}
</style>
background-color css
<style>
a { background-color: #147BA0; }
a { background-color: rgb(20,123,160); }
div.DivClassName
{
background-color: #147BA0;
}
.BgClassName
{
background-color: #147BA0;
}
</style>
border-color css
<style>
span { border-color: #147BA0; }
span { border-color: rgb(20,123,160); }
td.TdClassName
{
border-color: #147BA0;
}
.TagClassName
{
border-color: #147BA0;
}
</style>