Shades of Cerulean #1872AC
Tints of Cerulean #1872AC
RGB
CMYK
RGB Variations
Color information
#1872AC (or 0x1872AC) is known color: Cerulean. HEX triplet: 18, 72 and AC. RGB value is (24,114,172). Sum of RGB (Red+Green+Blue) = 24+114+172=310 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.74% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #1872AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1872AC is #E78D53. Grayscale: #5D5D5D. Windows color (decimal): -15174996 or 11301400. OLE color: 11301400.
HSL color Cylindrical-coordinate representation of color #1872AC: hue angle of 203.51º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1872AC is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 114 | 172 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.33 |
| HSL | 203.51º | 0.76% | 0.38% | - |
| HSV(B) | 203.51º | 0.86% | 0.67% | - |
| XYZ | 13.84 | 15.21 | 41.24 | - |
| YUV | 93.7 | 172.18 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 114 | 172 | 0.86 | 0.34 | 0 | 0.33 | 203.51 | 0.76 | 0.38 |
| Hex | 18 | 72 | AC | 56 | 22 | 0 | 21 | CC | 4C | 26 |
| Octal | 30 | 162 | 254 | 126 | 42 | 0 | 41 | 314 | 114 | 46 |
| Binary | 11000 | 1110010 | 10101100 | 1010110 | 100010 | 0 | 100001 | 11001100 | 1001100 | 100110 |
Color Harmonies of #1872AC
Complementary color
Monochromatic Colors of #1872AC
Black with #1872AC
Text Example
Text Example
White with #1872AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1872AC; }
p { color: rgb(24,114,172); }
H1.HeaderClassName
{
color: #1872AC;
}
.AnyTagClassName
{
color: #1872AC;
}
</style>
background-color css
<style>
a { background-color: #1872AC; }
a { background-color: rgb(24,114,172); }
div.DivClassName
{
background-color: #1872AC;
}
.BgClassName
{
background-color: #1872AC;
}
</style>
border-color css
<style>
span { border-color: #1872AC; }
span { border-color: rgb(24,114,172); }
td.TdClassName
{
border-color: #1872AC;
}
.TagClassName
{
border-color: #1872AC;
}
</style>