Shades of Pelorous #1790AB
Tints of Pelorous #1790AB
RGB
CMYK
RGB Variations
Color information
#1790AB (or 0x1790AB) is known color: Pelorous. HEX triplet: 17, 90 and AB. RGB value is (23,144,171). Sum of RGB (Red+Green+Blue) = 23+144+171=338 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.80% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #1790AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1790AB is #E86F54. Grayscale: #6E6E6E. Windows color (decimal): -15232853 or 11243543. OLE color: 11243543.
HSL color Cylindrical-coordinate representation of color #1790AB: hue angle of 190.95º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1790AB is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 144 | 171 | - |
| CMYK | 0.87 | 0.16 | 0 | 0.33 |
| HSL | 190.95º | 0.76% | 0.38% | - |
| HSV(B) | 190.95º | 0.87% | 0.67% | - |
| XYZ | 17.68 | 23.07 | 42.05 | - |
| YUV | 110.9 | 161.91 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 144 | 171 | 0.87 | 0.16 | 0 | 0.33 | 190.95 | 0.76 | 0.38 |
| Hex | 17 | 90 | AB | 57 | 10 | 0 | 21 | BF | 4C | 26 |
| Octal | 27 | 220 | 253 | 127 | 20 | 0 | 41 | 277 | 114 | 46 |
| Binary | 10111 | 10010000 | 10101011 | 1010111 | 10000 | 0 | 100001 | 10111111 | 1001100 | 100110 |
Color Harmonies of #1790AB
Complementary color
Monochromatic Colors of #1790AB
Black with #1790AB
Text Example
Text Example
White with #1790AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1790AB; }
p { color: rgb(23,144,171); }
H1.HeaderClassName
{
color: #1790AB;
}
.AnyTagClassName
{
color: #1790AB;
}
</style>
background-color css
<style>
a { background-color: #1790AB; }
a { background-color: rgb(23,144,171); }
div.DivClassName
{
background-color: #1790AB;
}
.BgClassName
{
background-color: #1790AB;
}
</style>
border-color css
<style>
span { border-color: #1790AB; }
span { border-color: rgb(23,144,171); }
td.TdClassName
{
border-color: #1790AB;
}
.TagClassName
{
border-color: #1790AB;
}
</style>