Shades of Pacific Blue #0188CA
Tints of Pacific Blue #0188CA
RGB
CMYK
RGB Variations
Color information
#0188CA (or 0x0188CA) is known color: Pacific Blue. HEX triplet: 01, 88 and CA. RGB value is (1,136,202). Sum of RGB (Red+Green+Blue) = 1+136+202=339 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 202 (79.30% from 255 or 59.59% from 339); Max value from RGB is 202 - color contains mainly: blue. Hex color #0188CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0188CA is #FE7735. Grayscale: #666666. Windows color (decimal): -16676662 or 13273089. OLE color: 13273089.
HSL color Cylindrical-coordinate representation of color #0188CA: hue angle of 199.7º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0188CA is Cyan = 1.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 136 | 202 | - |
| CMYK | 1.00 | 0.33 | 0 | 0.21 |
| HSL | 199.7º | 0.99% | 0.4% | - |
| HSV(B) | 199.7º | 1% | 0.79% | - |
| XYZ | 19.48 | 21.88 | 59.07 | - |
| YUV | 103.16 | 183.77 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 202 | 1.00 | 0.33 | 0 | 0.21 | 199.7 | 0.99 | 0.4 |
| Hex | 1 | 88 | CA | 64 | 21 | 0 | 15 | C8 | 63 | 28 |
| Octal | 1 | 210 | 312 | 144 | 41 | 0 | 25 | 310 | 143 | 50 |
| Binary | 1 | 10001000 | 11001010 | 1100100 | 100001 | 0 | 10101 | 11001000 | 1100011 | 101000 |
Color Harmonies of #0188CA
Complementary color
Monochromatic Colors of #0188CA
Black with #0188CA
Text Example
Text Example
White with #0188CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0188CA; }
p { color: rgb(1,136,202); }
H1.HeaderClassName
{
color: #0188CA;
}
.AnyTagClassName
{
color: #0188CA;
}
</style>
background-color css
<style>
a { background-color: #0188CA; }
a { background-color: rgb(1,136,202); }
div.DivClassName
{
background-color: #0188CA;
}
.BgClassName
{
background-color: #0188CA;
}
</style>
border-color css
<style>
span { border-color: #0188CA; }
span { border-color: rgb(1,136,202); }
td.TdClassName
{
border-color: #0188CA;
}
.TagClassName
{
border-color: #0188CA;
}
</style>