Shades of Pacific Blue #019EDF
Tints of Pacific Blue #019EDF
RGB
CMYK
RGB Variations
Color information
#019EDF (or 0x019EDF) is known color: Pacific Blue. HEX triplet: 01, 9E and DF. RGB value is (1,158,223). Sum of RGB (Red+Green+Blue) = 1+158+223=382 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #019EDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019EDF is #FE6120. Grayscale: #767676. Windows color (decimal): -16671009 or 14654977. OLE color: 14654977.
HSL color Cylindrical-coordinate representation of color #019EDF: hue angle of 197.57º 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 #019EDF is Cyan = 1.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 158 | 223 | - |
| CMYK | 1.00 | 0.29 | 0 | 0.13 |
| HSL | 197.57º | 0.99% | 0.44% | - |
| HSV(B) | 197.57º | 1% | 0.87% | - |
| XYZ | 25.56 | 29.79 | 74.21 | - |
| YUV | 118.47 | 186.99 | 44.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 158 | 223 | 1.00 | 0.29 | 0 | 0.13 | 197.57 | 0.99 | 0.44 |
| Hex | 1 | 9E | DF | 64 | 1D | 0 | D | C6 | 63 | 2C |
| Octal | 1 | 236 | 337 | 144 | 35 | 0 | 15 | 306 | 143 | 54 |
| Binary | 1 | 10011110 | 11011111 | 1100100 | 11101 | 0 | 1101 | 11000110 | 1100011 | 101100 |
Color Harmonies of #019EDF
Complementary color
Monochromatic Colors of #019EDF
Black with #019EDF
Text Example
Text Example
White with #019EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019EDF; }
p { color: rgb(1,158,223); }
H1.HeaderClassName
{
color: #019EDF;
}
.AnyTagClassName
{
color: #019EDF;
}
</style>
background-color css
<style>
a { background-color: #019EDF; }
a { background-color: rgb(1,158,223); }
div.DivClassName
{
background-color: #019EDF;
}
.BgClassName
{
background-color: #019EDF;
}
</style>
border-color css
<style>
span { border-color: #019EDF; }
span { border-color: rgb(1,158,223); }
td.TdClassName
{
border-color: #019EDF;
}
.TagClassName
{
border-color: #019EDF;
}
</style>