Shades of Pelorous #1A93BA
Tints of Pelorous #1A93BA
RGB
CMYK
RGB Variations
Color information
#1A93BA (or 0x1A93BA) is known color: Pelorous. HEX triplet: 1A, 93 and BA. RGB value is (26,147,186). Sum of RGB (Red+Green+Blue) = 26+147+186=359 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.24% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A93BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A93BA is #E56C45. Grayscale: #727272. Windows color (decimal): -15035462 or 12227354. OLE color: 12227354.
HSL color Cylindrical-coordinate representation of color #1A93BA: hue angle of 194.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A93BA is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 147 | 186 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.27 |
| HSL | 194.63º | 0.75% | 0.42% | - |
| HSV(B) | 194.63º | 0.86% | 0.73% | - |
| XYZ | 19.72 | 24.63 | 50.17 | - |
| YUV | 115.27 | 167.91 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 147 | 186 | 0.86 | 0.21 | 0 | 0.27 | 194.63 | 0.75 | 0.42 |
| Hex | 1A | 93 | BA | 56 | 15 | 0 | 1B | C3 | 4B | 2A |
| Octal | 32 | 223 | 272 | 126 | 25 | 0 | 33 | 303 | 113 | 52 |
| Binary | 11010 | 10010011 | 10111010 | 1010110 | 10101 | 0 | 11011 | 11000011 | 1001011 | 101010 |
Color Harmonies of #1A93BA
Complementary color
Monochromatic Colors of #1A93BA
Black with #1A93BA
Text Example
Text Example
White with #1A93BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A93BA; }
p { color: rgb(26,147,186); }
H1.HeaderClassName
{
color: #1A93BA;
}
.AnyTagClassName
{
color: #1A93BA;
}
</style>
background-color css
<style>
a { background-color: #1A93BA; }
a { background-color: rgb(26,147,186); }
div.DivClassName
{
background-color: #1A93BA;
}
.BgClassName
{
background-color: #1A93BA;
}
</style>
border-color css
<style>
span { border-color: #1A93BA; }
span { border-color: rgb(26,147,186); }
td.TdClassName
{
border-color: #1A93BA;
}
.TagClassName
{
border-color: #1A93BA;
}
</style>