Shades of Pelorous #1789AE
Tints of Pelorous #1789AE
RGB
CMYK
RGB Variations
Color information
#1789AE (or 0x1789AE) is known color: Pelorous. HEX triplet: 17, 89 and AE. RGB value is (23,137,174). Sum of RGB (Red+Green+Blue) = 23+137+174=334 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.89% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #1789AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1789AE is #E87651. Grayscale: #6A6A6A. Windows color (decimal): -15234642 or 11438359. OLE color: 11438359.
HSL color Cylindrical-coordinate representation of color #1789AE: hue angle of 194.7º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1789AE is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 23 | 137 | 174 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.32 |
| HSL | 194.7º | 0.77% | 0.39% | - |
| HSV(B) | 194.7º | 0.87% | 0.68% | - |
| XYZ | 16.94 | 21.13 | 43.23 | - |
| YUV | 107.13 | 165.73 | 67.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 137 | 174 | 0.87 | 0.21 | 0 | 0.32 | 194.7 | 0.77 | 0.39 |
| Hex | 17 | 89 | AE | 57 | 15 | 0 | 20 | C3 | 4D | 27 |
| Octal | 27 | 211 | 256 | 127 | 25 | 0 | 40 | 303 | 115 | 47 |
| Binary | 10111 | 10001001 | 10101110 | 1010111 | 10101 | 0 | 100000 | 11000011 | 1001101 | 100111 |
Color Harmonies of #1789AE
Complementary color
Monochromatic Colors of #1789AE
Black with #1789AE
Text Example
Text Example
White with #1789AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1789AE; }
p { color: rgb(23,137,174); }
H1.HeaderClassName
{
color: #1789AE;
}
.AnyTagClassName
{
color: #1789AE;
}
</style>
background-color css
<style>
a { background-color: #1789AE; }
a { background-color: rgb(23,137,174); }
div.DivClassName
{
background-color: #1789AE;
}
.BgClassName
{
background-color: #1789AE;
}
</style>
border-color css
<style>
span { border-color: #1789AE; }
span { border-color: rgb(23,137,174); }
td.TdClassName
{
border-color: #1789AE;
}
.TagClassName
{
border-color: #1789AE;
}
</style>