Shades of Pelorous #1589AF
Tints of Pelorous #1589AF
RGB
CMYK
RGB Variations
Color information
#1589AF (or 0x1589AF) is known color: Pelorous. HEX triplet: 15, 89 and AF. RGB value is (21,137,175). Sum of RGB (Red+Green+Blue) = 21+137+175=333 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.31% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #1589AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1589AF is #EA7650. Grayscale: #6A6A6A. Windows color (decimal): -15365713 or 11503893. OLE color: 11503893.
HSL color Cylindrical-coordinate representation of color #1589AF: hue angle of 194.81º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1589AF is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 137 | 175 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.31 |
| HSL | 194.81º | 0.79% | 0.38% | - |
| HSV(B) | 194.81º | 0.88% | 0.69% | - |
| XYZ | 16.99 | 21.15 | 43.74 | - |
| YUV | 106.65 | 166.57 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 137 | 175 | 0.88 | 0.22 | 0 | 0.31 | 194.81 | 0.79 | 0.38 |
| Hex | 15 | 89 | AF | 58 | 16 | 0 | 1F | C3 | 4F | 26 |
| Octal | 25 | 211 | 257 | 130 | 26 | 0 | 37 | 303 | 117 | 46 |
| Binary | 10101 | 10001001 | 10101111 | 1011000 | 10110 | 0 | 11111 | 11000011 | 1001111 | 100110 |
Color Harmonies of #1589AF
Complementary color
Monochromatic Colors of #1589AF
Black with #1589AF
Text Example
Text Example
White with #1589AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1589AF; }
p { color: rgb(21,137,175); }
H1.HeaderClassName
{
color: #1589AF;
}
.AnyTagClassName
{
color: #1589AF;
}
</style>
background-color css
<style>
a { background-color: #1589AF; }
a { background-color: rgb(21,137,175); }
div.DivClassName
{
background-color: #1589AF;
}
.BgClassName
{
background-color: #1589AF;
}
</style>
border-color css
<style>
span { border-color: #1589AF; }
span { border-color: rgb(21,137,175); }
td.TdClassName
{
border-color: #1589AF;
}
.TagClassName
{
border-color: #1589AF;
}
</style>