Shades of Pelorous #1B95B2
Tints of Pelorous #1B95B2
RGB
CMYK
RGB Variations
Color information
#1B95B2 (or 0x1B95B2) is known color: Pelorous. HEX triplet: 1B, 95 and B2. RGB value is (27,149,178). Sum of RGB (Red+Green+Blue) = 27+149+178=354 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.63% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 178 (69.92% from 255 or 50.28% from 354); Max value from RGB is 178 - color contains mainly: blue. Hex color #1B95B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B95B2 is #E46A4D. Grayscale: #737373. Windows color (decimal): -14969422 or 11703579. OLE color: 11703579.
HSL color Cylindrical-coordinate representation of color #1B95B2: hue angle of 191.52º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B95B2 is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 27 | 149 | 178 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.30 |
| HSL | 191.52º | 0.74% | 0.4% | - |
| HSV(B) | 191.52º | 0.85% | 0.7% | - |
| XYZ | 19.24 | 24.94 | 45.92 | - |
| YUV | 115.83 | 163.08 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 149 | 178 | 0.85 | 0.16 | 0 | 0.30 | 191.52 | 0.74 | 0.4 |
| Hex | 1B | 95 | B2 | 55 | 10 | 0 | 1E | C0 | 4A | 28 |
| Octal | 33 | 225 | 262 | 125 | 20 | 0 | 36 | 300 | 112 | 50 |
| Binary | 11011 | 10010101 | 10110010 | 1010101 | 10000 | 0 | 11110 | 11000000 | 1001010 | 101000 |
Color Harmonies of #1B95B2
Complementary color
Monochromatic Colors of #1B95B2
Black with #1B95B2
Text Example
Text Example
White with #1B95B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B95B2; }
p { color: rgb(27,149,178); }
H1.HeaderClassName
{
color: #1B95B2;
}
.AnyTagClassName
{
color: #1B95B2;
}
</style>
background-color css
<style>
a { background-color: #1B95B2; }
a { background-color: rgb(27,149,178); }
div.DivClassName
{
background-color: #1B95B2;
}
.BgClassName
{
background-color: #1B95B2;
}
</style>
border-color css
<style>
span { border-color: #1B95B2; }
span { border-color: rgb(27,149,178); }
td.TdClassName
{
border-color: #1B95B2;
}
.TagClassName
{
border-color: #1B95B2;
}
</style>