Shades of Pelorous #1A80BD
Tints of Pelorous #1A80BD
RGB
CMYK
RGB Variations
Color information
#1A80BD (or 0x1A80BD) is known color: Pelorous. HEX triplet: 1A, 80 and BD. RGB value is (26,128,189). Sum of RGB (Red+Green+Blue) = 26+128+189=343 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.58% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #1A80BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A80BD is #E57F42. Grayscale: #686868. Windows color (decimal): -15040323 or 12419098. OLE color: 12419098.
HSL color Cylindrical-coordinate representation of color #1A80BD: hue angle of 202.45º degrees, saturation: 0.76, 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 #1A80BD is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 128 | 189 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.26 |
| HSL | 202.45º | 0.76% | 0.42% | - |
| HSV(B) | 202.45º | 0.86% | 0.74% | - |
| XYZ | 17.33 | 19.33 | 50.96 | - |
| YUV | 104.46 | 175.71 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 128 | 189 | 0.86 | 0.32 | 0 | 0.26 | 202.45 | 0.76 | 0.42 |
| Hex | 1A | 80 | BD | 56 | 20 | 0 | 1A | CA | 4C | 2A |
| Octal | 32 | 200 | 275 | 126 | 40 | 0 | 32 | 312 | 114 | 52 |
| Binary | 11010 | 10000000 | 10111101 | 1010110 | 100000 | 0 | 11010 | 11001010 | 1001100 | 101010 |
Color Harmonies of #1A80BD
Complementary color
Monochromatic Colors of #1A80BD
Black with #1A80BD
Text Example
Text Example
White with #1A80BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A80BD; }
p { color: rgb(26,128,189); }
H1.HeaderClassName
{
color: #1A80BD;
}
.AnyTagClassName
{
color: #1A80BD;
}
</style>
background-color css
<style>
a { background-color: #1A80BD; }
a { background-color: rgb(26,128,189); }
div.DivClassName
{
background-color: #1A80BD;
}
.BgClassName
{
background-color: #1A80BD;
}
</style>
border-color css
<style>
span { border-color: #1A80BD; }
span { border-color: rgb(26,128,189); }
td.TdClassName
{
border-color: #1A80BD;
}
.TagClassName
{
border-color: #1A80BD;
}
</style>