Shades of Pelorous #1789AA
Tints of Pelorous #1789AA
RGB
CMYK
RGB Variations
Color information
#1789AA (or 0x1789AA) is known color: Pelorous. HEX triplet: 17, 89 and AA. RGB value is (23,137,170). Sum of RGB (Red+Green+Blue) = 23+137+170=330 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.97% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #1789AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1789AA is #E87655. Grayscale: #6A6A6A. Windows color (decimal): -15234646 or 11176215. OLE color: 11176215.
HSL color Cylindrical-coordinate representation of color #1789AA: hue angle of 193.47º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1789AA is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 137 | 170 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.33 |
| HSL | 193.47º | 0.76% | 0.38% | - |
| HSV(B) | 193.47º | 0.86% | 0.67% | - |
| XYZ | 16.55 | 20.98 | 41.21 | - |
| YUV | 106.68 | 163.73 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 137 | 170 | 0.86 | 0.19 | 0 | 0.33 | 193.47 | 0.76 | 0.38 |
| Hex | 17 | 89 | AA | 56 | 13 | 0 | 21 | C1 | 4C | 26 |
| Octal | 27 | 211 | 252 | 126 | 23 | 0 | 41 | 301 | 114 | 46 |
| Binary | 10111 | 10001001 | 10101010 | 1010110 | 10011 | 0 | 100001 | 11000001 | 1001100 | 100110 |
Color Harmonies of #1789AA
Complementary color
Monochromatic Colors of #1789AA
Black with #1789AA
Text Example
Text Example
White with #1789AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1789AA; }
p { color: rgb(23,137,170); }
H1.HeaderClassName
{
color: #1789AA;
}
.AnyTagClassName
{
color: #1789AA;
}
</style>
background-color css
<style>
a { background-color: #1789AA; }
a { background-color: rgb(23,137,170); }
div.DivClassName
{
background-color: #1789AA;
}
.BgClassName
{
background-color: #1789AA;
}
</style>
border-color css
<style>
span { border-color: #1789AA; }
span { border-color: rgb(23,137,170); }
td.TdClassName
{
border-color: #1789AA;
}
.TagClassName
{
border-color: #1789AA;
}
</style>