Shades of Pelorous #198FBB
Tints of Pelorous #198FBB
RGB
CMYK
RGB Variations
Color information
#198FBB (or 0x198FBB) is known color: Pelorous. HEX triplet: 19, 8F and BB. RGB value is (25,143,187). Sum of RGB (Red+Green+Blue) = 25+143+187=355 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.04% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #198FBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198FBB is #E67044. Grayscale: #707070. Windows color (decimal): -15102021 or 12291865. OLE color: 12291865.
HSL color Cylindrical-coordinate representation of color #198FBB: hue angle of 196.3º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #198FBB is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 143 | 187 | - |
| CMYK | 0.87 | 0.24 | 0 | 0.27 |
| HSL | 196.3º | 0.76% | 0.42% | - |
| HSV(B) | 196.3º | 0.87% | 0.73% | - |
| XYZ | 19.19 | 23.44 | 50.53 | - |
| YUV | 112.73 | 169.91 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 143 | 187 | 0.87 | 0.24 | 0 | 0.27 | 196.3 | 0.76 | 0.42 |
| Hex | 19 | 8F | BB | 57 | 18 | 0 | 1B | C4 | 4C | 2A |
| Octal | 31 | 217 | 273 | 127 | 30 | 0 | 33 | 304 | 114 | 52 |
| Binary | 11001 | 10001111 | 10111011 | 1010111 | 11000 | 0 | 11011 | 11000100 | 1001100 | 101010 |
Color Harmonies of #198FBB
Complementary color
Monochromatic Colors of #198FBB
Black with #198FBB
Text Example
Text Example
White with #198FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198FBB; }
p { color: rgb(25,143,187); }
H1.HeaderClassName
{
color: #198FBB;
}
.AnyTagClassName
{
color: #198FBB;
}
</style>
background-color css
<style>
a { background-color: #198FBB; }
a { background-color: rgb(25,143,187); }
div.DivClassName
{
background-color: #198FBB;
}
.BgClassName
{
background-color: #198FBB;
}
</style>
border-color css
<style>
span { border-color: #198FBB; }
span { border-color: rgb(25,143,187); }
td.TdClassName
{
border-color: #198FBB;
}
.TagClassName
{
border-color: #198FBB;
}
</style>