Shades of Pacific Blue #0198DF
Tints of Pacific Blue #0198DF
RGB
CMYK
RGB Variations
Color information
#0198DF (or 0x0198DF) is known color: Pacific Blue. HEX triplet: 01, 98 and DF. RGB value is (1,152,223). Sum of RGB (Red+Green+Blue) = 1+152+223=376 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #0198DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0198DF is #FE6720. Grayscale: #727272. Windows color (decimal): -16672545 or 14653441. OLE color: 14653441.
HSL color Cylindrical-coordinate representation of color #0198DF: hue angle of 199.19º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0198DF is Cyan = 1.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 152 | 223 | - |
| CMYK | 1.00 | 0.32 | 0 | 0.13 |
| HSL | 199.19º | 0.99% | 0.44% | - |
| HSV(B) | 199.19º | 1% | 0.87% | - |
| XYZ | 24.56 | 27.79 | 73.88 | - |
| YUV | 114.95 | 188.97 | 46.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 152 | 223 | 1.00 | 0.32 | 0 | 0.13 | 199.19 | 0.99 | 0.44 |
| Hex | 1 | 98 | DF | 64 | 20 | 0 | D | C7 | 63 | 2C |
| Octal | 1 | 230 | 337 | 144 | 40 | 0 | 15 | 307 | 143 | 54 |
| Binary | 1 | 10011000 | 11011111 | 1100100 | 100000 | 0 | 1101 | 11000111 | 1100011 | 101100 |
Color Harmonies of #0198DF
Complementary color
Monochromatic Colors of #0198DF
Black with #0198DF
Text Example
Text Example
White with #0198DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0198DF; }
p { color: rgb(1,152,223); }
H1.HeaderClassName
{
color: #0198DF;
}
.AnyTagClassName
{
color: #0198DF;
}
</style>
background-color css
<style>
a { background-color: #0198DF; }
a { background-color: rgb(1,152,223); }
div.DivClassName
{
background-color: #0198DF;
}
.BgClassName
{
background-color: #0198DF;
}
</style>
border-color css
<style>
span { border-color: #0198DF; }
span { border-color: rgb(1,152,223); }
td.TdClassName
{
border-color: #0198DF;
}
.TagClassName
{
border-color: #0198DF;
}
</style>