Shades of Pelorous #1985CB
Tints of Pelorous #1985CB
RGB
CMYK
RGB Variations
Color information
#1985CB (or 0x1985CB) is known color: Pelorous. HEX triplet: 19, 85 and CB. RGB value is (25,133,203). Sum of RGB (Red+Green+Blue) = 25+133+203=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #1985CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1985CB is #E67A34. Grayscale: #6C6C6C. Windows color (decimal): -15104565 or 13337881. OLE color: 13337881.
HSL color Cylindrical-coordinate representation of color #1985CB: hue angle of 203.6º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1985CB is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 133 | 203 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.20 |
| HSL | 203.6º | 0.78% | 0.45% | - |
| HSV(B) | 203.6º | 0.88% | 0.8% | - |
| XYZ | 19.57 | 21.29 | 59.58 | - |
| YUV | 108.69 | 181.22 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 203 | 0.88 | 0.34 | 0 | 0.20 | 203.6 | 0.78 | 0.45 |
| Hex | 19 | 85 | CB | 58 | 22 | 0 | 14 | CC | 4E | 2D |
| Octal | 31 | 205 | 313 | 130 | 42 | 0 | 24 | 314 | 116 | 55 |
| Binary | 11001 | 10000101 | 11001011 | 1011000 | 100010 | 0 | 10100 | 11001100 | 1001110 | 101101 |
Color Harmonies of #1985CB
Complementary color
Monochromatic Colors of #1985CB
Black with #1985CB
Text Example
Text Example
White with #1985CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1985CB; }
p { color: rgb(25,133,203); }
H1.HeaderClassName
{
color: #1985CB;
}
.AnyTagClassName
{
color: #1985CB;
}
</style>
background-color css
<style>
a { background-color: #1985CB; }
a { background-color: rgb(25,133,203); }
div.DivClassName
{
background-color: #1985CB;
}
.BgClassName
{
background-color: #1985CB;
}
</style>
border-color css
<style>
span { border-color: #1985CB; }
span { border-color: rgb(25,133,203); }
td.TdClassName
{
border-color: #1985CB;
}
.TagClassName
{
border-color: #1985CB;
}
</style>