Shades of Pacific Blue #019CCB
Tints of Pacific Blue #019CCB
RGB
CMYK
RGB Variations
Color information
#019CCB (or 0x019CCB) is known color: Pacific Blue. HEX triplet: 01, 9C and CB. RGB value is (1,156,203). Sum of RGB (Red+Green+Blue) = 1+156+203=360 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #019CCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019CCB is #FE6334. Grayscale: #727272. Windows color (decimal): -16671541 or 13343745. OLE color: 13343745.
HSL color Cylindrical-coordinate representation of color #019CCB: hue angle of 193.96º 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 #019CCB is Cyan = 1.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 156 | 203 | - |
| CMYK | 1.00 | 0.23 | 0 | 0.20 |
| HSL | 193.96º | 0.99% | 0.4% | - |
| HSV(B) | 193.96º | 1% | 0.8% | - |
| XYZ | 22.68 | 28.1 | 60.73 | - |
| YUV | 115.01 | 177.65 | 46.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 156 | 203 | 1.00 | 0.23 | 0 | 0.20 | 193.96 | 0.99 | 0.4 |
| Hex | 1 | 9C | CB | 64 | 17 | 0 | 14 | C2 | 63 | 28 |
| Octal | 1 | 234 | 313 | 144 | 27 | 0 | 24 | 302 | 143 | 50 |
| Binary | 1 | 10011100 | 11001011 | 1100100 | 10111 | 0 | 10100 | 11000010 | 1100011 | 101000 |
Color Harmonies of #019CCB
Complementary color
Monochromatic Colors of #019CCB
Black with #019CCB
Text Example
Text Example
White with #019CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019CCB; }
p { color: rgb(1,156,203); }
H1.HeaderClassName
{
color: #019CCB;
}
.AnyTagClassName
{
color: #019CCB;
}
</style>
background-color css
<style>
a { background-color: #019CCB; }
a { background-color: rgb(1,156,203); }
div.DivClassName
{
background-color: #019CCB;
}
.BgClassName
{
background-color: #019CCB;
}
</style>
border-color css
<style>
span { border-color: #019CCB; }
span { border-color: rgb(1,156,203); }
td.TdClassName
{
border-color: #019CCB;
}
.TagClassName
{
border-color: #019CCB;
}
</style>