Shades of Cerulean #147DB1
Tints of Cerulean #147DB1
RGB
CMYK
RGB Variations
Color information
#147DB1 (or 0x147DB1) is known color: Cerulean. HEX triplet: 14, 7D and B1. RGB value is (20,125,177). Sum of RGB (Red+Green+Blue) = 20+125+177=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 177 (69.53% from 255 or 54.97% from 322); Max value from RGB is 177 - color contains mainly: blue. Hex color #147DB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147DB1 is #EB824E. Grayscale: #636363. Windows color (decimal): -15434319 or 11631892. OLE color: 11631892.
HSL color Cylindrical-coordinate representation of color #147DB1: hue angle of 199.87º 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 #147DB1 is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 125 | 177 | - |
| CMYK | 0.89 | 0.29 | 0 | 0.31 |
| HSL | 199.87º | 0.8% | 0.39% | - |
| HSV(B) | 199.87º | 0.89% | 0.69% | - |
| XYZ | 15.56 | 17.99 | 44.25 | - |
| YUV | 99.53 | 171.71 | 71.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 125 | 177 | 0.89 | 0.29 | 0 | 0.31 | 199.87 | 0.8 | 0.39 |
| Hex | 14 | 7D | B1 | 59 | 1D | 0 | 1F | C8 | 50 | 27 |
| Octal | 24 | 175 | 261 | 131 | 35 | 0 | 37 | 310 | 120 | 47 |
| Binary | 10100 | 1111101 | 10110001 | 1011001 | 11101 | 0 | 11111 | 11001000 | 1010000 | 100111 |
Color Harmonies of #147DB1
Complementary color
Monochromatic Colors of #147DB1
Black with #147DB1
Text Example
Text Example
White with #147DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147DB1; }
p { color: rgb(20,125,177); }
H1.HeaderClassName
{
color: #147DB1;
}
.AnyTagClassName
{
color: #147DB1;
}
</style>
background-color css
<style>
a { background-color: #147DB1; }
a { background-color: rgb(20,125,177); }
div.DivClassName
{
background-color: #147DB1;
}
.BgClassName
{
background-color: #147DB1;
}
</style>
border-color css
<style>
span { border-color: #147DB1; }
span { border-color: rgb(20,125,177); }
td.TdClassName
{
border-color: #147DB1;
}
.TagClassName
{
border-color: #147DB1;
}
</style>