Shades of Cerulean #187DA0
Tints of Cerulean #187DA0
RGB
CMYK
RGB Variations
Color information
#187DA0 (or 0x187DA0) is known color: Cerulean. HEX triplet: 18, 7D and A0. RGB value is (24,125,160). Sum of RGB (Red+Green+Blue) = 24+125+160=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 160 (62.89% from 255 or 51.78% from 309); Max value from RGB is 160 - color contains mainly: blue. Hex color #187DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187DA0 is #E7825F. Grayscale: #626262. Windows color (decimal): -15172192 or 10517784. OLE color: 10517784.
HSL color Cylindrical-coordinate representation of color #187DA0: hue angle of 195.44º 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 #187DA0 is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 125 | 160 | - |
| CMYK | 0.85 | 0.22 | 0 | 0.37 |
| HSL | 195.44º | 0.74% | 0.36% | - |
| HSV(B) | 195.44º | 0.85% | 0.63% | - |
| XYZ | 14.06 | 17.4 | 35.88 | - |
| YUV | 98.79 | 162.54 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 125 | 160 | 0.85 | 0.22 | 0 | 0.37 | 195.44 | 0.74 | 0.36 |
| Hex | 18 | 7D | A0 | 55 | 16 | 0 | 25 | C3 | 4A | 24 |
| Octal | 30 | 175 | 240 | 125 | 26 | 0 | 45 | 303 | 112 | 44 |
| Binary | 11000 | 1111101 | 10100000 | 1010101 | 10110 | 0 | 100101 | 11000011 | 1001010 | 100100 |
Color Harmonies of #187DA0
Complementary color
Monochromatic Colors of #187DA0
Black with #187DA0
Text Example
Text Example
White with #187DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187DA0; }
p { color: rgb(24,125,160); }
H1.HeaderClassName
{
color: #187DA0;
}
.AnyTagClassName
{
color: #187DA0;
}
</style>
background-color css
<style>
a { background-color: #187DA0; }
a { background-color: rgb(24,125,160); }
div.DivClassName
{
background-color: #187DA0;
}
.BgClassName
{
background-color: #187DA0;
}
</style>
border-color css
<style>
span { border-color: #187DA0; }
span { border-color: rgb(24,125,160); }
td.TdClassName
{
border-color: #187DA0;
}
.TagClassName
{
border-color: #187DA0;
}
</style>