Shades of Pacific Blue #019ED0
Tints of Pacific Blue #019ED0
RGB
CMYK
RGB Variations
Color information
#019ED0 (or 0x019ED0) is known color: Pacific Blue. HEX triplet: 01, 9E and D0. RGB value is (1,158,208). Sum of RGB (Red+Green+Blue) = 1+158+208=367 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 208 (81.64% from 255 or 56.68% from 367); Max value from RGB is 208 - color contains mainly: blue. Hex color #019ED0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019ED0 is #FE612F. Grayscale: #747474. Windows color (decimal): -16671024 or 13671937. OLE color: 13671937.
HSL color Cylindrical-coordinate representation of color #019ED0: hue angle of 194.49º 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 #019ED0 is Cyan = 1.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 158 | 208 | - |
| CMYK | 1.00 | 0.24 | 0 | 0.18 |
| HSL | 194.49º | 0.99% | 0.41% | - |
| HSV(B) | 194.49º | 1% | 0.82% | - |
| XYZ | 23.62 | 29.01 | 64.03 | - |
| YUV | 116.76 | 179.49 | 45.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 158 | 208 | 1.00 | 0.24 | 0 | 0.18 | 194.49 | 0.99 | 0.41 |
| Hex | 1 | 9E | D0 | 64 | 18 | 0 | 12 | C2 | 63 | 29 |
| Octal | 1 | 236 | 320 | 144 | 30 | 0 | 22 | 302 | 143 | 51 |
| Binary | 1 | 10011110 | 11010000 | 1100100 | 11000 | 0 | 10010 | 11000010 | 1100011 | 101001 |
Color Harmonies of #019ED0
Complementary color
Monochromatic Colors of #019ED0
Black with #019ED0
Text Example
Text Example
White with #019ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019ED0; }
p { color: rgb(1,158,208); }
H1.HeaderClassName
{
color: #019ED0;
}
.AnyTagClassName
{
color: #019ED0;
}
</style>
background-color css
<style>
a { background-color: #019ED0; }
a { background-color: rgb(1,158,208); }
div.DivClassName
{
background-color: #019ED0;
}
.BgClassName
{
background-color: #019ED0;
}
</style>
border-color css
<style>
span { border-color: #019ED0; }
span { border-color: rgb(1,158,208); }
td.TdClassName
{
border-color: #019ED0;
}
.TagClassName
{
border-color: #019ED0;
}
</style>