Shades of Cerulean #14769C
Tints of Cerulean #14769C
RGB
CMYK
RGB Variations
Color information
#14769C (or 0x14769C) is known color: Cerulean. HEX triplet: 14, 76 and 9C. RGB value is (20,118,156). Sum of RGB (Red+Green+Blue) = 20+118+156=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #14769C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14769C is #EB8963. Grayscale: #5C5C5C. Windows color (decimal): -15436132 or 10253844. OLE color: 10253844.
HSL color Cylindrical-coordinate representation of color #14769C: hue angle of 196.76º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14769C is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 118 | 156 | - |
| CMYK | 0.87 | 0.24 | 0 | 0.39 |
| HSL | 196.76º | 0.77% | 0.35% | - |
| HSV(B) | 196.76º | 0.87% | 0.61% | - |
| XYZ | 12.77 | 15.51 | 33.77 | - |
| YUV | 93.03 | 163.53 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 118 | 156 | 0.87 | 0.24 | 0 | 0.39 | 196.76 | 0.77 | 0.35 |
| Hex | 14 | 76 | 9C | 57 | 18 | 0 | 27 | C5 | 4D | 23 |
| Octal | 24 | 166 | 234 | 127 | 30 | 0 | 47 | 305 | 115 | 43 |
| Binary | 10100 | 1110110 | 10011100 | 1010111 | 11000 | 0 | 100111 | 11000101 | 1001101 | 100011 |
Color Harmonies of #14769C
Complementary color
Monochromatic Colors of #14769C
Black with #14769C
Text Example
Text Example
White with #14769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14769C; }
p { color: rgb(20,118,156); }
H1.HeaderClassName
{
color: #14769C;
}
.AnyTagClassName
{
color: #14769C;
}
</style>
background-color css
<style>
a { background-color: #14769C; }
a { background-color: rgb(20,118,156); }
div.DivClassName
{
background-color: #14769C;
}
.BgClassName
{
background-color: #14769C;
}
</style>
border-color css
<style>
span { border-color: #14769C; }
span { border-color: rgb(20,118,156); }
td.TdClassName
{
border-color: #14769C;
}
.TagClassName
{
border-color: #14769C;
}
</style>