Shades of Pelorous #1594BD
Tints of Pelorous #1594BD
RGB
CMYK
RGB Variations
Color information
#1594BD (or 0x1594BD) is known color: Pelorous. HEX triplet: 15, 94 and BD. RGB value is (21,148,189). Sum of RGB (Red+Green+Blue) = 21+148+189=358 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.87% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #1594BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1594BD is #EA6B42. Grayscale: #727272. Windows color (decimal): -15362883 or 12424213. OLE color: 12424213.
HSL color Cylindrical-coordinate representation of color #1594BD: hue angle of 194.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1594BD is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 148 | 189 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.26 |
| HSL | 194.64º | 0.8% | 0.41% | - |
| HSV(B) | 194.64º | 0.89% | 0.74% | - |
| XYZ | 20.08 | 25.01 | 51.91 | - |
| YUV | 114.7 | 169.92 | 61.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 148 | 189 | 0.89 | 0.22 | 0 | 0.26 | 194.64 | 0.8 | 0.41 |
| Hex | 15 | 94 | BD | 59 | 16 | 0 | 1A | C3 | 50 | 29 |
| Octal | 25 | 224 | 275 | 131 | 26 | 0 | 32 | 303 | 120 | 51 |
| Binary | 10101 | 10010100 | 10111101 | 1011001 | 10110 | 0 | 11010 | 11000011 | 1010000 | 101001 |
Color Harmonies of #1594BD
Complementary color
Monochromatic Colors of #1594BD
Black with #1594BD
Text Example
Text Example
White with #1594BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1594BD; }
p { color: rgb(21,148,189); }
H1.HeaderClassName
{
color: #1594BD;
}
.AnyTagClassName
{
color: #1594BD;
}
</style>
background-color css
<style>
a { background-color: #1594BD; }
a { background-color: rgb(21,148,189); }
div.DivClassName
{
background-color: #1594BD;
}
.BgClassName
{
background-color: #1594BD;
}
</style>
border-color css
<style>
span { border-color: #1594BD; }
span { border-color: rgb(21,148,189); }
td.TdClassName
{
border-color: #1594BD;
}
.TagClassName
{
border-color: #1594BD;
}
</style>