Shades of Pacific Blue #019CDC
Tints of Pacific Blue #019CDC
RGB
CMYK
RGB Variations
Color information
#019CDC (or 0x019CDC) is known color: Pacific Blue. HEX triplet: 01, 9C and DC. RGB value is (1,156,220). Sum of RGB (Red+Green+Blue) = 1+156+220=377 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #019CDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019CDC is #FE6323. Grayscale: #747474. Windows color (decimal): -16671524 or 14457857. OLE color: 14457857.
HSL color Cylindrical-coordinate representation of color #019CDC: hue angle of 197.53º 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 #019CDC is Cyan = 1.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 156 | 220 | - |
| CMYK | 1.00 | 0.29 | 0 | 0.14 |
| HSL | 197.53º | 0.99% | 0.43% | - |
| HSV(B) | 197.53º | 1% | 0.86% | - |
| XYZ | 24.82 | 28.95 | 71.99 | - |
| YUV | 116.95 | 186.15 | 45.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 156 | 220 | 1.00 | 0.29 | 0 | 0.14 | 197.53 | 0.99 | 0.43 |
| Hex | 1 | 9C | DC | 64 | 1D | 0 | E | C6 | 63 | 2B |
| Octal | 1 | 234 | 334 | 144 | 35 | 0 | 16 | 306 | 143 | 53 |
| Binary | 1 | 10011100 | 11011100 | 1100100 | 11101 | 0 | 1110 | 11000110 | 1100011 | 101011 |
Color Harmonies of #019CDC
Complementary color
Monochromatic Colors of #019CDC
Black with #019CDC
Text Example
Text Example
White with #019CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019CDC; }
p { color: rgb(1,156,220); }
H1.HeaderClassName
{
color: #019CDC;
}
.AnyTagClassName
{
color: #019CDC;
}
</style>
background-color css
<style>
a { background-color: #019CDC; }
a { background-color: rgb(1,156,220); }
div.DivClassName
{
background-color: #019CDC;
}
.BgClassName
{
background-color: #019CDC;
}
</style>
border-color css
<style>
span { border-color: #019CDC; }
span { border-color: rgb(1,156,220); }
td.TdClassName
{
border-color: #019CDC;
}
.TagClassName
{
border-color: #019CDC;
}
</style>