Shades of Pelorous #1A90C4
Tints of Pelorous #1A90C4
RGB
CMYK
RGB Variations
Color information
#1A90C4 (or 0x1A90C4) is known color: Pelorous. HEX triplet: 1A, 90 and C4. RGB value is (26,144,196). Sum of RGB (Red+Green+Blue) = 26+144+196=366 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.10% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 196 (76.95% from 255 or 53.55% from 366); Max value from RGB is 196 - color contains mainly: blue. Hex color #1A90C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A90C4 is #E56F3B. Grayscale: #727272. Windows color (decimal): -15036220 or 12881946. OLE color: 12881946.
HSL color Cylindrical-coordinate representation of color #1A90C4: hue angle of 198.35º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A90C4 is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 26 | 144 | 196 | - |
| CMYK | 0.87 | 0.27 | 0 | 0.23 |
| HSL | 198.35º | 0.77% | 0.44% | - |
| HSV(B) | 198.35º | 0.87% | 0.77% | - |
| XYZ | 20.36 | 24.15 | 55.81 | - |
| YUV | 114.65 | 173.91 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 144 | 196 | 0.87 | 0.27 | 0 | 0.23 | 198.35 | 0.77 | 0.44 |
| Hex | 1A | 90 | C4 | 57 | 1B | 0 | 17 | C6 | 4D | 2C |
| Octal | 32 | 220 | 304 | 127 | 33 | 0 | 27 | 306 | 115 | 54 |
| Binary | 11010 | 10010000 | 11000100 | 1010111 | 11011 | 0 | 10111 | 11000110 | 1001101 | 101100 |
Color Harmonies of #1A90C4
Complementary color
Monochromatic Colors of #1A90C4
Black with #1A90C4
Text Example
Text Example
White with #1A90C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A90C4; }
p { color: rgb(26,144,196); }
H1.HeaderClassName
{
color: #1A90C4;
}
.AnyTagClassName
{
color: #1A90C4;
}
</style>
background-color css
<style>
a { background-color: #1A90C4; }
a { background-color: rgb(26,144,196); }
div.DivClassName
{
background-color: #1A90C4;
}
.BgClassName
{
background-color: #1A90C4;
}
</style>
border-color css
<style>
span { border-color: #1A90C4; }
span { border-color: rgb(26,144,196); }
td.TdClassName
{
border-color: #1A90C4;
}
.TagClassName
{
border-color: #1A90C4;
}
</style>