Shades of Pacific Blue #198BCB
Tints of Pacific Blue #198BCB
RGB
CMYK
RGB Variations
Color information
#198BCB (or 0x198BCB) is known color: Pacific Blue. HEX triplet: 19, 8B and CB. RGB value is (25,139,203). Sum of RGB (Red+Green+Blue) = 25+139+203=367 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.81% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #198BCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198BCB is #E67434. Grayscale: #6F6F6F. Windows color (decimal): -15103029 or 13339417. OLE color: 13339417.
HSL color Cylindrical-coordinate representation of color #198BCB: hue angle of 201.57º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #198BCB is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 139 | 203 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.20 |
| HSL | 201.57º | 0.78% | 0.45% | - |
| HSV(B) | 201.57º | 0.88% | 0.8% | - |
| XYZ | 20.41 | 22.98 | 59.86 | - |
| YUV | 112.21 | 179.23 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 139 | 203 | 0.88 | 0.32 | 0 | 0.20 | 201.57 | 0.78 | 0.45 |
| Hex | 19 | 8B | CB | 58 | 20 | 0 | 14 | CA | 4E | 2D |
| Octal | 31 | 213 | 313 | 130 | 40 | 0 | 24 | 312 | 116 | 55 |
| Binary | 11001 | 10001011 | 11001011 | 1011000 | 100000 | 0 | 10100 | 11001010 | 1001110 | 101101 |
Color Harmonies of #198BCB
Complementary color
Monochromatic Colors of #198BCB
Black with #198BCB
Text Example
Text Example
White with #198BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198BCB; }
p { color: rgb(25,139,203); }
H1.HeaderClassName
{
color: #198BCB;
}
.AnyTagClassName
{
color: #198BCB;
}
</style>
background-color css
<style>
a { background-color: #198BCB; }
a { background-color: rgb(25,139,203); }
div.DivClassName
{
background-color: #198BCB;
}
.BgClassName
{
background-color: #198BCB;
}
</style>
border-color css
<style>
span { border-color: #198BCB; }
span { border-color: rgb(25,139,203); }
td.TdClassName
{
border-color: #198BCB;
}
.TagClassName
{
border-color: #198BCB;
}
</style>