Shades of Pacific Blue #019AC3
Tints of Pacific Blue #019AC3
RGB
CMYK
RGB Variations
Color information
#019AC3 (or 0x019AC3) is known color: Pacific Blue. HEX triplet: 01, 9A and C3. RGB value is (1,154,195). Sum of RGB (Red+Green+Blue) = 1+154+195=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 195 (76.56% from 255 or 55.71% from 350); Max value from RGB is 195 - color contains mainly: blue. Hex color #019AC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019AC3 is #FE653C. Grayscale: #707070. Windows color (decimal): -16672061 or 12818945. OLE color: 12818945.
HSL color Cylindrical-coordinate representation of color #019AC3: hue angle of 192.68º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019AC3 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 154 | 195 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.24 |
| HSL | 192.68º | 0.99% | 0.38% | - |
| HSV(B) | 192.68º | 0.99% | 0.76% | - |
| XYZ | 21.42 | 27.06 | 55.72 | - |
| YUV | 112.93 | 174.31 | 48.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 154 | 195 | 0.99 | 0.21 | 0 | 0.24 | 192.68 | 0.99 | 0.38 |
| Hex | 1 | 9A | C3 | 63 | 15 | 0 | 18 | C1 | 63 | 26 |
| Octal | 1 | 232 | 303 | 143 | 25 | 0 | 30 | 301 | 143 | 46 |
| Binary | 1 | 10011010 | 11000011 | 1100011 | 10101 | 0 | 11000 | 11000001 | 1100011 | 100110 |
Color Harmonies of #019AC3
Complementary color
Monochromatic Colors of #019AC3
Black with #019AC3
Text Example
Text Example
White with #019AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019AC3; }
p { color: rgb(1,154,195); }
H1.HeaderClassName
{
color: #019AC3;
}
.AnyTagClassName
{
color: #019AC3;
}
</style>
background-color css
<style>
a { background-color: #019AC3; }
a { background-color: rgb(1,154,195); }
div.DivClassName
{
background-color: #019AC3;
}
.BgClassName
{
background-color: #019AC3;
}
</style>
border-color css
<style>
span { border-color: #019AC3; }
span { border-color: rgb(1,154,195); }
td.TdClassName
{
border-color: #019AC3;
}
.TagClassName
{
border-color: #019AC3;
}
</style>