Shades of Pelorous #1985B1
Tints of Pelorous #1985B1
RGB
CMYK
RGB Variations
Color information
#1985B1 (or 0x1985B1) is known color: Pelorous. HEX triplet: 19, 85 and B1. RGB value is (25,133,177). Sum of RGB (Red+Green+Blue) = 25+133+177=335 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.46% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 177 (69.53% from 255 or 52.84% from 335); Max value from RGB is 177 - color contains mainly: blue. Hex color #1985B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1985B1 is #E67A4E. Grayscale: #696969. Windows color (decimal): -15104591 or 11633945. OLE color: 11633945.
HSL color Cylindrical-coordinate representation of color #1985B1: hue angle of 197.37º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1985B1 is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 133 | 177 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.31 |
| HSL | 197.37º | 0.75% | 0.4% | - |
| HSV(B) | 197.37º | 0.86% | 0.69% | - |
| XYZ | 16.72 | 20.16 | 44.6 | - |
| YUV | 105.72 | 168.22 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 177 | 0.86 | 0.25 | 0 | 0.31 | 197.37 | 0.75 | 0.4 |
| Hex | 19 | 85 | B1 | 56 | 19 | 0 | 1F | C5 | 4B | 28 |
| Octal | 31 | 205 | 261 | 126 | 31 | 0 | 37 | 305 | 113 | 50 |
| Binary | 11001 | 10000101 | 10110001 | 1010110 | 11001 | 0 | 11111 | 11000101 | 1001011 | 101000 |
Color Harmonies of #1985B1
Complementary color
Monochromatic Colors of #1985B1
Black with #1985B1
Text Example
Text Example
White with #1985B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1985B1; }
p { color: rgb(25,133,177); }
H1.HeaderClassName
{
color: #1985B1;
}
.AnyTagClassName
{
color: #1985B1;
}
</style>
background-color css
<style>
a { background-color: #1985B1; }
a { background-color: rgb(25,133,177); }
div.DivClassName
{
background-color: #1985B1;
}
.BgClassName
{
background-color: #1985B1;
}
</style>
border-color css
<style>
span { border-color: #1985B1; }
span { border-color: rgb(25,133,177); }
td.TdClassName
{
border-color: #1985B1;
}
.TagClassName
{
border-color: #1985B1;
}
</style>