Shades of Cerulean #147BA8
Tints of Cerulean #147BA8
RGB
CMYK
RGB Variations
Color information
#147BA8 (or 0x147BA8) is known color: Cerulean. HEX triplet: 14, 7B and A8. RGB value is (20,123,168). Sum of RGB (Red+Green+Blue) = 20+123+168=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 168 (66.02% from 255 or 54.02% from 311); Max value from RGB is 168 - color contains mainly: blue. Hex color #147BA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147BA8 is #EB8457. Grayscale: #616161. Windows color (decimal): -15434840 or 11041556. OLE color: 11041556.
HSL color Cylindrical-coordinate representation of color #147BA8: hue angle of 198.24º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #147BA8 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 20 | 123 | 168 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.34 |
| HSL | 198.24º | 0.79% | 0.37% | - |
| HSV(B) | 198.24º | 0.88% | 0.66% | - |
| XYZ | 14.44 | 17.14 | 39.59 | - |
| YUV | 97.33 | 167.88 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 123 | 168 | 0.88 | 0.27 | 0 | 0.34 | 198.24 | 0.79 | 0.37 |
| Hex | 14 | 7B | A8 | 58 | 1B | 0 | 22 | C6 | 4F | 25 |
| Octal | 24 | 173 | 250 | 130 | 33 | 0 | 42 | 306 | 117 | 45 |
| Binary | 10100 | 1111011 | 10101000 | 1011000 | 11011 | 0 | 100010 | 11000110 | 1001111 | 100101 |
Color Harmonies of #147BA8
Complementary color
Monochromatic Colors of #147BA8
Black with #147BA8
Text Example
Text Example
White with #147BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147BA8; }
p { color: rgb(20,123,168); }
H1.HeaderClassName
{
color: #147BA8;
}
.AnyTagClassName
{
color: #147BA8;
}
</style>
background-color css
<style>
a { background-color: #147BA8; }
a { background-color: rgb(20,123,168); }
div.DivClassName
{
background-color: #147BA8;
}
.BgClassName
{
background-color: #147BA8;
}
</style>
border-color css
<style>
span { border-color: #147BA8; }
span { border-color: rgb(20,123,168); }
td.TdClassName
{
border-color: #147BA8;
}
.TagClassName
{
border-color: #147BA8;
}
</style>