Shades of Pelorous #1592B8
Tints of Pelorous #1592B8
RGB
CMYK
RGB Variations
Color information
#1592B8 (or 0x1592B8) is known color: Pelorous. HEX triplet: 15, 92 and B8. RGB value is (21,146,184). Sum of RGB (Red+Green+Blue) = 21+146+184=351 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.98% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 184 (72.27% from 255 or 52.42% from 351); Max value from RGB is 184 - color contains mainly: blue. Hex color #1592B8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1592B8 is #EA6D47. Grayscale: #707070. Windows color (decimal): -15363400 or 12096021. OLE color: 12096021.
HSL color Cylindrical-coordinate representation of color #1592B8: hue angle of 193.99º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1592B8 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 21 | 146 | 184 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.28 |
| HSL | 193.99º | 0.8% | 0.4% | - |
| HSV(B) | 193.99º | 0.89% | 0.72% | - |
| XYZ | 19.24 | 24.18 | 49 | - |
| YUV | 112.96 | 168.09 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 146 | 184 | 0.89 | 0.21 | 0 | 0.28 | 193.99 | 0.8 | 0.4 |
| Hex | 15 | 92 | B8 | 59 | 15 | 0 | 1C | C2 | 50 | 28 |
| Octal | 25 | 222 | 270 | 131 | 25 | 0 | 34 | 302 | 120 | 50 |
| Binary | 10101 | 10010010 | 10111000 | 1011001 | 10101 | 0 | 11100 | 11000010 | 1010000 | 101000 |
Color Harmonies of #1592B8
Complementary color
Monochromatic Colors of #1592B8
Black with #1592B8
Text Example
Text Example
White with #1592B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1592B8; }
p { color: rgb(21,146,184); }
H1.HeaderClassName
{
color: #1592B8;
}
.AnyTagClassName
{
color: #1592B8;
}
</style>
background-color css
<style>
a { background-color: #1592B8; }
a { background-color: rgb(21,146,184); }
div.DivClassName
{
background-color: #1592B8;
}
.BgClassName
{
background-color: #1592B8;
}
</style>
border-color css
<style>
span { border-color: #1592B8; }
span { border-color: rgb(21,146,184); }
td.TdClassName
{
border-color: #1592B8;
}
.TagClassName
{
border-color: #1592B8;
}
</style>