Shades of Pelorous #1A85BE
Tints of Pelorous #1A85BE
RGB
CMYK
RGB Variations
Color information
#1A85BE (or 0x1A85BE) is known color: Pelorous. HEX triplet: 1A, 85 and BE. RGB value is (26,133,190). Sum of RGB (Red+Green+Blue) = 26+133+190=349 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.45% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A85BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A85BE is #E57A41. Grayscale: #6B6B6B. Windows color (decimal): -15039042 or 12485914. OLE color: 12485914.
HSL color Cylindrical-coordinate representation of color #1A85BE: hue angle of 200.85º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A85BE is Cyan = 0.86, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 133 | 190 | - |
| CMYK | 0.86 | 0.3 | 0 | 0.25 |
| HSL | 200.85º | 0.76% | 0.42% | - |
| HSV(B) | 200.85º | 0.86% | 0.75% | - |
| XYZ | 18.11 | 20.71 | 51.76 | - |
| YUV | 107.51 | 174.55 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 133 | 190 | 0.86 | 0.3 | 0 | 0.25 | 200.85 | 0.76 | 0.42 |
| Hex | 1A | 85 | BE | 56 | 1E | 0 | 19 | C9 | 4C | 2A |
| Octal | 32 | 205 | 276 | 126 | 36 | 0 | 31 | 311 | 114 | 52 |
| Binary | 11010 | 10000101 | 10111110 | 1010110 | 11110 | 0 | 11001 | 11001001 | 1001100 | 101010 |
Color Harmonies of #1A85BE
Complementary color
Monochromatic Colors of #1A85BE
Black with #1A85BE
Text Example
Text Example
White with #1A85BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A85BE; }
p { color: rgb(26,133,190); }
H1.HeaderClassName
{
color: #1A85BE;
}
.AnyTagClassName
{
color: #1A85BE;
}
</style>
background-color css
<style>
a { background-color: #1A85BE; }
a { background-color: rgb(26,133,190); }
div.DivClassName
{
background-color: #1A85BE;
}
.BgClassName
{
background-color: #1A85BE;
}
</style>
border-color css
<style>
span { border-color: #1A85BE; }
span { border-color: rgb(26,133,190); }
td.TdClassName
{
border-color: #1A85BE;
}
.TagClassName
{
border-color: #1A85BE;
}
</style>