Shades of Pacific Blue #019DD0
Tints of Pacific Blue #019DD0
RGB
CMYK
RGB Variations
Color information
#019DD0 (or 0x019DD0) is known color: Pacific Blue. HEX triplet: 01, 9D and D0. RGB value is (1,157,208). Sum of RGB (Red+Green+Blue) = 1+157+208=366 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 208 (81.64% from 255 or 56.83% from 366); Max value from RGB is 208 - color contains mainly: blue. Hex color #019DD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019DD0 is #FE622F. Grayscale: #737373. Windows color (decimal): -16671280 or 13671681. OLE color: 13671681.
HSL color Cylindrical-coordinate representation of color #019DD0: hue angle of 194.78º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019DD0 is Cyan = 1.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 157 | 208 | - |
| CMYK | 1.00 | 0.25 | 0 | 0.18 |
| HSL | 194.78º | 0.99% | 0.41% | - |
| HSV(B) | 194.78º | 1% | 0.82% | - |
| XYZ | 23.45 | 28.67 | 63.97 | - |
| YUV | 116.17 | 179.82 | 45.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 157 | 208 | 1.00 | 0.25 | 0 | 0.18 | 194.78 | 0.99 | 0.41 |
| Hex | 1 | 9D | D0 | 64 | 19 | 0 | 12 | C3 | 63 | 29 |
| Octal | 1 | 235 | 320 | 144 | 31 | 0 | 22 | 303 | 143 | 51 |
| Binary | 1 | 10011101 | 11010000 | 1100100 | 11001 | 0 | 10010 | 11000011 | 1100011 | 101001 |
Color Harmonies of #019DD0
Complementary color
Monochromatic Colors of #019DD0
Black with #019DD0
Text Example
Text Example
White with #019DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019DD0; }
p { color: rgb(1,157,208); }
H1.HeaderClassName
{
color: #019DD0;
}
.AnyTagClassName
{
color: #019DD0;
}
</style>
background-color css
<style>
a { background-color: #019DD0; }
a { background-color: rgb(1,157,208); }
div.DivClassName
{
background-color: #019DD0;
}
.BgClassName
{
background-color: #019DD0;
}
</style>
border-color css
<style>
span { border-color: #019DD0; }
span { border-color: rgb(1,157,208); }
td.TdClassName
{
border-color: #019DD0;
}
.TagClassName
{
border-color: #019DD0;
}
</style>