Shades of Cerulean #1372AD
Tints of Cerulean #1372AD
RGB
CMYK
RGB Variations
Color information
#1372AD (or 0x1372AD) is known color: Cerulean. HEX triplet: 13, 72 and AD. RGB value is (19,114,173). Sum of RGB (Red+Green+Blue) = 19+114+173=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #1372AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1372AD is #EC8D52. Grayscale: #5B5B5B. Windows color (decimal): -15502675 or 11366931. OLE color: 11366931.
HSL color Cylindrical-coordinate representation of color #1372AD: hue angle of 202.99º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1372AD is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 114 | 173 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.32 |
| HSL | 202.99º | 0.8% | 0.38% | - |
| HSV(B) | 202.99º | 0.89% | 0.68% | - |
| XYZ | 13.83 | 15.19 | 41.74 | - |
| YUV | 92.32 | 173.53 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 114 | 173 | 0.89 | 0.34 | 0 | 0.32 | 202.99 | 0.8 | 0.38 |
| Hex | 13 | 72 | AD | 59 | 22 | 0 | 20 | CB | 50 | 26 |
| Octal | 23 | 162 | 255 | 131 | 42 | 0 | 40 | 313 | 120 | 46 |
| Binary | 10011 | 1110010 | 10101101 | 1011001 | 100010 | 0 | 100000 | 11001011 | 1010000 | 100110 |
Color Harmonies of #1372AD
Complementary color
Monochromatic Colors of #1372AD
Black with #1372AD
Text Example
Text Example
White with #1372AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1372AD; }
p { color: rgb(19,114,173); }
H1.HeaderClassName
{
color: #1372AD;
}
.AnyTagClassName
{
color: #1372AD;
}
</style>
background-color css
<style>
a { background-color: #1372AD; }
a { background-color: rgb(19,114,173); }
div.DivClassName
{
background-color: #1372AD;
}
.BgClassName
{
background-color: #1372AD;
}
</style>
border-color css
<style>
span { border-color: #1372AD; }
span { border-color: rgb(19,114,173); }
td.TdClassName
{
border-color: #1372AD;
}
.TagClassName
{
border-color: #1372AD;
}
</style>