Shades of Pacific Blue #019CCF
Tints of Pacific Blue #019CCF
RGB
CMYK
RGB Variations
Color information
#019CCF (or 0x019CCF) is known color: Pacific Blue. HEX triplet: 01, 9C and CF. RGB value is (1,156,207). Sum of RGB (Red+Green+Blue) = 1+156+207=364 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #019CCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019CCF is #FE6330. Grayscale: #737373. Windows color (decimal): -16671537 or 13605889. OLE color: 13605889.
HSL color Cylindrical-coordinate representation of color #019CCF: hue angle of 194.85º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019CCF is Cyan = 1.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 156 | 207 | - |
| CMYK | 1.00 | 0.25 | 0 | 0.19 |
| HSL | 194.85º | 0.99% | 0.41% | - |
| HSV(B) | 194.85º | 1% | 0.81% | - |
| XYZ | 23.16 | 28.29 | 63.27 | - |
| YUV | 115.47 | 179.65 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 156 | 207 | 1.00 | 0.25 | 0 | 0.19 | 194.85 | 0.99 | 0.41 |
| Hex | 1 | 9C | CF | 64 | 19 | 0 | 13 | C3 | 63 | 29 |
| Octal | 1 | 234 | 317 | 144 | 31 | 0 | 23 | 303 | 143 | 51 |
| Binary | 1 | 10011100 | 11001111 | 1100100 | 11001 | 0 | 10011 | 11000011 | 1100011 | 101001 |
Color Harmonies of #019CCF
Complementary color
Monochromatic Colors of #019CCF
Black with #019CCF
Text Example
Text Example
White with #019CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019CCF; }
p { color: rgb(1,156,207); }
H1.HeaderClassName
{
color: #019CCF;
}
.AnyTagClassName
{
color: #019CCF;
}
</style>
background-color css
<style>
a { background-color: #019CCF; }
a { background-color: rgb(1,156,207); }
div.DivClassName
{
background-color: #019CCF;
}
.BgClassName
{
background-color: #019CCF;
}
</style>
border-color css
<style>
span { border-color: #019CCF; }
span { border-color: rgb(1,156,207); }
td.TdClassName
{
border-color: #019CCF;
}
.TagClassName
{
border-color: #019CCF;
}
</style>