Shades of Cerulean #187CA1
Tints of Cerulean #187CA1
RGB
CMYK
RGB Variations
Color information
#187CA1 (or 0x187CA1) is known color: Cerulean. HEX triplet: 18, 7C and A1. RGB value is (24,124,161). Sum of RGB (Red+Green+Blue) = 24+124+161=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 161 (63.28% from 255 or 52.10% from 309); Max value from RGB is 161 - color contains mainly: blue. Hex color #187CA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187CA1 is #E7835E. Grayscale: #626262. Windows color (decimal): -15172447 or 10583064. OLE color: 10583064.
HSL color Cylindrical-coordinate representation of color #187CA1: hue angle of 196.2º 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 #187CA1 is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 124 | 161 | - |
| CMYK | 0.85 | 0.23 | 0 | 0.37 |
| HSL | 196.2º | 0.74% | 0.36% | - |
| HSV(B) | 196.2º | 0.85% | 0.63% | - |
| XYZ | 14.02 | 17.18 | 36.3 | - |
| YUV | 98.32 | 163.37 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 124 | 161 | 0.85 | 0.23 | 0 | 0.37 | 196.2 | 0.74 | 0.36 |
| Hex | 18 | 7C | A1 | 55 | 17 | 0 | 25 | C4 | 4A | 24 |
| Octal | 30 | 174 | 241 | 125 | 27 | 0 | 45 | 304 | 112 | 44 |
| Binary | 11000 | 1111100 | 10100001 | 1010101 | 10111 | 0 | 100101 | 11000100 | 1001010 | 100100 |
Color Harmonies of #187CA1
Complementary color
Monochromatic Colors of #187CA1
Black with #187CA1
Text Example
Text Example
White with #187CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187CA1; }
p { color: rgb(24,124,161); }
H1.HeaderClassName
{
color: #187CA1;
}
.AnyTagClassName
{
color: #187CA1;
}
</style>
background-color css
<style>
a { background-color: #187CA1; }
a { background-color: rgb(24,124,161); }
div.DivClassName
{
background-color: #187CA1;
}
.BgClassName
{
background-color: #187CA1;
}
</style>
border-color css
<style>
span { border-color: #187CA1; }
span { border-color: rgb(24,124,161); }
td.TdClassName
{
border-color: #187CA1;
}
.TagClassName
{
border-color: #187CA1;
}
</style>