Shades of Cerulean #13749C
Tints of Cerulean #13749C
RGB
CMYK
RGB Variations
Color information
#13749C (or 0x13749C) is known color: Cerulean. HEX triplet: 13, 74 and 9C. RGB value is (19,116,156). Sum of RGB (Red+Green+Blue) = 19+116+156=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #13749C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13749C is #EC8B63. Grayscale: #5B5B5B. Windows color (decimal): -15502180 or 10253331. OLE color: 10253331.
HSL color Cylindrical-coordinate representation of color #13749C: hue angle of 197.52º 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 #13749C is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 116 | 156 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.39 |
| HSL | 197.52º | 0.78% | 0.34% | - |
| HSV(B) | 197.52º | 0.88% | 0.61% | - |
| XYZ | 12.51 | 15.03 | 33.69 | - |
| YUV | 91.56 | 164.36 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 156 | 0.88 | 0.26 | 0 | 0.39 | 197.52 | 0.78 | 0.34 |
| Hex | 13 | 74 | 9C | 58 | 1A | 0 | 27 | C6 | 4E | 22 |
| Octal | 23 | 164 | 234 | 130 | 32 | 0 | 47 | 306 | 116 | 42 |
| Binary | 10011 | 1110100 | 10011100 | 1011000 | 11010 | 0 | 100111 | 11000110 | 1001110 | 100010 |
Color Harmonies of #13749C
Complementary color
Monochromatic Colors of #13749C
Black with #13749C
Text Example
Text Example
White with #13749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13749C; }
p { color: rgb(19,116,156); }
H1.HeaderClassName
{
color: #13749C;
}
.AnyTagClassName
{
color: #13749C;
}
</style>
background-color css
<style>
a { background-color: #13749C; }
a { background-color: rgb(19,116,156); }
div.DivClassName
{
background-color: #13749C;
}
.BgClassName
{
background-color: #13749C;
}
</style>
border-color css
<style>
span { border-color: #13749C; }
span { border-color: rgb(19,116,156); }
td.TdClassName
{
border-color: #13749C;
}
.TagClassName
{
border-color: #13749C;
}
</style>