Shades of Pacific Blue #019CCD
Tints of Pacific Blue #019CCD
RGB
CMYK
RGB Variations
Color information
#019CCD (or 0x019CCD) is known color: Pacific Blue. HEX triplet: 01, 9C and CD. RGB value is (1,156,205). Sum of RGB (Red+Green+Blue) = 1+156+205=362 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #019CCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019CCD is #FE6332. Grayscale: #727272. Windows color (decimal): -16671539 or 13474817. OLE color: 13474817.
HSL color Cylindrical-coordinate representation of color #019CCD: hue angle of 194.41º 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 #019CCD is Cyan = 1.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 156 | 205 | - |
| CMYK | 1.00 | 0.24 | 0 | 0.20 |
| HSL | 194.41º | 0.99% | 0.4% | - |
| HSV(B) | 194.41º | 1% | 0.8% | - |
| XYZ | 22.92 | 28.19 | 61.99 | - |
| YUV | 115.24 | 178.65 | 46.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 156 | 205 | 1.00 | 0.24 | 0 | 0.20 | 194.41 | 0.99 | 0.4 |
| Hex | 1 | 9C | CD | 64 | 18 | 0 | 14 | C2 | 63 | 28 |
| Octal | 1 | 234 | 315 | 144 | 30 | 0 | 24 | 302 | 143 | 50 |
| Binary | 1 | 10011100 | 11001101 | 1100100 | 11000 | 0 | 10100 | 11000010 | 1100011 | 101000 |
Color Harmonies of #019CCD
Complementary color
Monochromatic Colors of #019CCD
Black with #019CCD
Text Example
Text Example
White with #019CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019CCD; }
p { color: rgb(1,156,205); }
H1.HeaderClassName
{
color: #019CCD;
}
.AnyTagClassName
{
color: #019CCD;
}
</style>
background-color css
<style>
a { background-color: #019CCD; }
a { background-color: rgb(1,156,205); }
div.DivClassName
{
background-color: #019CCD;
}
.BgClassName
{
background-color: #019CCD;
}
</style>
border-color css
<style>
span { border-color: #019CCD; }
span { border-color: rgb(1,156,205); }
td.TdClassName
{
border-color: #019CCD;
}
.TagClassName
{
border-color: #019CCD;
}
</style>