Shades of Pelorous #1790AF
Tints of Pelorous #1790AF
RGB
CMYK
RGB Variations
Color information
#1790AF (or 0x1790AF) is known color: Pelorous. HEX triplet: 17, 90 and AF. RGB value is (23,144,175). Sum of RGB (Red+Green+Blue) = 23+144+175=342 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.73% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #1790AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1790AF is #E86F50. Grayscale: #6F6F6F. Windows color (decimal): -15232849 or 11505687. OLE color: 11505687.
HSL color Cylindrical-coordinate representation of color #1790AF: hue angle of 192.24º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1790AF is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 23 | 144 | 175 | - |
| CMYK | 0.87 | 0.18 | 0 | 0.31 |
| HSL | 192.24º | 0.77% | 0.39% | - |
| HSV(B) | 192.24º | 0.87% | 0.69% | - |
| XYZ | 18.06 | 23.22 | 44.09 | - |
| YUV | 111.36 | 163.91 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 144 | 175 | 0.87 | 0.18 | 0 | 0.31 | 192.24 | 0.77 | 0.39 |
| Hex | 17 | 90 | AF | 57 | 12 | 0 | 1F | C0 | 4D | 27 |
| Octal | 27 | 220 | 257 | 127 | 22 | 0 | 37 | 300 | 115 | 47 |
| Binary | 10111 | 10010000 | 10101111 | 1010111 | 10010 | 0 | 11111 | 11000000 | 1001101 | 100111 |
Color Harmonies of #1790AF
Complementary color
Monochromatic Colors of #1790AF
Black with #1790AF
Text Example
Text Example
White with #1790AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1790AF; }
p { color: rgb(23,144,175); }
H1.HeaderClassName
{
color: #1790AF;
}
.AnyTagClassName
{
color: #1790AF;
}
</style>
background-color css
<style>
a { background-color: #1790AF; }
a { background-color: rgb(23,144,175); }
div.DivClassName
{
background-color: #1790AF;
}
.BgClassName
{
background-color: #1790AF;
}
</style>
border-color css
<style>
span { border-color: #1790AF; }
span { border-color: rgb(23,144,175); }
td.TdClassName
{
border-color: #1790AF;
}
.TagClassName
{
border-color: #1790AF;
}
</style>