Shades of Cerulean #1874AB
Tints of Cerulean #1874AB
RGB
CMYK
RGB Variations
Color information
#1874AB (or 0x1874AB) is known color: Cerulean. HEX triplet: 18, 74 and AB. RGB value is (24,116,171). Sum of RGB (Red+Green+Blue) = 24+116+171=311 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.72% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #1874AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1874AB is #E78B54. Grayscale: #5E5E5E. Windows color (decimal): -15174485 or 11236376. OLE color: 11236376.
HSL color Cylindrical-coordinate representation of color #1874AB: hue angle of 202.45º degrees, saturation: 0.75, 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 #1874AB is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 116 | 171 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.33 |
| HSL | 202.45º | 0.75% | 0.38% | - |
| HSV(B) | 202.45º | 0.86% | 0.67% | - |
| XYZ | 13.97 | 15.63 | 40.81 | - |
| YUV | 94.76 | 171.02 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 171 | 0.86 | 0.32 | 0 | 0.33 | 202.45 | 0.75 | 0.38 |
| Hex | 18 | 74 | AB | 56 | 20 | 0 | 21 | CA | 4B | 26 |
| Octal | 30 | 164 | 253 | 126 | 40 | 0 | 41 | 312 | 113 | 46 |
| Binary | 11000 | 1110100 | 10101011 | 1010110 | 100000 | 0 | 100001 | 11001010 | 1001011 | 100110 |
Color Harmonies of #1874AB
Complementary color
Monochromatic Colors of #1874AB
Black with #1874AB
Text Example
Text Example
White with #1874AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1874AB; }
p { color: rgb(24,116,171); }
H1.HeaderClassName
{
color: #1874AB;
}
.AnyTagClassName
{
color: #1874AB;
}
</style>
background-color css
<style>
a { background-color: #1874AB; }
a { background-color: rgb(24,116,171); }
div.DivClassName
{
background-color: #1874AB;
}
.BgClassName
{
background-color: #1874AB;
}
</style>
border-color css
<style>
span { border-color: #1874AB; }
span { border-color: rgb(24,116,171); }
td.TdClassName
{
border-color: #1874AB;
}
.TagClassName
{
border-color: #1874AB;
}
</style>