Shades of Pacific Blue #019BCC
Tints of Pacific Blue #019BCC
RGB
CMYK
RGB Variations
Color information
#019BCC (or 0x019BCC) is known color: Pacific Blue. HEX triplet: 01, 9B and CC. RGB value is (1,155,204). Sum of RGB (Red+Green+Blue) = 1+155+204=360 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #019BCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019BCC is #FE6433. Grayscale: #727272. Windows color (decimal): -16671796 or 13409025. OLE color: 13409025.
HSL color Cylindrical-coordinate representation of color #019BCC: hue angle of 194.48º 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 #019BCC is Cyan = 1.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 155 | 204 | - |
| CMYK | 1.00 | 0.24 | 0 | 0.2 |
| HSL | 194.48º | 0.99% | 0.4% | - |
| HSV(B) | 194.48º | 1% | 0.8% | - |
| XYZ | 22.63 | 27.81 | 61.3 | - |
| YUV | 114.54 | 178.48 | 47.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 155 | 204 | 1.00 | 0.24 | 0 | 0.2 | 194.48 | 0.99 | 0.4 |
| Hex | 1 | 9B | CC | 64 | 18 | 0 | 14 | C2 | 63 | 28 |
| Octal | 1 | 233 | 314 | 144 | 30 | 0 | 24 | 302 | 143 | 50 |
| Binary | 1 | 10011011 | 11001100 | 1100100 | 11000 | 0 | 10100 | 11000010 | 1100011 | 101000 |
Color Harmonies of #019BCC
Complementary color
Monochromatic Colors of #019BCC
Black with #019BCC
Text Example
Text Example
White with #019BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019BCC; }
p { color: rgb(1,155,204); }
H1.HeaderClassName
{
color: #019BCC;
}
.AnyTagClassName
{
color: #019BCC;
}
</style>
background-color css
<style>
a { background-color: #019BCC; }
a { background-color: rgb(1,155,204); }
div.DivClassName
{
background-color: #019BCC;
}
.BgClassName
{
background-color: #019BCC;
}
</style>
border-color css
<style>
span { border-color: #019BCC; }
span { border-color: rgb(1,155,204); }
td.TdClassName
{
border-color: #019BCC;
}
.TagClassName
{
border-color: #019BCC;
}
</style>