Shades of Pacific Blue #0198CA
Tints of Pacific Blue #0198CA
RGB
CMYK
RGB Variations
Color information
#0198CA (or 0x0198CA) is known color: Pacific Blue. HEX triplet: 01, 98 and CA. RGB value is (1,152,202). Sum of RGB (Red+Green+Blue) = 1+152+202=355 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #0198CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0198CA is #FE6735. Grayscale: #707070. Windows color (decimal): -16672566 or 13277185. OLE color: 13277185.
HSL color Cylindrical-coordinate representation of color #0198CA: hue angle of 194.93º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0198CA is Cyan = 1.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 152 | 202 | - |
| CMYK | 1.00 | 0.25 | 0 | 0.21 |
| HSL | 194.93º | 0.99% | 0.4% | - |
| HSV(B) | 194.93º | 1% | 0.79% | - |
| XYZ | 21.9 | 26.73 | 59.88 | - |
| YUV | 112.55 | 178.47 | 48.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 152 | 202 | 1.00 | 0.25 | 0 | 0.21 | 194.93 | 0.99 | 0.4 |
| Hex | 1 | 98 | CA | 64 | 19 | 0 | 15 | C3 | 63 | 28 |
| Octal | 1 | 230 | 312 | 144 | 31 | 0 | 25 | 303 | 143 | 50 |
| Binary | 1 | 10011000 | 11001010 | 1100100 | 11001 | 0 | 10101 | 11000011 | 1100011 | 101000 |
Color Harmonies of #0198CA
Complementary color
Monochromatic Colors of #0198CA
Black with #0198CA
Text Example
Text Example
White with #0198CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0198CA; }
p { color: rgb(1,152,202); }
H1.HeaderClassName
{
color: #0198CA;
}
.AnyTagClassName
{
color: #0198CA;
}
</style>
background-color css
<style>
a { background-color: #0198CA; }
a { background-color: rgb(1,152,202); }
div.DivClassName
{
background-color: #0198CA;
}
.BgClassName
{
background-color: #0198CA;
}
</style>
border-color css
<style>
span { border-color: #0198CA; }
span { border-color: rgb(1,152,202); }
td.TdClassName
{
border-color: #0198CA;
}
.TagClassName
{
border-color: #0198CA;
}
</style>