Shades of Pelorous #198BB3
Tints of Pelorous #198BB3
RGB
CMYK
RGB Variations
Color information
#198BB3 (or 0x198BB3) is known color: Pelorous. HEX triplet: 19, 8B and B3. RGB value is (25,139,179). Sum of RGB (Red+Green+Blue) = 25+139+179=343 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.29% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 179 (70.31% from 255 or 52.19% from 343); Max value from RGB is 179 - color contains mainly: blue. Hex color #198BB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198BB3 is #E6744C. Grayscale: #6D6D6D. Windows color (decimal): -15103053 or 11766553. OLE color: 11766553.
HSL color Cylindrical-coordinate representation of color #198BB3: hue angle of 195.58º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #198BB3 is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 25 | 139 | 179 | - |
| CMYK | 0.86 | 0.22 | 0 | 0.30 |
| HSL | 195.58º | 0.75% | 0.4% | - |
| HSV(B) | 195.58º | 0.86% | 0.7% | - |
| XYZ | 17.77 | 21.93 | 45.94 | - |
| YUV | 109.47 | 167.23 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 139 | 179 | 0.86 | 0.22 | 0 | 0.30 | 195.58 | 0.75 | 0.4 |
| Hex | 19 | 8B | B3 | 56 | 16 | 0 | 1E | C4 | 4B | 28 |
| Octal | 31 | 213 | 263 | 126 | 26 | 0 | 36 | 304 | 113 | 50 |
| Binary | 11001 | 10001011 | 10110011 | 1010110 | 10110 | 0 | 11110 | 11000100 | 1001011 | 101000 |
Color Harmonies of #198BB3
Complementary color
Monochromatic Colors of #198BB3
Black with #198BB3
Text Example
Text Example
White with #198BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198BB3; }
p { color: rgb(25,139,179); }
H1.HeaderClassName
{
color: #198BB3;
}
.AnyTagClassName
{
color: #198BB3;
}
</style>
background-color css
<style>
a { background-color: #198BB3; }
a { background-color: rgb(25,139,179); }
div.DivClassName
{
background-color: #198BB3;
}
.BgClassName
{
background-color: #198BB3;
}
</style>
border-color css
<style>
span { border-color: #198BB3; }
span { border-color: rgb(25,139,179); }
td.TdClassName
{
border-color: #198BB3;
}
.TagClassName
{
border-color: #198BB3;
}
</style>