Shades of Pelorous #1A81BD
Tints of Pelorous #1A81BD
RGB
CMYK
RGB Variations
Color information
#1A81BD (or 0x1A81BD) is known color: Pelorous. HEX triplet: 1A, 81 and BD. RGB value is (26,129,189). Sum of RGB (Red+Green+Blue) = 26+129+189=344 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.56% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #1A81BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A81BD is #E57E42. Grayscale: #686868. Windows color (decimal): -15040067 or 12419354. OLE color: 12419354.
HSL color Cylindrical-coordinate representation of color #1A81BD: hue angle of 202.09º 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 #1A81BD is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 129 | 189 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.26 |
| HSL | 202.09º | 0.76% | 0.42% | - |
| HSV(B) | 202.09º | 0.86% | 0.74% | - |
| XYZ | 17.46 | 19.59 | 51.01 | - |
| YUV | 105.04 | 175.38 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 129 | 189 | 0.86 | 0.32 | 0 | 0.26 | 202.09 | 0.76 | 0.42 |
| Hex | 1A | 81 | BD | 56 | 20 | 0 | 1A | CA | 4C | 2A |
| Octal | 32 | 201 | 275 | 126 | 40 | 0 | 32 | 312 | 114 | 52 |
| Binary | 11010 | 10000001 | 10111101 | 1010110 | 100000 | 0 | 11010 | 11001010 | 1001100 | 101010 |
Color Harmonies of #1A81BD
Complementary color
Monochromatic Colors of #1A81BD
Black with #1A81BD
Text Example
Text Example
White with #1A81BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A81BD; }
p { color: rgb(26,129,189); }
H1.HeaderClassName
{
color: #1A81BD;
}
.AnyTagClassName
{
color: #1A81BD;
}
</style>
background-color css
<style>
a { background-color: #1A81BD; }
a { background-color: rgb(26,129,189); }
div.DivClassName
{
background-color: #1A81BD;
}
.BgClassName
{
background-color: #1A81BD;
}
</style>
border-color css
<style>
span { border-color: #1A81BD; }
span { border-color: rgb(26,129,189); }
td.TdClassName
{
border-color: #1A81BD;
}
.TagClassName
{
border-color: #1A81BD;
}
</style>