Shades of Pacific Blue #019DCC
Tints of Pacific Blue #019DCC
RGB
CMYK
RGB Variations
Color information
#019DCC (or 0x019DCC) is known color: Pacific Blue. HEX triplet: 01, 9D and CC. RGB value is (1,157,204). Sum of RGB (Red+Green+Blue) = 1+157+204=362 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #019DCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019DCC is #FE6233. Grayscale: #737373. Windows color (decimal): -16671284 or 13409537. OLE color: 13409537.
HSL color Cylindrical-coordinate representation of color #019DCC: hue angle of 193.89º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019DCC is Cyan = 1.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 157 | 204 | - |
| CMYK | 1.00 | 0.23 | 0 | 0.2 |
| HSL | 193.89º | 0.99% | 0.4% | - |
| HSV(B) | 193.89º | 1% | 0.8% | - |
| XYZ | 22.97 | 28.48 | 61.41 | - |
| YUV | 115.71 | 177.82 | 46.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 157 | 204 | 1.00 | 0.23 | 0 | 0.2 | 193.89 | 0.99 | 0.4 |
| Hex | 1 | 9D | CC | 64 | 17 | 0 | 14 | C2 | 63 | 28 |
| Octal | 1 | 235 | 314 | 144 | 27 | 0 | 24 | 302 | 143 | 50 |
| Binary | 1 | 10011101 | 11001100 | 1100100 | 10111 | 0 | 10100 | 11000010 | 1100011 | 101000 |
Color Harmonies of #019DCC
Complementary color
Monochromatic Colors of #019DCC
Black with #019DCC
Text Example
Text Example
White with #019DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019DCC; }
p { color: rgb(1,157,204); }
H1.HeaderClassName
{
color: #019DCC;
}
.AnyTagClassName
{
color: #019DCC;
}
</style>
background-color css
<style>
a { background-color: #019DCC; }
a { background-color: rgb(1,157,204); }
div.DivClassName
{
background-color: #019DCC;
}
.BgClassName
{
background-color: #019DCC;
}
</style>
border-color css
<style>
span { border-color: #019DCC; }
span { border-color: rgb(1,157,204); }
td.TdClassName
{
border-color: #019DCC;
}
.TagClassName
{
border-color: #019DCC;
}
</style>