Shades of Pacific Blue #0199C0
Tints of Pacific Blue #0199C0
RGB
CMYK
RGB Variations
Color information
#0199C0 (or 0x0199C0) is known color: Pacific Blue. HEX triplet: 01, 99 and C0. RGB value is (1,153,192). Sum of RGB (Red+Green+Blue) = 1+153+192=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 192 (75.39% from 255 or 55.49% from 346); Max value from RGB is 192 - color contains mainly: blue. Hex color #0199C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0199C0 is #FE663F. Grayscale: #6F6F6F. Windows color (decimal): -16672320 or 12622081. OLE color: 12622081.
HSL color Cylindrical-coordinate representation of color #0199C0: hue angle of 192.25º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0199C0 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 153 | 192 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.25 |
| HSL | 192.25º | 0.99% | 0.38% | - |
| HSV(B) | 192.25º | 0.99% | 0.75% | - |
| XYZ | 20.92 | 26.59 | 53.9 | - |
| YUV | 112 | 173.14 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 192 | 0.99 | 0.20 | 0 | 0.25 | 192.25 | 0.99 | 0.38 |
| Hex | 1 | 99 | C0 | 63 | 14 | 0 | 19 | C0 | 63 | 26 |
| Octal | 1 | 231 | 300 | 143 | 24 | 0 | 31 | 300 | 143 | 46 |
| Binary | 1 | 10011001 | 11000000 | 1100011 | 10100 | 0 | 11001 | 11000000 | 1100011 | 100110 |
Color Harmonies of #0199C0
Complementary color
Monochromatic Colors of #0199C0
Black with #0199C0
Text Example
Text Example
White with #0199C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0199C0; }
p { color: rgb(1,153,192); }
H1.HeaderClassName
{
color: #0199C0;
}
.AnyTagClassName
{
color: #0199C0;
}
</style>
background-color css
<style>
a { background-color: #0199C0; }
a { background-color: rgb(1,153,192); }
div.DivClassName
{
background-color: #0199C0;
}
.BgClassName
{
background-color: #0199C0;
}
</style>
border-color css
<style>
span { border-color: #0199C0; }
span { border-color: rgb(1,153,192); }
td.TdClassName
{
border-color: #0199C0;
}
.TagClassName
{
border-color: #0199C0;
}
</style>