Shades of Pacific Blue #019DC7
Tints of Pacific Blue #019DC7
RGB
CMYK
RGB Variations
Color information
#019DC7 (or 0x019DC7) is known color: Pacific Blue. HEX triplet: 01, 9D and C7. RGB value is (1,157,199). Sum of RGB (Red+Green+Blue) = 1+157+199=357 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 199 (78.12% from 255 or 55.74% from 357); Max value from RGB is 199 - color contains mainly: blue. Hex color #019DC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019DC7 is #FE6238. Grayscale: #727272. Windows color (decimal): -16671289 or 13081857. OLE color: 13081857.
HSL color Cylindrical-coordinate representation of color #019DC7: hue angle of 192.73º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019DC7 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 157 | 199 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.22 |
| HSL | 192.73º | 0.99% | 0.39% | - |
| HSV(B) | 192.73º | 0.99% | 0.78% | - |
| XYZ | 22.38 | 28.24 | 58.31 | - |
| YUV | 115.14 | 175.32 | 46.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 157 | 199 | 0.99 | 0.21 | 0 | 0.22 | 192.73 | 0.99 | 0.39 |
| Hex | 1 | 9D | C7 | 63 | 15 | 0 | 16 | C1 | 63 | 27 |
| Octal | 1 | 235 | 307 | 143 | 25 | 0 | 26 | 301 | 143 | 47 |
| Binary | 1 | 10011101 | 11000111 | 1100011 | 10101 | 0 | 10110 | 11000001 | 1100011 | 100111 |
Color Harmonies of #019DC7
Complementary color
Monochromatic Colors of #019DC7
Black with #019DC7
Text Example
Text Example
White with #019DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019DC7; }
p { color: rgb(1,157,199); }
H1.HeaderClassName
{
color: #019DC7;
}
.AnyTagClassName
{
color: #019DC7;
}
</style>
background-color css
<style>
a { background-color: #019DC7; }
a { background-color: rgb(1,157,199); }
div.DivClassName
{
background-color: #019DC7;
}
.BgClassName
{
background-color: #019DC7;
}
</style>
border-color css
<style>
span { border-color: #019DC7; }
span { border-color: rgb(1,157,199); }
td.TdClassName
{
border-color: #019DC7;
}
.TagClassName
{
border-color: #019DC7;
}
</style>