Shades of Pelorous #1594BA
Tints of Pelorous #1594BA
RGB
CMYK
RGB Variations
Color information
#1594BA (or 0x1594BA) is known color: Pelorous. HEX triplet: 15, 94 and BA. RGB value is (21,148,186). Sum of RGB (Red+Green+Blue) = 21+148+186=355 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.92% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #1594BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1594BA is #EA6B45. Grayscale: #727272. Windows color (decimal): -15362886 or 12227605. OLE color: 12227605.
HSL color Cylindrical-coordinate representation of color #1594BA: hue angle of 193.82º 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 #1594BA is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 148 | 186 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.27 |
| HSL | 193.82º | 0.8% | 0.41% | - |
| HSV(B) | 193.82º | 0.89% | 0.73% | - |
| XYZ | 19.76 | 24.88 | 50.22 | - |
| YUV | 114.36 | 168.42 | 61.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 148 | 186 | 0.89 | 0.20 | 0 | 0.27 | 193.82 | 0.8 | 0.41 |
| Hex | 15 | 94 | BA | 59 | 14 | 0 | 1B | C2 | 50 | 29 |
| Octal | 25 | 224 | 272 | 131 | 24 | 0 | 33 | 302 | 120 | 51 |
| Binary | 10101 | 10010100 | 10111010 | 1011001 | 10100 | 0 | 11011 | 11000010 | 1010000 | 101001 |
Color Harmonies of #1594BA
Complementary color
Monochromatic Colors of #1594BA
Black with #1594BA
Text Example
Text Example
White with #1594BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1594BA; }
p { color: rgb(21,148,186); }
H1.HeaderClassName
{
color: #1594BA;
}
.AnyTagClassName
{
color: #1594BA;
}
</style>
background-color css
<style>
a { background-color: #1594BA; }
a { background-color: rgb(21,148,186); }
div.DivClassName
{
background-color: #1594BA;
}
.BgClassName
{
background-color: #1594BA;
}
</style>
border-color css
<style>
span { border-color: #1594BA; }
span { border-color: rgb(21,148,186); }
td.TdClassName
{
border-color: #1594BA;
}
.TagClassName
{
border-color: #1594BA;
}
</style>