Shades of Pelorous #1890C0
Tints of Pelorous #1890C0
RGB
CMYK
RGB Variations
Color information
#1890C0 (or 0x1890C0) is known color: Pelorous. HEX triplet: 18, 90 and C0. RGB value is (24,144,192). Sum of RGB (Red+Green+Blue) = 24+144+192=360 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.67% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 192 (75.39% from 255 or 53.33% from 360); Max value from RGB is 192 - color contains mainly: blue. Hex color #1890C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1890C0 is #E76F3F. Grayscale: #717171. Windows color (decimal): -15167296 or 12619800. OLE color: 12619800.
HSL color Cylindrical-coordinate representation of color #1890C0: hue angle of 197.14º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1890C0 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 144 | 192 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.25 |
| HSL | 197.14º | 0.78% | 0.42% | - |
| HSV(B) | 197.14º | 0.88% | 0.75% | - |
| XYZ | 19.86 | 23.95 | 53.44 | - |
| YUV | 113.59 | 172.24 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 144 | 192 | 0.88 | 0.25 | 0 | 0.25 | 197.14 | 0.78 | 0.42 |
| Hex | 18 | 90 | C0 | 58 | 19 | 0 | 19 | C5 | 4E | 2A |
| Octal | 30 | 220 | 300 | 130 | 31 | 0 | 31 | 305 | 116 | 52 |
| Binary | 11000 | 10010000 | 11000000 | 1011000 | 11001 | 0 | 11001 | 11000101 | 1001110 | 101010 |
Color Harmonies of #1890C0
Complementary color
Monochromatic Colors of #1890C0
Black with #1890C0
Text Example
Text Example
White with #1890C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1890C0; }
p { color: rgb(24,144,192); }
H1.HeaderClassName
{
color: #1890C0;
}
.AnyTagClassName
{
color: #1890C0;
}
</style>
background-color css
<style>
a { background-color: #1890C0; }
a { background-color: rgb(24,144,192); }
div.DivClassName
{
background-color: #1890C0;
}
.BgClassName
{
background-color: #1890C0;
}
</style>
border-color css
<style>
span { border-color: #1890C0; }
span { border-color: rgb(24,144,192); }
td.TdClassName
{
border-color: #1890C0;
}
.TagClassName
{
border-color: #1890C0;
}
</style>