Shades of Cerulean #1874AC
Tints of Cerulean #1874AC
RGB
CMYK
RGB Variations
Color information
#1874AC (or 0x1874AC) is known color: Cerulean. HEX triplet: 18, 74 and AC. RGB value is (24,116,172). Sum of RGB (Red+Green+Blue) = 24+116+172=312 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.69% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #1874AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1874AC is #E78B53. Grayscale: #5E5E5E. Windows color (decimal): -15174484 or 11301912. OLE color: 11301912.
HSL color Cylindrical-coordinate representation of color #1874AC: hue angle of 202.7º 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 #1874AC is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 116 | 172 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.33 |
| HSL | 202.7º | 0.76% | 0.38% | - |
| HSV(B) | 202.7º | 0.86% | 0.67% | - |
| XYZ | 14.07 | 15.66 | 41.31 | - |
| YUV | 94.88 | 171.52 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 172 | 0.86 | 0.33 | 0 | 0.33 | 202.7 | 0.76 | 0.38 |
| Hex | 18 | 74 | AC | 56 | 21 | 0 | 21 | CB | 4C | 26 |
| Octal | 30 | 164 | 254 | 126 | 41 | 0 | 41 | 313 | 114 | 46 |
| Binary | 11000 | 1110100 | 10101100 | 1010110 | 100001 | 0 | 100001 | 11001011 | 1001100 | 100110 |
Color Harmonies of #1874AC
Complementary color
Monochromatic Colors of #1874AC
Black with #1874AC
Text Example
Text Example
White with #1874AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1874AC; }
p { color: rgb(24,116,172); }
H1.HeaderClassName
{
color: #1874AC;
}
.AnyTagClassName
{
color: #1874AC;
}
</style>
background-color css
<style>
a { background-color: #1874AC; }
a { background-color: rgb(24,116,172); }
div.DivClassName
{
background-color: #1874AC;
}
.BgClassName
{
background-color: #1874AC;
}
</style>
border-color css
<style>
span { border-color: #1874AC; }
span { border-color: rgb(24,116,172); }
td.TdClassName
{
border-color: #1874AC;
}
.TagClassName
{
border-color: #1874AC;
}
</style>