Shades of Pelorous #1594B2
Tints of Pelorous #1594B2
RGB
CMYK
RGB Variations
Color information
#1594B2 (or 0x1594B2) is known color: Pelorous. HEX triplet: 15, 94 and B2. RGB value is (21,148,178). Sum of RGB (Red+Green+Blue) = 21+148+178=347 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.05% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 178 (69.92% from 255 or 51.30% from 347); Max value from RGB is 178 - color contains mainly: blue. Hex color #1594B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1594B2 is #EA6B4D. Grayscale: #717171. Windows color (decimal): -15362894 or 11703317. OLE color: 11703317.
HSL color Cylindrical-coordinate representation of color #1594B2: hue angle of 191.46º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1594B2 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 21 | 148 | 178 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.30 |
| HSL | 191.47º | 0.79% | 0.39% | - |
| HSV(B) | 191.47º | 0.88% | 0.7% | - |
| XYZ | 18.94 | 24.55 | 45.86 | - |
| YUV | 113.45 | 164.42 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 148 | 178 | 0.88 | 0.17 | 0 | 0.30 | 191.47 | 0.79 | 0.39 |
| Hex | 15 | 94 | B2 | 58 | 11 | 0 | 1E | BF | 4F | 27 |
| Octal | 25 | 224 | 262 | 130 | 21 | 0 | 36 | 277 | 117 | 47 |
| Binary | 10101 | 10010100 | 10110010 | 1011000 | 10001 | 0 | 11110 | 10111111 | 1001111 | 100111 |
Color Harmonies of #1594B2
Complementary color
Monochromatic Colors of #1594B2
Black with #1594B2
Text Example
Text Example
White with #1594B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1594B2; }
p { color: rgb(21,148,178); }
H1.HeaderClassName
{
color: #1594B2;
}
.AnyTagClassName
{
color: #1594B2;
}
</style>
background-color css
<style>
a { background-color: #1594B2; }
a { background-color: rgb(21,148,178); }
div.DivClassName
{
background-color: #1594B2;
}
.BgClassName
{
background-color: #1594B2;
}
</style>
border-color css
<style>
span { border-color: #1594B2; }
span { border-color: rgb(21,148,178); }
td.TdClassName
{
border-color: #1594B2;
}
.TagClassName
{
border-color: #1594B2;
}
</style>