Shades of Pelorous #1A83B0
Tints of Pelorous #1A83B0
RGB
CMYK
RGB Variations
Color information
#1A83B0 (or 0x1A83B0) is known color: Pelorous. HEX triplet: 1A, 83 and B0. RGB value is (26,131,176). Sum of RGB (Red+Green+Blue) = 26+131+176=333 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.81% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 176 (69.14% from 255 or 52.85% from 333); Max value from RGB is 176 - color contains mainly: blue. Hex color #1A83B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A83B0 is #E57C4F. Grayscale: #686868. Windows color (decimal): -15039568 or 11567898. OLE color: 11567898.
HSL color Cylindrical-coordinate representation of color #1A83B0: hue angle of 198º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A83B0 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 131 | 176 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.31 |
| HSL | 198º | 0.74% | 0.4% | - |
| HSV(B) | 198º | 0.85% | 0.69% | - |
| XYZ | 16.38 | 19.59 | 43.99 | - |
| YUV | 104.74 | 168.21 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 131 | 176 | 0.85 | 0.26 | 0 | 0.31 | 198 | 0.74 | 0.4 |
| Hex | 1A | 83 | B0 | 55 | 1A | 0 | 1F | C6 | 4A | 28 |
| Octal | 32 | 203 | 260 | 125 | 32 | 0 | 37 | 306 | 112 | 50 |
| Binary | 11010 | 10000011 | 10110000 | 1010101 | 11010 | 0 | 11111 | 11000110 | 1001010 | 101000 |
Color Harmonies of #1A83B0
Complementary color
Monochromatic Colors of #1A83B0
Black with #1A83B0
Text Example
Text Example
White with #1A83B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A83B0; }
p { color: rgb(26,131,176); }
H1.HeaderClassName
{
color: #1A83B0;
}
.AnyTagClassName
{
color: #1A83B0;
}
</style>
background-color css
<style>
a { background-color: #1A83B0; }
a { background-color: rgb(26,131,176); }
div.DivClassName
{
background-color: #1A83B0;
}
.BgClassName
{
background-color: #1A83B0;
}
</style>
border-color css
<style>
span { border-color: #1A83B0; }
span { border-color: rgb(26,131,176); }
td.TdClassName
{
border-color: #1A83B0;
}
.TagClassName
{
border-color: #1A83B0;
}
</style>