Shades of Pelorous #1895BB
Tints of Pelorous #1895BB
RGB
CMYK
RGB Variations
Color information
#1895BB (or 0x1895BB) is known color: Pelorous. HEX triplet: 18, 95 and BB. RGB value is (24,149,187). Sum of RGB (Red+Green+Blue) = 24+149+187=360 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.67% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #1895BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1895BB is #E76A44. Grayscale: #737373. Windows color (decimal): -15166021 or 12293400. OLE color: 12293400.
HSL color Cylindrical-coordinate representation of color #1895BB: hue angle of 193.99º 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 #1895BB is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 149 | 187 | - |
| CMYK | 0.87 | 0.20 | 0 | 0.27 |
| HSL | 193.99º | 0.77% | 0.41% | - |
| HSV(B) | 193.99º | 0.87% | 0.73% | - |
| XYZ | 20.09 | 25.28 | 50.83 | - |
| YUV | 115.96 | 168.09 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 149 | 187 | 0.87 | 0.20 | 0 | 0.27 | 193.99 | 0.77 | 0.41 |
| Hex | 18 | 95 | BB | 57 | 14 | 0 | 1B | C2 | 4D | 29 |
| Octal | 30 | 225 | 273 | 127 | 24 | 0 | 33 | 302 | 115 | 51 |
| Binary | 11000 | 10010101 | 10111011 | 1010111 | 10100 | 0 | 11011 | 11000010 | 1001101 | 101001 |
Color Harmonies of #1895BB
Complementary color
Monochromatic Colors of #1895BB
Black with #1895BB
Text Example
Text Example
White with #1895BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1895BB; }
p { color: rgb(24,149,187); }
H1.HeaderClassName
{
color: #1895BB;
}
.AnyTagClassName
{
color: #1895BB;
}
</style>
background-color css
<style>
a { background-color: #1895BB; }
a { background-color: rgb(24,149,187); }
div.DivClassName
{
background-color: #1895BB;
}
.BgClassName
{
background-color: #1895BB;
}
</style>
border-color css
<style>
span { border-color: #1895BB; }
span { border-color: rgb(24,149,187); }
td.TdClassName
{
border-color: #1895BB;
}
.TagClassName
{
border-color: #1895BB;
}
</style>