Shades of Cerulean #147495
Tints of Cerulean #147495
RGB
CMYK
RGB Variations
Color information
#147495 (or 0x147495) is known color: Cerulean. HEX triplet: 14, 74 and 95. RGB value is (20,116,149). Sum of RGB (Red+Green+Blue) = 20+116+149=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #147495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147495 is #EB8B6A. Grayscale: #5A5A5A. Windows color (decimal): -15436651 or 9794580. OLE color: 9794580.
HSL color Cylindrical-coordinate representation of color #147495: hue angle of 195.35º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #147495 is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 116 | 149 | - |
| CMYK | 0.87 | 0.22 | 0 | 0.42 |
| HSL | 195.35º | 0.76% | 0.33% | - |
| HSV(B) | 195.35º | 0.87% | 0.58% | - |
| XYZ | 11.96 | 14.81 | 30.66 | - |
| YUV | 91.06 | 160.7 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 116 | 149 | 0.87 | 0.22 | 0 | 0.42 | 195.35 | 0.76 | 0.33 |
| Hex | 14 | 74 | 95 | 57 | 16 | 0 | 2A | C3 | 4C | 21 |
| Octal | 24 | 164 | 225 | 127 | 26 | 0 | 52 | 303 | 114 | 41 |
| Binary | 10100 | 1110100 | 10010101 | 1010111 | 10110 | 0 | 101010 | 11000011 | 1001100 | 100001 |
Color Harmonies of #147495
Complementary color
Monochromatic Colors of #147495
Black with #147495
Text Example
Text Example
White with #147495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147495; }
p { color: rgb(20,116,149); }
H1.HeaderClassName
{
color: #147495;
}
.AnyTagClassName
{
color: #147495;
}
</style>
background-color css
<style>
a { background-color: #147495; }
a { background-color: rgb(20,116,149); }
div.DivClassName
{
background-color: #147495;
}
.BgClassName
{
background-color: #147495;
}
</style>
border-color css
<style>
span { border-color: #147495; }
span { border-color: rgb(20,116,149); }
td.TdClassName
{
border-color: #147495;
}
.TagClassName
{
border-color: #147495;
}
</style>