Shades of Cerulean #187CB4
Tints of Cerulean #187CB4
RGB
CMYK
RGB Variations
Color information
#187CB4 (or 0x187CB4) is known color: Cerulean. HEX triplet: 18, 7C and B4. RGB value is (24,124,180). Sum of RGB (Red+Green+Blue) = 24+124+180=328 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.32% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 180 (70.70% from 255 or 54.88% from 328); Max value from RGB is 180 - color contains mainly: blue. Hex color #187CB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187CB4 is #E7834B. Grayscale: #646464. Windows color (decimal): -15172428 or 11828248. OLE color: 11828248.
HSL color Cylindrical-coordinate representation of color #187CB4: hue angle of 201.54º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #187CB4 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 124 | 180 | - |
| CMYK | 0.87 | 0.31 | 0 | 0.29 |
| HSL | 201.54º | 0.76% | 0.4% | - |
| HSV(B) | 201.54º | 0.87% | 0.71% | - |
| XYZ | 15.82 | 17.9 | 45.8 | - |
| YUV | 100.48 | 172.87 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 124 | 180 | 0.87 | 0.31 | 0 | 0.29 | 201.54 | 0.76 | 0.4 |
| Hex | 18 | 7C | B4 | 57 | 1F | 0 | 1D | CA | 4C | 28 |
| Octal | 30 | 174 | 264 | 127 | 37 | 0 | 35 | 312 | 114 | 50 |
| Binary | 11000 | 1111100 | 10110100 | 1010111 | 11111 | 0 | 11101 | 11001010 | 1001100 | 101000 |
Color Harmonies of #187CB4
Complementary color
Monochromatic Colors of #187CB4
Black with #187CB4
Text Example
Text Example
White with #187CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187CB4; }
p { color: rgb(24,124,180); }
H1.HeaderClassName
{
color: #187CB4;
}
.AnyTagClassName
{
color: #187CB4;
}
</style>
background-color css
<style>
a { background-color: #187CB4; }
a { background-color: rgb(24,124,180); }
div.DivClassName
{
background-color: #187CB4;
}
.BgClassName
{
background-color: #187CB4;
}
</style>
border-color css
<style>
span { border-color: #187CB4; }
span { border-color: rgb(24,124,180); }
td.TdClassName
{
border-color: #187CB4;
}
.TagClassName
{
border-color: #187CB4;
}
</style>