Shades of Pacific Blue #019CBC
Tints of Pacific Blue #019CBC
RGB
CMYK
RGB Variations
Color information
#019CBC (or 0x019CBC) is known color: Pacific Blue. HEX triplet: 01, 9C and BC. RGB value is (1,156,188). Sum of RGB (Red+Green+Blue) = 1+156+188=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #019CBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019CBC is #FE6343. Grayscale: #717171. Windows color (decimal): -16671556 or 12360705. OLE color: 12360705.
HSL color Cylindrical-coordinate representation of color #019CBC: hue angle of 190.27º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019CBC is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 156 | 188 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.26 |
| HSL | 190.27º | 0.99% | 0.37% | - |
| HSV(B) | 190.27º | 0.99% | 0.74% | - |
| XYZ | 20.98 | 27.41 | 51.76 | - |
| YUV | 113.3 | 170.15 | 47.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 156 | 188 | 0.99 | 0.17 | 0 | 0.26 | 190.27 | 0.99 | 0.37 |
| Hex | 1 | 9C | BC | 63 | 11 | 0 | 1A | BE | 63 | 25 |
| Octal | 1 | 234 | 274 | 143 | 21 | 0 | 32 | 276 | 143 | 45 |
| Binary | 1 | 10011100 | 10111100 | 1100011 | 10001 | 0 | 11010 | 10111110 | 1100011 | 100101 |
Color Harmonies of #019CBC
Complementary color
Monochromatic Colors of #019CBC
Black with #019CBC
Text Example
Text Example
White with #019CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019CBC; }
p { color: rgb(1,156,188); }
H1.HeaderClassName
{
color: #019CBC;
}
.AnyTagClassName
{
color: #019CBC;
}
</style>
background-color css
<style>
a { background-color: #019CBC; }
a { background-color: rgb(1,156,188); }
div.DivClassName
{
background-color: #019CBC;
}
.BgClassName
{
background-color: #019CBC;
}
</style>
border-color css
<style>
span { border-color: #019CBC; }
span { border-color: rgb(1,156,188); }
td.TdClassName
{
border-color: #019CBC;
}
.TagClassName
{
border-color: #019CBC;
}
</style>