Shades of Pelorous #1685BD
Tints of Pelorous #1685BD
RGB
CMYK
RGB Variations
Color information
#1685BD (or 0x1685BD) is known color: Pelorous. HEX triplet: 16, 85 and BD. RGB value is (22,133,189). Sum of RGB (Red+Green+Blue) = 22+133+189=344 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.40% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #1685BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1685BD is #E97A42. Grayscale: #696969. Windows color (decimal): -15301187 or 12420374. OLE color: 12420374.
HSL color Cylindrical-coordinate representation of color #1685BD: hue angle of 200.12º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1685BD is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 133 | 189 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.26 |
| HSL | 200.12º | 0.79% | 0.41% | - |
| HSV(B) | 200.12º | 0.88% | 0.74% | - |
| XYZ | 17.9 | 20.62 | 51.18 | - |
| YUV | 106.2 | 174.73 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 189 | 0.88 | 0.30 | 0 | 0.26 | 200.12 | 0.79 | 0.41 |
| Hex | 16 | 85 | BD | 58 | 1E | 0 | 1A | C8 | 4F | 29 |
| Octal | 26 | 205 | 275 | 130 | 36 | 0 | 32 | 310 | 117 | 51 |
| Binary | 10110 | 10000101 | 10111101 | 1011000 | 11110 | 0 | 11010 | 11001000 | 1001111 | 101001 |
Color Harmonies of #1685BD
Complementary color
Monochromatic Colors of #1685BD
Black with #1685BD
Text Example
Text Example
White with #1685BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1685BD; }
p { color: rgb(22,133,189); }
H1.HeaderClassName
{
color: #1685BD;
}
.AnyTagClassName
{
color: #1685BD;
}
</style>
background-color css
<style>
a { background-color: #1685BD; }
a { background-color: rgb(22,133,189); }
div.DivClassName
{
background-color: #1685BD;
}
.BgClassName
{
background-color: #1685BD;
}
</style>
border-color css
<style>
span { border-color: #1685BD; }
span { border-color: rgb(22,133,189); }
td.TdClassName
{
border-color: #1685BD;
}
.TagClassName
{
border-color: #1685BD;
}
</style>