Shades of Pelorous #1597B3
Tints of Pelorous #1597B3
RGB
CMYK
RGB Variations
Color information
#1597B3 (or 0x1597B3) is known color: Pelorous. HEX triplet: 15, 97 and B3. RGB value is (21,151,179). Sum of RGB (Red+Green+Blue) = 21+151+179=351 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.98% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 179 (70.31% from 255 or 51.00% from 351); Max value from RGB is 179 - color contains mainly: blue. Hex color #1597B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1597B3 is #EA684C. Grayscale: #737373. Windows color (decimal): -15362125 or 11769621. OLE color: 11769621.
HSL color Cylindrical-coordinate representation of color #1597B3: hue angle of 190.63º 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 #1597B3 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 21 | 151 | 179 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.30 |
| HSL | 190.63º | 0.79% | 0.39% | - |
| HSV(B) | 190.63º | 0.88% | 0.7% | - |
| XYZ | 19.51 | 25.55 | 46.55 | - |
| YUV | 115.32 | 163.93 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 151 | 179 | 0.88 | 0.16 | 0 | 0.30 | 190.63 | 0.79 | 0.39 |
| Hex | 15 | 97 | B3 | 58 | 10 | 0 | 1E | BF | 4F | 27 |
| Octal | 25 | 227 | 263 | 130 | 20 | 0 | 36 | 277 | 117 | 47 |
| Binary | 10101 | 10010111 | 10110011 | 1011000 | 10000 | 0 | 11110 | 10111111 | 1001111 | 100111 |
Color Harmonies of #1597B3
Complementary color
Monochromatic Colors of #1597B3
Black with #1597B3
Text Example
Text Example
White with #1597B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1597B3; }
p { color: rgb(21,151,179); }
H1.HeaderClassName
{
color: #1597B3;
}
.AnyTagClassName
{
color: #1597B3;
}
</style>
background-color css
<style>
a { background-color: #1597B3; }
a { background-color: rgb(21,151,179); }
div.DivClassName
{
background-color: #1597B3;
}
.BgClassName
{
background-color: #1597B3;
}
</style>
border-color css
<style>
span { border-color: #1597B3; }
span { border-color: rgb(21,151,179); }
td.TdClassName
{
border-color: #1597B3;
}
.TagClassName
{
border-color: #1597B3;
}
</style>