Shades of Pelorous #1594C1
Tints of Pelorous #1594C1
RGB
CMYK
RGB Variations
Color information
#1594C1 (or 0x1594C1) is known color: Pelorous. HEX triplet: 15, 94 and C1. RGB value is (21,148,193). Sum of RGB (Red+Green+Blue) = 21+148+193=362 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.80% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 193 (75.78% from 255 or 53.31% from 362); Max value from RGB is 193 - color contains mainly: blue. Hex color #1594C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1594C1 is #EA6B3E. Grayscale: #727272. Windows color (decimal): -15362879 or 12686357. OLE color: 12686357.
HSL color Cylindrical-coordinate representation of color #1594C1: hue angle of 195.7º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1594C1 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 148 | 193 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.24 |
| HSL | 195.7º | 0.8% | 0.42% | - |
| HSV(B) | 195.7º | 0.89% | 0.76% | - |
| XYZ | 20.52 | 25.19 | 54.23 | - |
| YUV | 115.16 | 171.92 | 60.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 148 | 193 | 0.89 | 0.23 | 0 | 0.24 | 195.7 | 0.8 | 0.42 |
| Hex | 15 | 94 | C1 | 59 | 17 | 0 | 18 | C4 | 50 | 2A |
| Octal | 25 | 224 | 301 | 131 | 27 | 0 | 30 | 304 | 120 | 52 |
| Binary | 10101 | 10010100 | 11000001 | 1011001 | 10111 | 0 | 11000 | 11000100 | 1010000 | 101010 |
Color Harmonies of #1594C1
Complementary color
Monochromatic Colors of #1594C1
Black with #1594C1
Text Example
Text Example
White with #1594C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1594C1; }
p { color: rgb(21,148,193); }
H1.HeaderClassName
{
color: #1594C1;
}
.AnyTagClassName
{
color: #1594C1;
}
</style>
background-color css
<style>
a { background-color: #1594C1; }
a { background-color: rgb(21,148,193); }
div.DivClassName
{
background-color: #1594C1;
}
.BgClassName
{
background-color: #1594C1;
}
</style>
border-color css
<style>
span { border-color: #1594C1; }
span { border-color: rgb(21,148,193); }
td.TdClassName
{
border-color: #1594C1;
}
.TagClassName
{
border-color: #1594C1;
}
</style>