Shades of Cerulean #147695
Tints of Cerulean #147695
RGB
CMYK
RGB Variations
Color information
#147695 (or 0x147695) is known color: Cerulean. HEX triplet: 14, 76 and 95. RGB value is (20,118,149). Sum of RGB (Red+Green+Blue) = 20+118+149=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #147695 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147695 is #EB896A. Grayscale: #5C5C5C. Windows color (decimal): -15436139 or 9795092. OLE color: 9795092.
HSL color Cylindrical-coordinate representation of color #147695: hue angle of 194.42º 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 #147695 is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 118 | 149 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.42 |
| HSL | 194.42º | 0.76% | 0.33% | - |
| HSV(B) | 194.42º | 0.87% | 0.58% | - |
| XYZ | 12.19 | 15.28 | 30.74 | - |
| YUV | 92.23 | 160.03 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 118 | 149 | 0.87 | 0.21 | 0 | 0.42 | 194.42 | 0.76 | 0.33 |
| Hex | 14 | 76 | 95 | 57 | 15 | 0 | 2A | C2 | 4C | 21 |
| Octal | 24 | 166 | 225 | 127 | 25 | 0 | 52 | 302 | 114 | 41 |
| Binary | 10100 | 1110110 | 10010101 | 1010111 | 10101 | 0 | 101010 | 11000010 | 1001100 | 100001 |
Color Harmonies of #147695
Complementary color
Monochromatic Colors of #147695
Black with #147695
Text Example
Text Example
White with #147695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147695; }
p { color: rgb(20,118,149); }
H1.HeaderClassName
{
color: #147695;
}
.AnyTagClassName
{
color: #147695;
}
</style>
background-color css
<style>
a { background-color: #147695; }
a { background-color: rgb(20,118,149); }
div.DivClassName
{
background-color: #147695;
}
.BgClassName
{
background-color: #147695;
}
</style>
border-color css
<style>
span { border-color: #147695; }
span { border-color: rgb(20,118,149); }
td.TdClassName
{
border-color: #147695;
}
.TagClassName
{
border-color: #147695;
}
</style>