Shades of Cerulean #147F9F
Tints of Cerulean #147F9F
RGB
CMYK
RGB Variations
Color information
#147F9F (or 0x147F9F) is known color: Cerulean. HEX triplet: 14, 7F and 9F. RGB value is (20,127,159). Sum of RGB (Red+Green+Blue) = 20+127+159=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #147F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147F9F is #EB8060. Grayscale: #626262. Windows color (decimal): -15433825 or 10452756. OLE color: 10452756.
HSL color Cylindrical-coordinate representation of color #147F9F: hue angle of 193.81º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #147F9F is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 127 | 159 | - |
| CMYK | 0.87 | 0.20 | 0 | 0.38 |
| HSL | 193.81º | 0.78% | 0.35% | - |
| HSV(B) | 193.81º | 0.87% | 0.62% | - |
| XYZ | 14.14 | 17.83 | 35.5 | - |
| YUV | 98.66 | 162.05 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 159 | 0.87 | 0.20 | 0 | 0.38 | 193.81 | 0.78 | 0.35 |
| Hex | 14 | 7F | 9F | 57 | 14 | 0 | 26 | C2 | 4E | 23 |
| Octal | 24 | 177 | 237 | 127 | 24 | 0 | 46 | 302 | 116 | 43 |
| Binary | 10100 | 1111111 | 10011111 | 1010111 | 10100 | 0 | 100110 | 11000010 | 1001110 | 100011 |
Color Harmonies of #147F9F
Complementary color
Monochromatic Colors of #147F9F
Black with #147F9F
Text Example
Text Example
White with #147F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147F9F; }
p { color: rgb(20,127,159); }
H1.HeaderClassName
{
color: #147F9F;
}
.AnyTagClassName
{
color: #147F9F;
}
</style>
background-color css
<style>
a { background-color: #147F9F; }
a { background-color: rgb(20,127,159); }
div.DivClassName
{
background-color: #147F9F;
}
.BgClassName
{
background-color: #147F9F;
}
</style>
border-color css
<style>
span { border-color: #147F9F; }
span { border-color: rgb(20,127,159); }
td.TdClassName
{
border-color: #147F9F;
}
.TagClassName
{
border-color: #147F9F;
}
</style>