Shades of Pacific Blue #019EDC
Tints of Pacific Blue #019EDC
RGB
CMYK
RGB Variations
Color information
#019EDC (or 0x019EDC) is known color: Pacific Blue. HEX triplet: 01, 9E and DC. RGB value is (1,158,220). Sum of RGB (Red+Green+Blue) = 1+158+220=379 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #019EDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019EDC is #FE6123. Grayscale: #757575. Windows color (decimal): -16671012 or 14458369. OLE color: 14458369.
HSL color Cylindrical-coordinate representation of color #019EDC: hue angle of 196.99º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019EDC is Cyan = 1.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 158 | 220 | - |
| CMYK | 1.00 | 0.28 | 0 | 0.14 |
| HSL | 196.99º | 0.99% | 0.43% | - |
| HSV(B) | 196.99º | 1% | 0.86% | - |
| XYZ | 25.16 | 29.63 | 72.1 | - |
| YUV | 118.13 | 185.49 | 44.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 158 | 220 | 1.00 | 0.28 | 0 | 0.14 | 196.99 | 0.99 | 0.43 |
| Hex | 1 | 9E | DC | 64 | 1C | 0 | E | C5 | 63 | 2B |
| Octal | 1 | 236 | 334 | 144 | 34 | 0 | 16 | 305 | 143 | 53 |
| Binary | 1 | 10011110 | 11011100 | 1100100 | 11100 | 0 | 1110 | 11000101 | 1100011 | 101011 |
Color Harmonies of #019EDC
Complementary color
Monochromatic Colors of #019EDC
Black with #019EDC
Text Example
Text Example
White with #019EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019EDC; }
p { color: rgb(1,158,220); }
H1.HeaderClassName
{
color: #019EDC;
}
.AnyTagClassName
{
color: #019EDC;
}
</style>
background-color css
<style>
a { background-color: #019EDC; }
a { background-color: rgb(1,158,220); }
div.DivClassName
{
background-color: #019EDC;
}
.BgClassName
{
background-color: #019EDC;
}
</style>
border-color css
<style>
span { border-color: #019EDC; }
span { border-color: rgb(1,158,220); }
td.TdClassName
{
border-color: #019EDC;
}
.TagClassName
{
border-color: #019EDC;
}
</style>