Shades of Pelorous #1790A3
Tints of Pelorous #1790A3
RGB
CMYK
RGB Variations
Color information
#1790A3 (or 0x1790A3) is known color: Pelorous. HEX triplet: 17, 90 and A3. RGB value is (23,144,163). Sum of RGB (Red+Green+Blue) = 23+144+163=330 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.97% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 163 (64.06% from 255 or 49.39% from 330); Max value from RGB is 163 - color contains mainly: blue. Hex color #1790A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1790A3 is #E86F5C. Grayscale: #6D6D6D. Windows color (decimal): -15232861 or 10719255. OLE color: 10719255.
HSL color Cylindrical-coordinate representation of color #1790A3: hue angle of 188.14º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1790A3 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 23 | 144 | 163 | - |
| CMYK | 0.86 | 0.12 | 0 | 0.36 |
| HSL | 188.14º | 0.75% | 0.36% | - |
| HSV(B) | 188.14º | 0.86% | 0.64% | - |
| XYZ | 16.94 | 22.77 | 38.15 | - |
| YUV | 109.99 | 157.91 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 144 | 163 | 0.86 | 0.12 | 0 | 0.36 | 188.14 | 0.75 | 0.36 |
| Hex | 17 | 90 | A3 | 56 | C | 0 | 24 | BC | 4B | 24 |
| Octal | 27 | 220 | 243 | 126 | 14 | 0 | 44 | 274 | 113 | 44 |
| Binary | 10111 | 10010000 | 10100011 | 1010110 | 1100 | 0 | 100100 | 10111100 | 1001011 | 100100 |
Color Harmonies of #1790A3
Complementary color
Monochromatic Colors of #1790A3
Black with #1790A3
Text Example
Text Example
White with #1790A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1790A3; }
p { color: rgb(23,144,163); }
H1.HeaderClassName
{
color: #1790A3;
}
.AnyTagClassName
{
color: #1790A3;
}
</style>
background-color css
<style>
a { background-color: #1790A3; }
a { background-color: rgb(23,144,163); }
div.DivClassName
{
background-color: #1790A3;
}
.BgClassName
{
background-color: #1790A3;
}
</style>
border-color css
<style>
span { border-color: #1790A3; }
span { border-color: rgb(23,144,163); }
td.TdClassName
{
border-color: #1790A3;
}
.TagClassName
{
border-color: #1790A3;
}
</style>