Shades of Cerulean #1874A2
Tints of Cerulean #1874A2
RGB
CMYK
RGB Variations
Color information
#1874A2 (or 0x1874A2) is known color: Cerulean. HEX triplet: 18, 74 and A2. RGB value is (24,116,162). Sum of RGB (Red+Green+Blue) = 24+116+162=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 162 (63.67% from 255 or 53.64% from 302); Max value from RGB is 162 - color contains mainly: blue. Hex color #1874A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1874A2 is #E78B5D. Grayscale: #5D5D5D. Windows color (decimal): -15174494 or 10646552. OLE color: 10646552.
HSL color Cylindrical-coordinate representation of color #1874A2: hue angle of 200º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1874A2 is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 116 | 162 | - |
| CMYK | 0.85 | 0.28 | 0 | 0.36 |
| HSL | 200º | 0.74% | 0.36% | - |
| HSV(B) | 200º | 0.85% | 0.64% | - |
| XYZ | 13.14 | 15.29 | 36.44 | - |
| YUV | 93.74 | 166.52 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 162 | 0.85 | 0.28 | 0 | 0.36 | 200 | 0.74 | 0.36 |
| Hex | 18 | 74 | A2 | 55 | 1C | 0 | 24 | C8 | 4A | 24 |
| Octal | 30 | 164 | 242 | 125 | 34 | 0 | 44 | 310 | 112 | 44 |
| Binary | 11000 | 1110100 | 10100010 | 1010101 | 11100 | 0 | 100100 | 11001000 | 1001010 | 100100 |
Color Harmonies of #1874A2
Complementary color
Monochromatic Colors of #1874A2
Black with #1874A2
Text Example
Text Example
White with #1874A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1874A2; }
p { color: rgb(24,116,162); }
H1.HeaderClassName
{
color: #1874A2;
}
.AnyTagClassName
{
color: #1874A2;
}
</style>
background-color css
<style>
a { background-color: #1874A2; }
a { background-color: rgb(24,116,162); }
div.DivClassName
{
background-color: #1874A2;
}
.BgClassName
{
background-color: #1874A2;
}
</style>
border-color css
<style>
span { border-color: #1874A2; }
span { border-color: rgb(24,116,162); }
td.TdClassName
{
border-color: #1874A2;
}
.TagClassName
{
border-color: #1874A2;
}
</style>