Shades of Cerulean #1874AD
Tints of Cerulean #1874AD
RGB
CMYK
RGB Variations
Color information
#1874AD (or 0x1874AD) is known color: Cerulean. HEX triplet: 18, 74 and AD. RGB value is (24,116,173). Sum of RGB (Red+Green+Blue) = 24+116+173=313 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.67% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #1874AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1874AD is #E78B52. Grayscale: #5E5E5E. Windows color (decimal): -15174483 or 11367448. OLE color: 11367448.
HSL color Cylindrical-coordinate representation of color #1874AD: hue angle of 202.95º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1874AD is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 116 | 173 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.32 |
| HSL | 202.95º | 0.76% | 0.39% | - |
| HSV(B) | 202.95º | 0.86% | 0.68% | - |
| XYZ | 14.16 | 15.7 | 41.82 | - |
| YUV | 94.99 | 172.02 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 173 | 0.86 | 0.33 | 0 | 0.32 | 202.95 | 0.76 | 0.39 |
| Hex | 18 | 74 | AD | 56 | 21 | 0 | 20 | CB | 4C | 27 |
| Octal | 30 | 164 | 255 | 126 | 41 | 0 | 40 | 313 | 114 | 47 |
| Binary | 11000 | 1110100 | 10101101 | 1010110 | 100001 | 0 | 100000 | 11001011 | 1001100 | 100111 |
Color Harmonies of #1874AD
Complementary color
Monochromatic Colors of #1874AD
Black with #1874AD
Text Example
Text Example
White with #1874AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1874AD; }
p { color: rgb(24,116,173); }
H1.HeaderClassName
{
color: #1874AD;
}
.AnyTagClassName
{
color: #1874AD;
}
</style>
background-color css
<style>
a { background-color: #1874AD; }
a { background-color: rgb(24,116,173); }
div.DivClassName
{
background-color: #1874AD;
}
.BgClassName
{
background-color: #1874AD;
}
</style>
border-color css
<style>
span { border-color: #1874AD; }
span { border-color: rgb(24,116,173); }
td.TdClassName
{
border-color: #1874AD;
}
.TagClassName
{
border-color: #1874AD;
}
</style>