Shades of Cerulean #1876A0
Tints of Cerulean #1876A0
RGB
CMYK
RGB Variations
Color information
#1876A0 (or 0x1876A0) is known color: Cerulean. HEX triplet: 18, 76 and A0. RGB value is (24,118,160). Sum of RGB (Red+Green+Blue) = 24+118+160=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 160 (62.89% from 255 or 52.98% from 302); Max value from RGB is 160 - color contains mainly: blue. Hex color #1876A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1876A0 is #E7895F. Grayscale: #5E5E5E. Windows color (decimal): -15173984 or 10515992. OLE color: 10515992.
HSL color Cylindrical-coordinate representation of color #1876A0: hue angle of 198.53º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1876A0 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 118 | 160 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.37 |
| HSL | 198.53º | 0.74% | 0.36% | - |
| HSV(B) | 198.53º | 0.85% | 0.63% | - |
| XYZ | 13.2 | 15.69 | 35.59 | - |
| YUV | 94.68 | 164.86 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 118 | 160 | 0.85 | 0.26 | 0 | 0.37 | 198.53 | 0.74 | 0.36 |
| Hex | 18 | 76 | A0 | 55 | 1A | 0 | 25 | C7 | 4A | 24 |
| Octal | 30 | 166 | 240 | 125 | 32 | 0 | 45 | 307 | 112 | 44 |
| Binary | 11000 | 1110110 | 10100000 | 1010101 | 11010 | 0 | 100101 | 11000111 | 1001010 | 100100 |
Color Harmonies of #1876A0
Complementary color
Monochromatic Colors of #1876A0
Black with #1876A0
Text Example
Text Example
White with #1876A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1876A0; }
p { color: rgb(24,118,160); }
H1.HeaderClassName
{
color: #1876A0;
}
.AnyTagClassName
{
color: #1876A0;
}
</style>
background-color css
<style>
a { background-color: #1876A0; }
a { background-color: rgb(24,118,160); }
div.DivClassName
{
background-color: #1876A0;
}
.BgClassName
{
background-color: #1876A0;
}
</style>
border-color css
<style>
span { border-color: #1876A0; }
span { border-color: rgb(24,118,160); }
td.TdClassName
{
border-color: #1876A0;
}
.TagClassName
{
border-color: #1876A0;
}
</style>