Shades of Cerulean #147DB5
Tints of Cerulean #147DB5
RGB
CMYK
RGB Variations
Color information
#147DB5 (or 0x147DB5) is known color: Cerulean. HEX triplet: 14, 7D and B5. RGB value is (20,125,181). Sum of RGB (Red+Green+Blue) = 20+125+181=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 181 (71.09% from 255 or 55.52% from 326); Max value from RGB is 181 - color contains mainly: blue. Hex color #147DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147DB5 is #EB824A. Grayscale: #636363. Windows color (decimal): -15434315 or 11894036. OLE color: 11894036.
HSL color Cylindrical-coordinate representation of color #147DB5: hue angle of 200.87º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #147DB5 is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 125 | 181 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.29 |
| HSL | 200.87º | 0.8% | 0.39% | - |
| HSV(B) | 200.87º | 0.89% | 0.71% | - |
| XYZ | 15.96 | 18.15 | 46.38 | - |
| YUV | 99.99 | 173.71 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 125 | 181 | 0.89 | 0.31 | 0 | 0.29 | 200.87 | 0.8 | 0.39 |
| Hex | 14 | 7D | B5 | 59 | 1F | 0 | 1D | C9 | 50 | 27 |
| Octal | 24 | 175 | 265 | 131 | 37 | 0 | 35 | 311 | 120 | 47 |
| Binary | 10100 | 1111101 | 10110101 | 1011001 | 11111 | 0 | 11101 | 11001001 | 1010000 | 100111 |
Color Harmonies of #147DB5
Complementary color
Monochromatic Colors of #147DB5
Black with #147DB5
Text Example
Text Example
White with #147DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147DB5; }
p { color: rgb(20,125,181); }
H1.HeaderClassName
{
color: #147DB5;
}
.AnyTagClassName
{
color: #147DB5;
}
</style>
background-color css
<style>
a { background-color: #147DB5; }
a { background-color: rgb(20,125,181); }
div.DivClassName
{
background-color: #147DB5;
}
.BgClassName
{
background-color: #147DB5;
}
</style>
border-color css
<style>
span { border-color: #147DB5; }
span { border-color: rgb(20,125,181); }
td.TdClassName
{
border-color: #147DB5;
}
.TagClassName
{
border-color: #147DB5;
}
</style>