Shades of Pelorous #1A90BC
Tints of Pelorous #1A90BC
RGB
CMYK
RGB Variations
Color information
#1A90BC (or 0x1A90BC) is known color: Pelorous. HEX triplet: 1A, 90 and BC. RGB value is (26,144,188). Sum of RGB (Red+Green+Blue) = 26+144+188=358 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.26% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A90BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A90BC is #E56F43. Grayscale: #717171. Windows color (decimal): -15036228 or 12357658. OLE color: 12357658.
HSL color Cylindrical-coordinate representation of color #1A90BC: hue angle of 196.3º 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 #1A90BC is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 144 | 188 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.26 |
| HSL | 196.3º | 0.76% | 0.42% | - |
| HSV(B) | 196.3º | 0.86% | 0.74% | - |
| XYZ | 19.48 | 23.8 | 51.14 | - |
| YUV | 113.73 | 169.91 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 144 | 188 | 0.86 | 0.23 | 0 | 0.26 | 196.3 | 0.76 | 0.42 |
| Hex | 1A | 90 | BC | 56 | 17 | 0 | 1A | C4 | 4C | 2A |
| Octal | 32 | 220 | 274 | 126 | 27 | 0 | 32 | 304 | 114 | 52 |
| Binary | 11010 | 10010000 | 10111100 | 1010110 | 10111 | 0 | 11010 | 11000100 | 1001100 | 101010 |
Color Harmonies of #1A90BC
Complementary color
Monochromatic Colors of #1A90BC
Black with #1A90BC
Text Example
Text Example
White with #1A90BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A90BC; }
p { color: rgb(26,144,188); }
H1.HeaderClassName
{
color: #1A90BC;
}
.AnyTagClassName
{
color: #1A90BC;
}
</style>
background-color css
<style>
a { background-color: #1A90BC; }
a { background-color: rgb(26,144,188); }
div.DivClassName
{
background-color: #1A90BC;
}
.BgClassName
{
background-color: #1A90BC;
}
</style>
border-color css
<style>
span { border-color: #1A90BC; }
span { border-color: rgb(26,144,188); }
td.TdClassName
{
border-color: #1A90BC;
}
.TagClassName
{
border-color: #1A90BC;
}
</style>