Shades of Pacific Blue #019CDF
Tints of Pacific Blue #019CDF
RGB
CMYK
RGB Variations
Color information
#019CDF (or 0x019CDF) is known color: Pacific Blue. HEX triplet: 01, 9C and DF. RGB value is (1,156,223). Sum of RGB (Red+Green+Blue) = 1+156+223=380 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #019CDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019CDF is #FE6320. Grayscale: #747474. Windows color (decimal): -16671521 or 14654465. OLE color: 14654465.
HSL color Cylindrical-coordinate representation of color #019CDF: hue angle of 198.11º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019CDF is Cyan = 1.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 156 | 223 | - |
| CMYK | 1.00 | 0.30 | 0 | 0.13 |
| HSL | 198.11º | 0.99% | 0.44% | - |
| HSV(B) | 198.11º | 1% | 0.87% | - |
| XYZ | 25.22 | 29.11 | 74.1 | - |
| YUV | 117.29 | 187.65 | 45.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 156 | 223 | 1.00 | 0.30 | 0 | 0.13 | 198.11 | 0.99 | 0.44 |
| Hex | 1 | 9C | DF | 64 | 1E | 0 | D | C6 | 63 | 2C |
| Octal | 1 | 234 | 337 | 144 | 36 | 0 | 15 | 306 | 143 | 54 |
| Binary | 1 | 10011100 | 11011111 | 1100100 | 11110 | 0 | 1101 | 11000110 | 1100011 | 101100 |
Color Harmonies of #019CDF
Complementary color
Monochromatic Colors of #019CDF
Black with #019CDF
Text Example
Text Example
White with #019CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019CDF; }
p { color: rgb(1,156,223); }
H1.HeaderClassName
{
color: #019CDF;
}
.AnyTagClassName
{
color: #019CDF;
}
</style>
background-color css
<style>
a { background-color: #019CDF; }
a { background-color: rgb(1,156,223); }
div.DivClassName
{
background-color: #019CDF;
}
.BgClassName
{
background-color: #019CDF;
}
</style>
border-color css
<style>
span { border-color: #019CDF; }
span { border-color: rgb(1,156,223); }
td.TdClassName
{
border-color: #019CDF;
}
.TagClassName
{
border-color: #019CDF;
}
</style>