Shades of Cerulean #147AB9
Tints of Cerulean #147AB9
RGB
CMYK
RGB Variations
Color information
#147AB9 (or 0x147AB9) is known color: Cerulean. HEX triplet: 14, 7A and B9. RGB value is (20,122,185). Sum of RGB (Red+Green+Blue) = 20+122+185=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 185 (72.66% from 255 or 56.57% from 327); Max value from RGB is 185 - color contains mainly: blue. Hex color #147AB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147AB9 is #EB8546. Grayscale: #626262. Windows color (decimal): -15435079 or 12155412. OLE color: 12155412.
HSL color Cylindrical-coordinate representation of color #147AB9: hue angle of 202.91º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #147AB9 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 122 | 185 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.27 |
| HSL | 202.91º | 0.8% | 0.4% | - |
| HSV(B) | 202.91º | 0.89% | 0.73% | - |
| XYZ | 16 | 17.57 | 48.45 | - |
| YUV | 98.68 | 176.71 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 122 | 185 | 0.89 | 0.34 | 0 | 0.27 | 202.91 | 0.8 | 0.4 |
| Hex | 14 | 7A | B9 | 59 | 22 | 0 | 1B | CB | 50 | 28 |
| Octal | 24 | 172 | 271 | 131 | 42 | 0 | 33 | 313 | 120 | 50 |
| Binary | 10100 | 1111010 | 10111001 | 1011001 | 100010 | 0 | 11011 | 11001011 | 1010000 | 101000 |
Color Harmonies of #147AB9
Complementary color
Monochromatic Colors of #147AB9
Black with #147AB9
Text Example
Text Example
White with #147AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147AB9; }
p { color: rgb(20,122,185); }
H1.HeaderClassName
{
color: #147AB9;
}
.AnyTagClassName
{
color: #147AB9;
}
</style>
background-color css
<style>
a { background-color: #147AB9; }
a { background-color: rgb(20,122,185); }
div.DivClassName
{
background-color: #147AB9;
}
.BgClassName
{
background-color: #147AB9;
}
</style>
border-color css
<style>
span { border-color: #147AB9; }
span { border-color: rgb(20,122,185); }
td.TdClassName
{
border-color: #147AB9;
}
.TagClassName
{
border-color: #147AB9;
}
</style>