Shades of Cerulean #13779D
Tints of Cerulean #13779D
RGB
CMYK
RGB Variations
Color information
#13779D (or 0x13779D) is known color: Cerulean. HEX triplet: 13, 77 and 9D. RGB value is (19,119,157). Sum of RGB (Red+Green+Blue) = 19+119+157=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #13779D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13779D is #EC8862. Grayscale: #5D5D5D. Windows color (decimal): -15501411 or 10319635. OLE color: 10319635.
HSL color Cylindrical-coordinate representation of color #13779D: hue angle of 196.52º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13779D is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 119 | 157 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.38 |
| HSL | 196.52º | 0.78% | 0.35% | - |
| HSV(B) | 196.52º | 0.88% | 0.62% | - |
| XYZ | 12.95 | 15.77 | 34.26 | - |
| YUV | 93.43 | 163.87 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 119 | 157 | 0.88 | 0.24 | 0 | 0.38 | 196.52 | 0.78 | 0.35 |
| Hex | 13 | 77 | 9D | 58 | 18 | 0 | 26 | C5 | 4E | 23 |
| Octal | 23 | 167 | 235 | 130 | 30 | 0 | 46 | 305 | 116 | 43 |
| Binary | 10011 | 1110111 | 10011101 | 1011000 | 11000 | 0 | 100110 | 11000101 | 1001110 | 100011 |
Color Harmonies of #13779D
Complementary color
Monochromatic Colors of #13779D
Black with #13779D
Text Example
Text Example
White with #13779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13779D; }
p { color: rgb(19,119,157); }
H1.HeaderClassName
{
color: #13779D;
}
.AnyTagClassName
{
color: #13779D;
}
</style>
background-color css
<style>
a { background-color: #13779D; }
a { background-color: rgb(19,119,157); }
div.DivClassName
{
background-color: #13779D;
}
.BgClassName
{
background-color: #13779D;
}
</style>
border-color css
<style>
span { border-color: #13779D; }
span { border-color: rgb(19,119,157); }
td.TdClassName
{
border-color: #13779D;
}
.TagClassName
{
border-color: #13779D;
}
</style>