Shades of Cerulean #13789C
Tints of Cerulean #13789C
RGB
CMYK
RGB Variations
Color information
#13789C (or 0x13789C) is known color: Cerulean. HEX triplet: 13, 78 and 9C. RGB value is (19,120,156). Sum of RGB (Red+Green+Blue) = 19+120+156=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #13789C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13789C is #EC8763. Grayscale: #5D5D5D. Windows color (decimal): -15501156 or 10254355. OLE color: 10254355.
HSL color Cylindrical-coordinate representation of color #13789C: hue angle of 195.77º 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 #13789C is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 120 | 156 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.39 |
| HSL | 195.77º | 0.78% | 0.34% | - |
| HSV(B) | 195.77º | 0.88% | 0.61% | - |
| XYZ | 12.99 | 15.97 | 33.85 | - |
| YUV | 93.91 | 163.04 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 120 | 156 | 0.88 | 0.23 | 0 | 0.39 | 195.77 | 0.78 | 0.34 |
| Hex | 13 | 78 | 9C | 58 | 17 | 0 | 27 | C4 | 4E | 22 |
| Octal | 23 | 170 | 234 | 130 | 27 | 0 | 47 | 304 | 116 | 42 |
| Binary | 10011 | 1111000 | 10011100 | 1011000 | 10111 | 0 | 100111 | 11000100 | 1001110 | 100010 |
Color Harmonies of #13789C
Complementary color
Monochromatic Colors of #13789C
Black with #13789C
Text Example
Text Example
White with #13789C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13789C; }
p { color: rgb(19,120,156); }
H1.HeaderClassName
{
color: #13789C;
}
.AnyTagClassName
{
color: #13789C;
}
</style>
background-color css
<style>
a { background-color: #13789C; }
a { background-color: rgb(19,120,156); }
div.DivClassName
{
background-color: #13789C;
}
.BgClassName
{
background-color: #13789C;
}
</style>
border-color css
<style>
span { border-color: #13789C; }
span { border-color: rgb(19,120,156); }
td.TdClassName
{
border-color: #13789C;
}
.TagClassName
{
border-color: #13789C;
}
</style>