Shades of Cerulean #187FA1
Tints of Cerulean #187FA1
RGB
CMYK
RGB Variations
Color information
#187FA1 (or 0x187FA1) is known color: Cerulean. HEX triplet: 18, 7F and A1. RGB value is (24,127,161). Sum of RGB (Red+Green+Blue) = 24+127+161=312 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.69% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 161 (63.28% from 255 or 51.60% from 312); Max value from RGB is 161 - color contains mainly: blue. Hex color #187FA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187FA1 is #E7805E. Grayscale: #636363. Windows color (decimal): -15171679 or 10583832. OLE color: 10583832.
HSL color Cylindrical-coordinate representation of color #187FA1: hue angle of 194.89º 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 #187FA1 is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 127 | 161 | - |
| CMYK | 0.85 | 0.21 | 0 | 0.37 |
| HSL | 194.89º | 0.74% | 0.36% | - |
| HSV(B) | 194.89º | 0.85% | 0.63% | - |
| XYZ | 14.4 | 17.95 | 36.42 | - |
| YUV | 100.08 | 162.38 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 127 | 161 | 0.85 | 0.21 | 0 | 0.37 | 194.89 | 0.74 | 0.36 |
| Hex | 18 | 7F | A1 | 55 | 15 | 0 | 25 | C3 | 4A | 24 |
| Octal | 30 | 177 | 241 | 125 | 25 | 0 | 45 | 303 | 112 | 44 |
| Binary | 11000 | 1111111 | 10100001 | 1010101 | 10101 | 0 | 100101 | 11000011 | 1001010 | 100100 |
Color Harmonies of #187FA1
Complementary color
Monochromatic Colors of #187FA1
Black with #187FA1
Text Example
Text Example
White with #187FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187FA1; }
p { color: rgb(24,127,161); }
H1.HeaderClassName
{
color: #187FA1;
}
.AnyTagClassName
{
color: #187FA1;
}
</style>
background-color css
<style>
a { background-color: #187FA1; }
a { background-color: rgb(24,127,161); }
div.DivClassName
{
background-color: #187FA1;
}
.BgClassName
{
background-color: #187FA1;
}
</style>
border-color css
<style>
span { border-color: #187FA1; }
span { border-color: rgb(24,127,161); }
td.TdClassName
{
border-color: #187FA1;
}
.TagClassName
{
border-color: #187FA1;
}
</style>