Shades of Pelorous #1C83AB
Tints of Pelorous #1C83AB
RGB
CMYK
RGB Variations
Color information
#1C83AB (or 0x1C83AB) is known color: Pelorous. HEX triplet: 1C, 83 and AB. RGB value is (28,131,171). Sum of RGB (Red+Green+Blue) = 28+131+171=330 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.48% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C83AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C83AB is #E37C54. Grayscale: #686868. Windows color (decimal): -14908501 or 11240220. OLE color: 11240220.
HSL color Cylindrical-coordinate representation of color #1C83AB: hue angle of 196.78º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C83AB is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 131 | 171 | - |
| CMYK | 0.84 | 0.23 | 0 | 0.33 |
| HSL | 196.78º | 0.72% | 0.39% | - |
| HSV(B) | 196.78º | 0.84% | 0.67% | - |
| XYZ | 15.95 | 19.42 | 41.44 | - |
| YUV | 104.76 | 165.38 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 131 | 171 | 0.84 | 0.23 | 0 | 0.33 | 196.78 | 0.72 | 0.39 |
| Hex | 1C | 83 | AB | 54 | 17 | 0 | 21 | C5 | 48 | 27 |
| Octal | 34 | 203 | 253 | 124 | 27 | 0 | 41 | 305 | 110 | 47 |
| Binary | 11100 | 10000011 | 10101011 | 1010100 | 10111 | 0 | 100001 | 11000101 | 1001000 | 100111 |
Color Harmonies of #1C83AB
Complementary color
Monochromatic Colors of #1C83AB
Black with #1C83AB
Text Example
Text Example
White with #1C83AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C83AB; }
p { color: rgb(28,131,171); }
H1.HeaderClassName
{
color: #1C83AB;
}
.AnyTagClassName
{
color: #1C83AB;
}
</style>
background-color css
<style>
a { background-color: #1C83AB; }
a { background-color: rgb(28,131,171); }
div.DivClassName
{
background-color: #1C83AB;
}
.BgClassName
{
background-color: #1C83AB;
}
</style>
border-color css
<style>
span { border-color: #1C83AB; }
span { border-color: rgb(28,131,171); }
td.TdClassName
{
border-color: #1C83AB;
}
.TagClassName
{
border-color: #1C83AB;
}
</style>