Shades of Pelorous #1A96C7
Tints of Pelorous #1A96C7
RGB
CMYK
RGB Variations
Color information
#1A96C7 (or 0x1A96C7) is known color: Pelorous. HEX triplet: 1A, 96 and C7. RGB value is (26,150,199). Sum of RGB (Red+Green+Blue) = 26+150+199=375 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.93% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 199 (78.12% from 255 or 53.07% from 375); Max value from RGB is 199 - color contains mainly: blue. Hex color #1A96C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A96C7 is #E56938. Grayscale: #767676. Windows color (decimal): -15034681 or 13080090. OLE color: 13080090.
HSL color Cylindrical-coordinate representation of color #1A96C7: hue angle of 196.99º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A96C7 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 26 | 150 | 199 | - |
| CMYK | 0.87 | 0.25 | 0 | 0.22 |
| HSL | 196.99º | 0.77% | 0.44% | - |
| HSV(B) | 196.99º | 0.87% | 0.78% | - |
| XYZ | 21.64 | 26.16 | 57.94 | - |
| YUV | 118.51 | 173.42 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 150 | 199 | 0.87 | 0.25 | 0 | 0.22 | 196.99 | 0.77 | 0.44 |
| Hex | 1A | 96 | C7 | 57 | 19 | 0 | 16 | C5 | 4D | 2C |
| Octal | 32 | 226 | 307 | 127 | 31 | 0 | 26 | 305 | 115 | 54 |
| Binary | 11010 | 10010110 | 11000111 | 1010111 | 11001 | 0 | 10110 | 11000101 | 1001101 | 101100 |
Color Harmonies of #1A96C7
Complementary color
Monochromatic Colors of #1A96C7
Black with #1A96C7
Text Example
Text Example
White with #1A96C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A96C7; }
p { color: rgb(26,150,199); }
H1.HeaderClassName
{
color: #1A96C7;
}
.AnyTagClassName
{
color: #1A96C7;
}
</style>
background-color css
<style>
a { background-color: #1A96C7; }
a { background-color: rgb(26,150,199); }
div.DivClassName
{
background-color: #1A96C7;
}
.BgClassName
{
background-color: #1A96C7;
}
</style>
border-color css
<style>
span { border-color: #1A96C7; }
span { border-color: rgb(26,150,199); }
td.TdClassName
{
border-color: #1A96C7;
}
.TagClassName
{
border-color: #1A96C7;
}
</style>