Shades of Pelorous #1985CA
Tints of Pelorous #1985CA
RGB
CMYK
RGB Variations
Color information
#1985CA (or 0x1985CA) is known color: Pelorous. HEX triplet: 19, 85 and CA. RGB value is (25,133,202). Sum of RGB (Red+Green+Blue) = 25+133+202=360 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.94% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 202 (79.30% from 255 or 56.11% from 360); Max value from RGB is 202 - color contains mainly: blue. Hex color #1985CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1985CA is #E67A35. Grayscale: #6C6C6C. Windows color (decimal): -15104566 or 13272345. OLE color: 13272345.
HSL color Cylindrical-coordinate representation of color #1985CA: hue angle of 203.39º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1985CA is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 133 | 202 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.21 |
| HSL | 203.39º | 0.78% | 0.45% | - |
| HSV(B) | 203.39º | 0.88% | 0.79% | - |
| XYZ | 19.45 | 21.25 | 58.95 | - |
| YUV | 108.57 | 180.72 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 202 | 0.88 | 0.34 | 0 | 0.21 | 203.39 | 0.78 | 0.45 |
| Hex | 19 | 85 | CA | 58 | 22 | 0 | 15 | CB | 4E | 2D |
| Octal | 31 | 205 | 312 | 130 | 42 | 0 | 25 | 313 | 116 | 55 |
| Binary | 11001 | 10000101 | 11001010 | 1011000 | 100010 | 0 | 10101 | 11001011 | 1001110 | 101101 |
Color Harmonies of #1985CA
Complementary color
Monochromatic Colors of #1985CA
Black with #1985CA
Text Example
Text Example
White with #1985CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1985CA; }
p { color: rgb(25,133,202); }
H1.HeaderClassName
{
color: #1985CA;
}
.AnyTagClassName
{
color: #1985CA;
}
</style>
background-color css
<style>
a { background-color: #1985CA; }
a { background-color: rgb(25,133,202); }
div.DivClassName
{
background-color: #1985CA;
}
.BgClassName
{
background-color: #1985CA;
}
</style>
border-color css
<style>
span { border-color: #1985CA; }
span { border-color: rgb(25,133,202); }
td.TdClassName
{
border-color: #1985CA;
}
.TagClassName
{
border-color: #1985CA;
}
</style>