Shades of Pelorous #1B83BC
Tints of Pelorous #1B83BC
RGB
CMYK
RGB Variations
Color information
#1B83BC (or 0x1B83BC) is known color: Pelorous. HEX triplet: 1B, 83 and BC. RGB value is (27,131,188). Sum of RGB (Red+Green+Blue) = 27+131+188=346 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.80% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #1B83BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B83BC is #E47C43. Grayscale: #6A6A6A. Windows color (decimal): -14974020 or 12354331. OLE color: 12354331.
HSL color Cylindrical-coordinate representation of color #1B83BC: hue angle of 201.24º 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 #1B83BC is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 131 | 188 | - |
| CMYK | 0.86 | 0.30 | 0 | 0.26 |
| HSL | 201.24º | 0.75% | 0.42% | - |
| HSV(B) | 201.24º | 0.86% | 0.74% | - |
| XYZ | 17.65 | 20.1 | 50.53 | - |
| YUV | 106.4 | 174.04 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 131 | 188 | 0.86 | 0.30 | 0 | 0.26 | 201.24 | 0.75 | 0.42 |
| Hex | 1B | 83 | BC | 56 | 1E | 0 | 1A | C9 | 4B | 2A |
| Octal | 33 | 203 | 274 | 126 | 36 | 0 | 32 | 311 | 113 | 52 |
| Binary | 11011 | 10000011 | 10111100 | 1010110 | 11110 | 0 | 11010 | 11001001 | 1001011 | 101010 |
Color Harmonies of #1B83BC
Complementary color
Monochromatic Colors of #1B83BC
Black with #1B83BC
Text Example
Text Example
White with #1B83BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B83BC; }
p { color: rgb(27,131,188); }
H1.HeaderClassName
{
color: #1B83BC;
}
.AnyTagClassName
{
color: #1B83BC;
}
</style>
background-color css
<style>
a { background-color: #1B83BC; }
a { background-color: rgb(27,131,188); }
div.DivClassName
{
background-color: #1B83BC;
}
.BgClassName
{
background-color: #1B83BC;
}
</style>
border-color css
<style>
span { border-color: #1B83BC; }
span { border-color: rgb(27,131,188); }
td.TdClassName
{
border-color: #1B83BC;
}
.TagClassName
{
border-color: #1B83BC;
}
</style>