Shades of Pacific Blue #019CE0
Tints of Pacific Blue #019CE0
RGB
CMYK
RGB Variations
Color information
#019CE0 (or 0x019CE0) is known color: Pacific Blue. HEX triplet: 01, 9C and E0. RGB value is (1,156,224). Sum of RGB (Red+Green+Blue) = 1+156+224=381 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 224 (87.89% from 255 or 58.79% from 381); Max value from RGB is 224 - color contains mainly: blue. Hex color #019CE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019CE0 is #FE631F. Grayscale: #747474. Windows color (decimal): -16671520 or 14720001. OLE color: 14720001.
HSL color Cylindrical-coordinate representation of color #019CE0: hue angle of 198.3º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019CE0 is Cyan = 1.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 156 | 224 | - |
| CMYK | 1.00 | 0.30 | 0 | 0.12 |
| HSL | 198.3º | 0.99% | 0.44% | - |
| HSV(B) | 198.3º | 1% | 0.88% | - |
| XYZ | 25.36 | 29.17 | 74.81 | - |
| YUV | 117.41 | 188.15 | 44.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 156 | 224 | 1.00 | 0.30 | 0 | 0.12 | 198.3 | 0.99 | 0.44 |
| Hex | 1 | 9C | E0 | 64 | 1E | 0 | C | C6 | 63 | 2C |
| Octal | 1 | 234 | 340 | 144 | 36 | 0 | 14 | 306 | 143 | 54 |
| Binary | 1 | 10011100 | 11100000 | 1100100 | 11110 | 0 | 1100 | 11000110 | 1100011 | 101100 |
Color Harmonies of #019CE0
Complementary color
Monochromatic Colors of #019CE0
Black with #019CE0
Text Example
Text Example
White with #019CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019CE0; }
p { color: rgb(1,156,224); }
H1.HeaderClassName
{
color: #019CE0;
}
.AnyTagClassName
{
color: #019CE0;
}
</style>
background-color css
<style>
a { background-color: #019CE0; }
a { background-color: rgb(1,156,224); }
div.DivClassName
{
background-color: #019CE0;
}
.BgClassName
{
background-color: #019CE0;
}
</style>
border-color css
<style>
span { border-color: #019CE0; }
span { border-color: rgb(1,156,224); }
td.TdClassName
{
border-color: #019CE0;
}
.TagClassName
{
border-color: #019CE0;
}
</style>