Shades of Cerulean #14719B
Tints of Cerulean #14719B
RGB
CMYK
RGB Variations
Color information
#14719B (or 0x14719B) is known color: Cerulean. HEX triplet: 14, 71 and 9B. RGB value is (20,113,155). Sum of RGB (Red+Green+Blue) = 20+113+155=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #14719B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14719B is #EB8E64. Grayscale: #595959. Windows color (decimal): -15437413 or 10187028. OLE color: 10187028.
HSL color Cylindrical-coordinate representation of color #14719B: hue angle of 198.67º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14719B is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 113 | 155 | - |
| CMYK | 0.87 | 0.27 | 0 | 0.39 |
| HSL | 198.67º | 0.77% | 0.34% | - |
| HSV(B) | 198.67º | 0.87% | 0.61% | - |
| XYZ | 12.11 | 14.33 | 33.14 | - |
| YUV | 89.98 | 164.69 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 155 | 0.87 | 0.27 | 0 | 0.39 | 198.67 | 0.77 | 0.34 |
| Hex | 14 | 71 | 9B | 57 | 1B | 0 | 27 | C7 | 4D | 22 |
| Octal | 24 | 161 | 233 | 127 | 33 | 0 | 47 | 307 | 115 | 42 |
| Binary | 10100 | 1110001 | 10011011 | 1010111 | 11011 | 0 | 100111 | 11000111 | 1001101 | 100010 |
Color Harmonies of #14719B
Complementary color
Monochromatic Colors of #14719B
Black with #14719B
Text Example
Text Example
White with #14719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14719B; }
p { color: rgb(20,113,155); }
H1.HeaderClassName
{
color: #14719B;
}
.AnyTagClassName
{
color: #14719B;
}
</style>
background-color css
<style>
a { background-color: #14719B; }
a { background-color: rgb(20,113,155); }
div.DivClassName
{
background-color: #14719B;
}
.BgClassName
{
background-color: #14719B;
}
</style>
border-color css
<style>
span { border-color: #14719B; }
span { border-color: rgb(20,113,155); }
td.TdClassName
{
border-color: #14719B;
}
.TagClassName
{
border-color: #14719B;
}
</style>