Shades of Pelorous #1888BA
Tints of Pelorous #1888BA
RGB
CMYK
RGB Variations
Color information
#1888BA (or 0x1888BA) is known color: Pelorous. HEX triplet: 18, 88 and BA. RGB value is (24,136,186). Sum of RGB (Red+Green+Blue) = 24+136+186=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #1888BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1888BA is #E77745. Grayscale: #6B6B6B. Windows color (decimal): -15169350 or 12224536. OLE color: 12224536.
HSL color Cylindrical-coordinate representation of color #1888BA: hue angle of 198.52º 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 #1888BA is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 136 | 186 | - |
| CMYK | 0.87 | 0.27 | 0 | 0.27 |
| HSL | 198.52º | 0.77% | 0.41% | - |
| HSV(B) | 198.52º | 0.87% | 0.73% | - |
| XYZ | 18.04 | 21.35 | 49.62 | - |
| YUV | 108.21 | 171.89 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 136 | 186 | 0.87 | 0.27 | 0 | 0.27 | 198.52 | 0.77 | 0.41 |
| Hex | 18 | 88 | BA | 57 | 1B | 0 | 1B | C7 | 4D | 29 |
| Octal | 30 | 210 | 272 | 127 | 33 | 0 | 33 | 307 | 115 | 51 |
| Binary | 11000 | 10001000 | 10111010 | 1010111 | 11011 | 0 | 11011 | 11000111 | 1001101 | 101001 |
Color Harmonies of #1888BA
Complementary color
Monochromatic Colors of #1888BA
Black with #1888BA
Text Example
Text Example
White with #1888BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1888BA; }
p { color: rgb(24,136,186); }
H1.HeaderClassName
{
color: #1888BA;
}
.AnyTagClassName
{
color: #1888BA;
}
</style>
background-color css
<style>
a { background-color: #1888BA; }
a { background-color: rgb(24,136,186); }
div.DivClassName
{
background-color: #1888BA;
}
.BgClassName
{
background-color: #1888BA;
}
</style>
border-color css
<style>
span { border-color: #1888BA; }
span { border-color: rgb(24,136,186); }
td.TdClassName
{
border-color: #1888BA;
}
.TagClassName
{
border-color: #1888BA;
}
</style>