Shades of Pelorous #1998B1
Tints of Pelorous #1998B1
RGB
CMYK
RGB Variations
Color information
#1998B1 (or 0x1998B1) is known color: Pelorous. HEX triplet: 19, 98 and B1. RGB value is (25,152,177). Sum of RGB (Red+Green+Blue) = 25+152+177=354 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.06% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 177 (69.53% from 255 or 50% from 354); Max value from RGB is 177 - color contains mainly: blue. Hex color #1998B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1998B1 is #E6674E. Grayscale: #747474. Windows color (decimal): -15099727 or 11638809. OLE color: 11638809.
HSL color Cylindrical-coordinate representation of color #1998B1: hue angle of 189.87º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1998B1 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 152 | 177 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.31 |
| HSL | 189.87º | 0.75% | 0.4% | - |
| HSV(B) | 189.87º | 0.86% | 0.69% | - |
| XYZ | 19.56 | 25.84 | 45.55 | - |
| YUV | 116.88 | 161.92 | 62.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 152 | 177 | 0.86 | 0.14 | 0 | 0.31 | 189.87 | 0.75 | 0.4 |
| Hex | 19 | 98 | B1 | 56 | E | 0 | 1F | BE | 4B | 28 |
| Octal | 31 | 230 | 261 | 126 | 16 | 0 | 37 | 276 | 113 | 50 |
| Binary | 11001 | 10011000 | 10110001 | 1010110 | 1110 | 0 | 11111 | 10111110 | 1001011 | 101000 |
Color Harmonies of #1998B1
Complementary color
Monochromatic Colors of #1998B1
Black with #1998B1
Text Example
Text Example
White with #1998B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1998B1; }
p { color: rgb(25,152,177); }
H1.HeaderClassName
{
color: #1998B1;
}
.AnyTagClassName
{
color: #1998B1;
}
</style>
background-color css
<style>
a { background-color: #1998B1; }
a { background-color: rgb(25,152,177); }
div.DivClassName
{
background-color: #1998B1;
}
.BgClassName
{
background-color: #1998B1;
}
</style>
border-color css
<style>
span { border-color: #1998B1; }
span { border-color: rgb(25,152,177); }
td.TdClassName
{
border-color: #1998B1;
}
.TagClassName
{
border-color: #1998B1;
}
</style>