Shades of Pelorous #1A8CBE
Tints of Pelorous #1A8CBE
RGB
CMYK
RGB Variations
Color information
#1A8CBE (or 0x1A8CBE) is known color: Pelorous. HEX triplet: 1A, 8C and BE. RGB value is (26,140,190). Sum of RGB (Red+Green+Blue) = 26+140+190=356 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.30% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A8CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A8CBE is #E57341. Grayscale: #6F6F6F. Windows color (decimal): -15037250 or 12487706. OLE color: 12487706.
HSL color Cylindrical-coordinate representation of color #1A8CBE: hue angle of 198.29º 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 #1A8CBE is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 140 | 190 | - |
| CMYK | 0.86 | 0.26 | 0 | 0.25 |
| HSL | 198.29º | 0.76% | 0.42% | - |
| HSV(B) | 198.29º | 0.86% | 0.75% | - |
| XYZ | 19.1 | 22.69 | 52.09 | - |
| YUV | 111.61 | 172.23 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 140 | 190 | 0.86 | 0.26 | 0 | 0.25 | 198.29 | 0.76 | 0.42 |
| Hex | 1A | 8C | BE | 56 | 1A | 0 | 19 | C6 | 4C | 2A |
| Octal | 32 | 214 | 276 | 126 | 32 | 0 | 31 | 306 | 114 | 52 |
| Binary | 11010 | 10001100 | 10111110 | 1010110 | 11010 | 0 | 11001 | 11000110 | 1001100 | 101010 |
Color Harmonies of #1A8CBE
Complementary color
Monochromatic Colors of #1A8CBE
Black with #1A8CBE
Text Example
Text Example
White with #1A8CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8CBE; }
p { color: rgb(26,140,190); }
H1.HeaderClassName
{
color: #1A8CBE;
}
.AnyTagClassName
{
color: #1A8CBE;
}
</style>
background-color css
<style>
a { background-color: #1A8CBE; }
a { background-color: rgb(26,140,190); }
div.DivClassName
{
background-color: #1A8CBE;
}
.BgClassName
{
background-color: #1A8CBE;
}
</style>
border-color css
<style>
span { border-color: #1A8CBE; }
span { border-color: rgb(26,140,190); }
td.TdClassName
{
border-color: #1A8CBE;
}
.TagClassName
{
border-color: #1A8CBE;
}
</style>