Shades of Cerulean #147CB1
Tints of Cerulean #147CB1
RGB
CMYK
RGB Variations
Color information
#147CB1 (or 0x147CB1) is known color: Cerulean. HEX triplet: 14, 7C and B1. RGB value is (20,124,177). Sum of RGB (Red+Green+Blue) = 20+124+177=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 177 (69.53% from 255 or 55.14% from 321); Max value from RGB is 177 - color contains mainly: blue. Hex color #147CB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147CB1 is #EB834E. Grayscale: #626262. Windows color (decimal): -15434575 or 11631636. OLE color: 11631636.
HSL color Cylindrical-coordinate representation of color #147CB1: hue angle of 200.25º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #147CB1 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 124 | 177 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.31 |
| HSL | 200.25º | 0.8% | 0.39% | - |
| HSV(B) | 200.25º | 0.89% | 0.69% | - |
| XYZ | 15.43 | 17.74 | 44.21 | - |
| YUV | 98.95 | 172.04 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 124 | 177 | 0.89 | 0.30 | 0 | 0.31 | 200.25 | 0.8 | 0.39 |
| Hex | 14 | 7C | B1 | 59 | 1E | 0 | 1F | C8 | 50 | 27 |
| Octal | 24 | 174 | 261 | 131 | 36 | 0 | 37 | 310 | 120 | 47 |
| Binary | 10100 | 1111100 | 10110001 | 1011001 | 11110 | 0 | 11111 | 11001000 | 1010000 | 100111 |
Color Harmonies of #147CB1
Complementary color
Monochromatic Colors of #147CB1
Black with #147CB1
Text Example
Text Example
White with #147CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147CB1; }
p { color: rgb(20,124,177); }
H1.HeaderClassName
{
color: #147CB1;
}
.AnyTagClassName
{
color: #147CB1;
}
</style>
background-color css
<style>
a { background-color: #147CB1; }
a { background-color: rgb(20,124,177); }
div.DivClassName
{
background-color: #147CB1;
}
.BgClassName
{
background-color: #147CB1;
}
</style>
border-color css
<style>
span { border-color: #147CB1; }
span { border-color: rgb(20,124,177); }
td.TdClassName
{
border-color: #147CB1;
}
.TagClassName
{
border-color: #147CB1;
}
</style>