Shades of Cerulean #1874A0
Tints of Cerulean #1874A0
RGB
CMYK
RGB Variations
Color information
#1874A0 (or 0x1874A0) is known color: Cerulean. HEX triplet: 18, 74 and A0. RGB value is (24,116,160). Sum of RGB (Red+Green+Blue) = 24+116+160=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 160 (62.89% from 255 or 53.33% from 300); Max value from RGB is 160 - color contains mainly: blue. Hex color #1874A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1874A0 is #E78B5F. Grayscale: #5D5D5D. Windows color (decimal): -15174496 or 10515480. OLE color: 10515480.
HSL color Cylindrical-coordinate representation of color #1874A0: hue angle of 199.41º 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 #1874A0 is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 116 | 160 | - |
| CMYK | 0.85 | 0.28 | 0 | 0.37 |
| HSL | 199.41º | 0.74% | 0.36% | - |
| HSV(B) | 199.41º | 0.85% | 0.63% | - |
| XYZ | 12.97 | 15.22 | 35.51 | - |
| YUV | 93.51 | 165.52 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 160 | 0.85 | 0.28 | 0 | 0.37 | 199.41 | 0.74 | 0.36 |
| Hex | 18 | 74 | A0 | 55 | 1C | 0 | 25 | C7 | 4A | 24 |
| Octal | 30 | 164 | 240 | 125 | 34 | 0 | 45 | 307 | 112 | 44 |
| Binary | 11000 | 1110100 | 10100000 | 1010101 | 11100 | 0 | 100101 | 11000111 | 1001010 | 100100 |
Color Harmonies of #1874A0
Complementary color
Monochromatic Colors of #1874A0
Black with #1874A0
Text Example
Text Example
White with #1874A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1874A0; }
p { color: rgb(24,116,160); }
H1.HeaderClassName
{
color: #1874A0;
}
.AnyTagClassName
{
color: #1874A0;
}
</style>
background-color css
<style>
a { background-color: #1874A0; }
a { background-color: rgb(24,116,160); }
div.DivClassName
{
background-color: #1874A0;
}
.BgClassName
{
background-color: #1874A0;
}
</style>
border-color css
<style>
span { border-color: #1874A0; }
span { border-color: rgb(24,116,160); }
td.TdClassName
{
border-color: #1874A0;
}
.TagClassName
{
border-color: #1874A0;
}
</style>