Shades of Cerulean #13779C
Tints of Cerulean #13779C
RGB
CMYK
RGB Variations
Color information
#13779C (or 0x13779C) is known color: Cerulean. HEX triplet: 13, 77 and 9C. RGB value is (19,119,156). Sum of RGB (Red+Green+Blue) = 19+119+156=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 119 (46.88% from 255 or 40.48% 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 #13779C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13779C is #EC8863. Grayscale: #5D5D5D. Windows color (decimal): -15501412 or 10254099. OLE color: 10254099.
HSL color Cylindrical-coordinate representation of color #13779C: hue angle of 196.2º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13779C is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 119 | 156 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.39 |
| HSL | 196.2º | 0.78% | 0.34% | - |
| HSV(B) | 196.2º | 0.88% | 0.61% | - |
| XYZ | 12.87 | 15.73 | 33.81 | - |
| YUV | 93.32 | 163.37 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 119 | 156 | 0.88 | 0.24 | 0 | 0.39 | 196.2 | 0.78 | 0.34 |
| Hex | 13 | 77 | 9C | 58 | 18 | 0 | 27 | C4 | 4E | 22 |
| Octal | 23 | 167 | 234 | 130 | 30 | 0 | 47 | 304 | 116 | 42 |
| Binary | 10011 | 1110111 | 10011100 | 1011000 | 11000 | 0 | 100111 | 11000100 | 1001110 | 100010 |
Color Harmonies of #13779C
Complementary color
Monochromatic Colors of #13779C
Black with #13779C
Text Example
Text Example
White with #13779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13779C; }
p { color: rgb(19,119,156); }
H1.HeaderClassName
{
color: #13779C;
}
.AnyTagClassName
{
color: #13779C;
}
</style>
background-color css
<style>
a { background-color: #13779C; }
a { background-color: rgb(19,119,156); }
div.DivClassName
{
background-color: #13779C;
}
.BgClassName
{
background-color: #13779C;
}
</style>
border-color css
<style>
span { border-color: #13779C; }
span { border-color: rgb(19,119,156); }
td.TdClassName
{
border-color: #13779C;
}
.TagClassName
{
border-color: #13779C;
}
</style>