Shades of Pelorous #1899BC
Tints of Pelorous #1899BC
RGB
CMYK
RGB Variations
Color information
#1899BC (or 0x1899BC) is known color: Pelorous. HEX triplet: 18, 99 and BC. RGB value is (24,153,188). Sum of RGB (Red+Green+Blue) = 24+153+188=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #1899BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1899BC is #E76643. Grayscale: #767676. Windows color (decimal): -15164996 or 12359960. OLE color: 12359960.
HSL color Cylindrical-coordinate representation of color #1899BC: hue angle of 192.8º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1899BC is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 153 | 188 | - |
| CMYK | 0.87 | 0.19 | 0 | 0.26 |
| HSL | 192.8º | 0.77% | 0.42% | - |
| HSV(B) | 192.8º | 0.87% | 0.74% | - |
| XYZ | 20.85 | 26.61 | 51.61 | - |
| YUV | 118.42 | 167.26 | 60.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 153 | 188 | 0.87 | 0.19 | 0 | 0.26 | 192.8 | 0.77 | 0.42 |
| Hex | 18 | 99 | BC | 57 | 13 | 0 | 1A | C1 | 4D | 2A |
| Octal | 30 | 231 | 274 | 127 | 23 | 0 | 32 | 301 | 115 | 52 |
| Binary | 11000 | 10011001 | 10111100 | 1010111 | 10011 | 0 | 11010 | 11000001 | 1001101 | 101010 |
Color Harmonies of #1899BC
Complementary color
Monochromatic Colors of #1899BC
Black with #1899BC
Text Example
Text Example
White with #1899BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1899BC; }
p { color: rgb(24,153,188); }
H1.HeaderClassName
{
color: #1899BC;
}
.AnyTagClassName
{
color: #1899BC;
}
</style>
background-color css
<style>
a { background-color: #1899BC; }
a { background-color: rgb(24,153,188); }
div.DivClassName
{
background-color: #1899BC;
}
.BgClassName
{
background-color: #1899BC;
}
</style>
border-color css
<style>
span { border-color: #1899BC; }
span { border-color: rgb(24,153,188); }
td.TdClassName
{
border-color: #1899BC;
}
.TagClassName
{
border-color: #1899BC;
}
</style>