Shades of Pelorous #1B85BD
Tints of Pelorous #1B85BD
RGB
CMYK
RGB Variations
Color information
#1B85BD (or 0x1B85BD) is known color: Pelorous. HEX triplet: 1B, 85 and BD. RGB value is (27,133,189). Sum of RGB (Red+Green+Blue) = 27+133+189=349 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.74% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #1B85BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B85BD is #E47A42. Grayscale: #6B6B6B. Windows color (decimal): -14973507 or 12420379. OLE color: 12420379.
HSL color Cylindrical-coordinate representation of color #1B85BD: hue angle of 200.74º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B85BD is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 133 | 189 | - |
| CMYK | 0.86 | 0.30 | 0 | 0.26 |
| HSL | 200.74º | 0.75% | 0.42% | - |
| HSV(B) | 200.74º | 0.86% | 0.74% | - |
| XYZ | 18.02 | 20.68 | 51.19 | - |
| YUV | 107.69 | 173.88 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 133 | 189 | 0.86 | 0.30 | 0 | 0.26 | 200.74 | 0.75 | 0.42 |
| Hex | 1B | 85 | BD | 56 | 1E | 0 | 1A | C9 | 4B | 2A |
| Octal | 33 | 205 | 275 | 126 | 36 | 0 | 32 | 311 | 113 | 52 |
| Binary | 11011 | 10000101 | 10111101 | 1010110 | 11110 | 0 | 11010 | 11001001 | 1001011 | 101010 |
Color Harmonies of #1B85BD
Complementary color
Monochromatic Colors of #1B85BD
Black with #1B85BD
Text Example
Text Example
White with #1B85BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B85BD; }
p { color: rgb(27,133,189); }
H1.HeaderClassName
{
color: #1B85BD;
}
.AnyTagClassName
{
color: #1B85BD;
}
</style>
background-color css
<style>
a { background-color: #1B85BD; }
a { background-color: rgb(27,133,189); }
div.DivClassName
{
background-color: #1B85BD;
}
.BgClassName
{
background-color: #1B85BD;
}
</style>
border-color css
<style>
span { border-color: #1B85BD; }
span { border-color: rgb(27,133,189); }
td.TdClassName
{
border-color: #1B85BD;
}
.TagClassName
{
border-color: #1B85BD;
}
</style>