Shades of Cerulean #187FBB
Tints of Cerulean #187FBB
RGB
CMYK
RGB Variations
Color information
#187FBB (or 0x187FBB) is known color: Cerulean. HEX triplet: 18, 7F and BB. RGB value is (24,127,187). Sum of RGB (Red+Green+Blue) = 24+127+187=338 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.10% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #187FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187FBB is #E78044. Grayscale: #666666. Windows color (decimal): -15171653 or 12287768. OLE color: 12287768.
HSL color Cylindrical-coordinate representation of color #187FBB: hue angle of 202.09º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #187FBB is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 127 | 187 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.27 |
| HSL | 202.09º | 0.77% | 0.41% | - |
| HSV(B) | 202.09º | 0.87% | 0.73% | - |
| XYZ | 16.94 | 18.96 | 49.78 | - |
| YUV | 103.04 | 175.38 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 127 | 187 | 0.87 | 0.32 | 0 | 0.27 | 202.09 | 0.77 | 0.41 |
| Hex | 18 | 7F | BB | 57 | 20 | 0 | 1B | CA | 4D | 29 |
| Octal | 30 | 177 | 273 | 127 | 40 | 0 | 33 | 312 | 115 | 51 |
| Binary | 11000 | 1111111 | 10111011 | 1010111 | 100000 | 0 | 11011 | 11001010 | 1001101 | 101001 |
Color Harmonies of #187FBB
Complementary color
Monochromatic Colors of #187FBB
Black with #187FBB
Text Example
Text Example
White with #187FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187FBB; }
p { color: rgb(24,127,187); }
H1.HeaderClassName
{
color: #187FBB;
}
.AnyTagClassName
{
color: #187FBB;
}
</style>
background-color css
<style>
a { background-color: #187FBB; }
a { background-color: rgb(24,127,187); }
div.DivClassName
{
background-color: #187FBB;
}
.BgClassName
{
background-color: #187FBB;
}
</style>
border-color css
<style>
span { border-color: #187FBB; }
span { border-color: rgb(24,127,187); }
td.TdClassName
{
border-color: #187FBB;
}
.TagClassName
{
border-color: #187FBB;
}
</style>