Shades of Pacific Blue #019BC4
Tints of Pacific Blue #019BC4
RGB
CMYK
RGB Variations
Color information
#019BC4 (or 0x019BC4) is known color: Pacific Blue. HEX triplet: 01, 9B and C4. RGB value is (1,155,196). Sum of RGB (Red+Green+Blue) = 1+155+196=352 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 196 (76.95% from 255 or 55.68% from 352); Max value from RGB is 196 - color contains mainly: blue. Hex color #019BC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019BC4 is #FE643B. Grayscale: #717171. Windows color (decimal): -16671804 or 12884737. OLE color: 12884737.
HSL color Cylindrical-coordinate representation of color #019BC4: hue angle of 192.62º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019BC4 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 155 | 196 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.23 |
| HSL | 192.62º | 0.99% | 0.39% | - |
| HSV(B) | 192.62º | 0.99% | 0.77% | - |
| XYZ | 21.7 | 27.43 | 56.38 | - |
| YUV | 113.63 | 174.48 | 47.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 155 | 196 | 0.99 | 0.21 | 0 | 0.23 | 192.62 | 0.99 | 0.39 |
| Hex | 1 | 9B | C4 | 63 | 15 | 0 | 17 | C1 | 63 | 27 |
| Octal | 1 | 233 | 304 | 143 | 25 | 0 | 27 | 301 | 143 | 47 |
| Binary | 1 | 10011011 | 11000100 | 1100011 | 10101 | 0 | 10111 | 11000001 | 1100011 | 100111 |
Color Harmonies of #019BC4
Complementary color
Monochromatic Colors of #019BC4
Black with #019BC4
Text Example
Text Example
White with #019BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019BC4; }
p { color: rgb(1,155,196); }
H1.HeaderClassName
{
color: #019BC4;
}
.AnyTagClassName
{
color: #019BC4;
}
</style>
background-color css
<style>
a { background-color: #019BC4; }
a { background-color: rgb(1,155,196); }
div.DivClassName
{
background-color: #019BC4;
}
.BgClassName
{
background-color: #019BC4;
}
</style>
border-color css
<style>
span { border-color: #019BC4; }
span { border-color: rgb(1,155,196); }
td.TdClassName
{
border-color: #019BC4;
}
.TagClassName
{
border-color: #019BC4;
}
</style>