Shades of Cerulean #1372A8
Tints of Cerulean #1372A8
RGB
CMYK
RGB Variations
Color information
#1372A8 (or 0x1372A8) is known color: Cerulean. HEX triplet: 13, 72 and A8. RGB value is (19,114,168). Sum of RGB (Red+Green+Blue) = 19+114+168=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 168 (66.02% from 255 or 55.81% from 301); Max value from RGB is 168 - color contains mainly: blue. Hex color #1372A8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1372A8 is #EC8D57. Grayscale: #5B5B5B. Windows color (decimal): -15502680 or 11039251. OLE color: 11039251.
HSL color Cylindrical-coordinate representation of color #1372A8: hue angle of 201.74º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1372A8 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 114 | 168 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.34 |
| HSL | 201.75º | 0.8% | 0.37% | - |
| HSV(B) | 201.75º | 0.89% | 0.66% | - |
| XYZ | 13.35 | 15 | 39.24 | - |
| YUV | 91.75 | 171.03 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 114 | 168 | 0.89 | 0.32 | 0 | 0.34 | 201.75 | 0.8 | 0.37 |
| Hex | 13 | 72 | A8 | 59 | 20 | 0 | 22 | CA | 50 | 25 |
| Octal | 23 | 162 | 250 | 131 | 40 | 0 | 42 | 312 | 120 | 45 |
| Binary | 10011 | 1110010 | 10101000 | 1011001 | 100000 | 0 | 100010 | 11001010 | 1010000 | 100101 |
Color Harmonies of #1372A8
Complementary color
Monochromatic Colors of #1372A8
Black with #1372A8
Text Example
Text Example
White with #1372A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1372A8; }
p { color: rgb(19,114,168); }
H1.HeaderClassName
{
color: #1372A8;
}
.AnyTagClassName
{
color: #1372A8;
}
</style>
background-color css
<style>
a { background-color: #1372A8; }
a { background-color: rgb(19,114,168); }
div.DivClassName
{
background-color: #1372A8;
}
.BgClassName
{
background-color: #1372A8;
}
</style>
border-color css
<style>
span { border-color: #1372A8; }
span { border-color: rgb(19,114,168); }
td.TdClassName
{
border-color: #1372A8;
}
.TagClassName
{
border-color: #1372A8;
}
</style>