Shades of Cerulean #14749B
Tints of Cerulean #14749B
RGB
CMYK
RGB Variations
Color information
#14749B (or 0x14749B) is known color: Cerulean. HEX triplet: 14, 74 and 9B. RGB value is (20,116,155). Sum of RGB (Red+Green+Blue) = 20+116+155=291 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.87% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #14749B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14749B is #EB8B64. Grayscale: #5B5B5B. Windows color (decimal): -15436645 or 10187796. OLE color: 10187796.
HSL color Cylindrical-coordinate representation of color #14749B: hue angle of 197.33º 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 #14749B is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 116 | 155 | - |
| CMYK | 0.87 | 0.25 | 0 | 0.39 |
| HSL | 197.33º | 0.77% | 0.34% | - |
| HSV(B) | 197.33º | 0.87% | 0.61% | - |
| XYZ | 12.45 | 15.01 | 33.25 | - |
| YUV | 91.74 | 163.7 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 116 | 155 | 0.87 | 0.25 | 0 | 0.39 | 197.33 | 0.77 | 0.34 |
| Hex | 14 | 74 | 9B | 57 | 19 | 0 | 27 | C5 | 4D | 22 |
| Octal | 24 | 164 | 233 | 127 | 31 | 0 | 47 | 305 | 115 | 42 |
| Binary | 10100 | 1110100 | 10011011 | 1010111 | 11001 | 0 | 100111 | 11000101 | 1001101 | 100010 |
Color Harmonies of #14749B
Complementary color
Monochromatic Colors of #14749B
Black with #14749B
Text Example
Text Example
White with #14749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14749B; }
p { color: rgb(20,116,155); }
H1.HeaderClassName
{
color: #14749B;
}
.AnyTagClassName
{
color: #14749B;
}
</style>
background-color css
<style>
a { background-color: #14749B; }
a { background-color: rgb(20,116,155); }
div.DivClassName
{
background-color: #14749B;
}
.BgClassName
{
background-color: #14749B;
}
</style>
border-color css
<style>
span { border-color: #14749B; }
span { border-color: rgb(20,116,155); }
td.TdClassName
{
border-color: #14749B;
}
.TagClassName
{
border-color: #14749B;
}
</style>