Shades of Pelorous #1594BB
Tints of Pelorous #1594BB
RGB
CMYK
RGB Variations
Color information
#1594BB (or 0x1594BB) is known color: Pelorous. HEX triplet: 15, 94 and BB. RGB value is (21,148,187). Sum of RGB (Red+Green+Blue) = 21+148+187=356 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.90% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #1594BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1594BB is #EA6B44. Grayscale: #727272. Windows color (decimal): -15362885 or 12293141. OLE color: 12293141.
HSL color Cylindrical-coordinate representation of color #1594BB: hue angle of 194.1º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1594BB is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 148 | 187 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.27 |
| HSL | 194.1º | 0.8% | 0.41% | - |
| HSV(B) | 194.1º | 0.89% | 0.73% | - |
| XYZ | 19.87 | 24.93 | 50.78 | - |
| YUV | 114.47 | 168.92 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 148 | 187 | 0.89 | 0.21 | 0 | 0.27 | 194.1 | 0.8 | 0.41 |
| Hex | 15 | 94 | BB | 59 | 15 | 0 | 1B | C2 | 50 | 29 |
| Octal | 25 | 224 | 273 | 131 | 25 | 0 | 33 | 302 | 120 | 51 |
| Binary | 10101 | 10010100 | 10111011 | 1011001 | 10101 | 0 | 11011 | 11000010 | 1010000 | 101001 |
Color Harmonies of #1594BB
Complementary color
Monochromatic Colors of #1594BB
Black with #1594BB
Text Example
Text Example
White with #1594BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1594BB; }
p { color: rgb(21,148,187); }
H1.HeaderClassName
{
color: #1594BB;
}
.AnyTagClassName
{
color: #1594BB;
}
</style>
background-color css
<style>
a { background-color: #1594BB; }
a { background-color: rgb(21,148,187); }
div.DivClassName
{
background-color: #1594BB;
}
.BgClassName
{
background-color: #1594BB;
}
</style>
border-color css
<style>
span { border-color: #1594BB; }
span { border-color: rgb(21,148,187); }
td.TdClassName
{
border-color: #1594BB;
}
.TagClassName
{
border-color: #1594BB;
}
</style>