Shades of Pelorous #1A85B8
Tints of Pelorous #1A85B8
RGB
CMYK
RGB Variations
Color information
#1A85B8 (or 0x1A85B8) is known color: Pelorous. HEX triplet: 1A, 85 and B8. RGB value is (26,133,184). Sum of RGB (Red+Green+Blue) = 26+133+184=343 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.58% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 184 (72.27% from 255 or 53.64% from 343); Max value from RGB is 184 - color contains mainly: blue. Hex color #1A85B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A85B8 is #E57A47. Grayscale: #6A6A6A. Windows color (decimal): -15039048 or 12092698. OLE color: 12092698.
HSL color Cylindrical-coordinate representation of color #1A85B8: hue angle of 199.37º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A85B8 is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 26 | 133 | 184 | - |
| CMYK | 0.86 | 0.28 | 0 | 0.28 |
| HSL | 199.37º | 0.75% | 0.41% | - |
| HSV(B) | 199.37º | 0.86% | 0.72% | - |
| XYZ | 17.47 | 20.46 | 48.38 | - |
| YUV | 106.82 | 171.55 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 133 | 184 | 0.86 | 0.28 | 0 | 0.28 | 199.37 | 0.75 | 0.41 |
| Hex | 1A | 85 | B8 | 56 | 1C | 0 | 1C | C7 | 4B | 29 |
| Octal | 32 | 205 | 270 | 126 | 34 | 0 | 34 | 307 | 113 | 51 |
| Binary | 11010 | 10000101 | 10111000 | 1010110 | 11100 | 0 | 11100 | 11000111 | 1001011 | 101001 |
Color Harmonies of #1A85B8
Complementary color
Monochromatic Colors of #1A85B8
Black with #1A85B8
Text Example
Text Example
White with #1A85B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A85B8; }
p { color: rgb(26,133,184); }
H1.HeaderClassName
{
color: #1A85B8;
}
.AnyTagClassName
{
color: #1A85B8;
}
</style>
background-color css
<style>
a { background-color: #1A85B8; }
a { background-color: rgb(26,133,184); }
div.DivClassName
{
background-color: #1A85B8;
}
.BgClassName
{
background-color: #1A85B8;
}
</style>
border-color css
<style>
span { border-color: #1A85B8; }
span { border-color: rgb(26,133,184); }
td.TdClassName
{
border-color: #1A85B8;
}
.TagClassName
{
border-color: #1A85B8;
}
</style>