Shades of Cerulean #187DBA
Tints of Cerulean #187DBA
RGB
CMYK
RGB Variations
Color information
#187DBA (or 0x187DBA) is known color: Cerulean. HEX triplet: 18, 7D and BA. RGB value is (24,125,186). Sum of RGB (Red+Green+Blue) = 24+125+186=335 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.16% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #187DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187DBA is #E78245. Grayscale: #656565. Windows color (decimal): -15172166 or 12221720. OLE color: 12221720.
HSL color Cylindrical-coordinate representation of color #187DBA: hue angle of 202.59º 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 #187DBA is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 125 | 186 | - |
| CMYK | 0.87 | 0.33 | 0 | 0.27 |
| HSL | 202.59º | 0.77% | 0.41% | - |
| HSV(B) | 202.59º | 0.87% | 0.73% | - |
| XYZ | 16.57 | 18.41 | 49.13 | - |
| YUV | 101.76 | 175.54 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 125 | 186 | 0.87 | 0.33 | 0 | 0.27 | 202.59 | 0.77 | 0.41 |
| Hex | 18 | 7D | BA | 57 | 21 | 0 | 1B | CB | 4D | 29 |
| Octal | 30 | 175 | 272 | 127 | 41 | 0 | 33 | 313 | 115 | 51 |
| Binary | 11000 | 1111101 | 10111010 | 1010111 | 100001 | 0 | 11011 | 11001011 | 1001101 | 101001 |
Color Harmonies of #187DBA
Complementary color
Monochromatic Colors of #187DBA
Black with #187DBA
Text Example
Text Example
White with #187DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187DBA; }
p { color: rgb(24,125,186); }
H1.HeaderClassName
{
color: #187DBA;
}
.AnyTagClassName
{
color: #187DBA;
}
</style>
background-color css
<style>
a { background-color: #187DBA; }
a { background-color: rgb(24,125,186); }
div.DivClassName
{
background-color: #187DBA;
}
.BgClassName
{
background-color: #187DBA;
}
</style>
border-color css
<style>
span { border-color: #187DBA; }
span { border-color: rgb(24,125,186); }
td.TdClassName
{
border-color: #187DBA;
}
.TagClassName
{
border-color: #187DBA;
}
</style>