Shades of Pelorous #1A81BC
Tints of Pelorous #1A81BC
RGB
CMYK
RGB Variations
Color information
#1A81BC (or 0x1A81BC) is known color: Pelorous. HEX triplet: 1A, 81 and BC. RGB value is (26,129,188). Sum of RGB (Red+Green+Blue) = 26+129+188=343 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.58% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A81BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A81BC is #E57E43. Grayscale: #686868. Windows color (decimal): -15040068 or 12353818. OLE color: 12353818.
HSL color Cylindrical-coordinate representation of color #1A81BC: hue angle of 201.85º 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 #1A81BC is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 129 | 188 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.26 |
| HSL | 201.85º | 0.76% | 0.42% | - |
| HSV(B) | 201.85º | 0.86% | 0.74% | - |
| XYZ | 17.35 | 19.55 | 50.44 | - |
| YUV | 104.93 | 174.88 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 129 | 188 | 0.86 | 0.31 | 0 | 0.26 | 201.85 | 0.76 | 0.42 |
| Hex | 1A | 81 | BC | 56 | 1F | 0 | 1A | CA | 4C | 2A |
| Octal | 32 | 201 | 274 | 126 | 37 | 0 | 32 | 312 | 114 | 52 |
| Binary | 11010 | 10000001 | 10111100 | 1010110 | 11111 | 0 | 11010 | 11001010 | 1001100 | 101010 |
Color Harmonies of #1A81BC
Complementary color
Monochromatic Colors of #1A81BC
Black with #1A81BC
Text Example
Text Example
White with #1A81BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A81BC; }
p { color: rgb(26,129,188); }
H1.HeaderClassName
{
color: #1A81BC;
}
.AnyTagClassName
{
color: #1A81BC;
}
</style>
background-color css
<style>
a { background-color: #1A81BC; }
a { background-color: rgb(26,129,188); }
div.DivClassName
{
background-color: #1A81BC;
}
.BgClassName
{
background-color: #1A81BC;
}
</style>
border-color css
<style>
span { border-color: #1A81BC; }
span { border-color: rgb(26,129,188); }
td.TdClassName
{
border-color: #1A81BC;
}
.TagClassName
{
border-color: #1A81BC;
}
</style>