Shades of Cerulean #147595
Tints of Cerulean #147595
RGB
CMYK
RGB Variations
Color information
#147595 (or 0x147595) is known color: Cerulean. HEX triplet: 14, 75 and 95. RGB value is (20,117,149). Sum of RGB (Red+Green+Blue) = 20+117+149=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #147595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147595 is #EB8A6A. Grayscale: #5B5B5B. Windows color (decimal): -15436395 or 9794836. OLE color: 9794836.
HSL color Cylindrical-coordinate representation of color #147595: hue angle of 194.88º 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 #147595 is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 117 | 149 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.42 |
| HSL | 194.88º | 0.76% | 0.33% | - |
| HSV(B) | 194.88º | 0.87% | 0.58% | - |
| XYZ | 12.07 | 15.04 | 30.7 | - |
| YUV | 91.65 | 160.36 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 117 | 149 | 0.87 | 0.21 | 0 | 0.42 | 194.88 | 0.76 | 0.33 |
| Hex | 14 | 75 | 95 | 57 | 15 | 0 | 2A | C3 | 4C | 21 |
| Octal | 24 | 165 | 225 | 127 | 25 | 0 | 52 | 303 | 114 | 41 |
| Binary | 10100 | 1110101 | 10010101 | 1010111 | 10101 | 0 | 101010 | 11000011 | 1001100 | 100001 |
Color Harmonies of #147595
Complementary color
Monochromatic Colors of #147595
Black with #147595
Text Example
Text Example
White with #147595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147595; }
p { color: rgb(20,117,149); }
H1.HeaderClassName
{
color: #147595;
}
.AnyTagClassName
{
color: #147595;
}
</style>
background-color css
<style>
a { background-color: #147595; }
a { background-color: rgb(20,117,149); }
div.DivClassName
{
background-color: #147595;
}
.BgClassName
{
background-color: #147595;
}
</style>
border-color css
<style>
span { border-color: #147595; }
span { border-color: rgb(20,117,149); }
td.TdClassName
{
border-color: #147595;
}
.TagClassName
{
border-color: #147595;
}
</style>