Shades of Pelorous #158AAD
Tints of Pelorous #158AAD
RGB
CMYK
RGB Variations
Color information
#158AAD (or 0x158AAD) is known color: Pelorous. HEX triplet: 15, 8A and AD. RGB value is (21,138,173). Sum of RGB (Red+Green+Blue) = 21+138+173=332 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.33% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #158AAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158AAD is #EA7552. Grayscale: #6A6A6A. Windows color (decimal): -15365459 or 11373077. OLE color: 11373077.
HSL color Cylindrical-coordinate representation of color #158AAD: hue angle of 193.82º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #158AAD is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 138 | 173 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.32 |
| HSL | 193.82º | 0.78% | 0.38% | - |
| HSV(B) | 193.82º | 0.88% | 0.68% | - |
| XYZ | 16.94 | 21.35 | 42.76 | - |
| YUV | 107.01 | 165.24 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 138 | 173 | 0.88 | 0.20 | 0 | 0.32 | 193.82 | 0.78 | 0.38 |
| Hex | 15 | 8A | AD | 58 | 14 | 0 | 20 | C2 | 4E | 26 |
| Octal | 25 | 212 | 255 | 130 | 24 | 0 | 40 | 302 | 116 | 46 |
| Binary | 10101 | 10001010 | 10101101 | 1011000 | 10100 | 0 | 100000 | 11000010 | 1001110 | 100110 |
Color Harmonies of #158AAD
Complementary color
Monochromatic Colors of #158AAD
Black with #158AAD
Text Example
Text Example
White with #158AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158AAD; }
p { color: rgb(21,138,173); }
H1.HeaderClassName
{
color: #158AAD;
}
.AnyTagClassName
{
color: #158AAD;
}
</style>
background-color css
<style>
a { background-color: #158AAD; }
a { background-color: rgb(21,138,173); }
div.DivClassName
{
background-color: #158AAD;
}
.BgClassName
{
background-color: #158AAD;
}
</style>
border-color css
<style>
span { border-color: #158AAD; }
span { border-color: rgb(21,138,173); }
td.TdClassName
{
border-color: #158AAD;
}
.TagClassName
{
border-color: #158AAD;
}
</style>