Shades of Pacific Blue #0187DE
Tints of Pacific Blue #0187DE
RGB
CMYK
RGB Variations
Color information
#0187DE (or 0x0187DE) is known color: Pacific Blue. HEX triplet: 01, 87 and DE. RGB value is (1,135,222). Sum of RGB (Red+Green+Blue) = 1+135+222=358 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #0187DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0187DE is #FE7821. Grayscale: #686868. Windows color (decimal): -16676898 or 14583553. OLE color: 14583553.
HSL color Cylindrical-coordinate representation of color #0187DE: hue angle of 203.62º 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 #0187DE is Cyan = 1.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 135 | 222 | - |
| CMYK | 1.00 | 0.39 | 0 | 0.13 |
| HSL | 203.62º | 0.99% | 0.44% | - |
| HSV(B) | 203.62º | 1% | 0.87% | - |
| XYZ | 21.86 | 22.61 | 72.32 | - |
| YUV | 104.85 | 194.11 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 135 | 222 | 1.00 | 0.39 | 0 | 0.13 | 203.62 | 0.99 | 0.44 |
| Hex | 1 | 87 | DE | 64 | 27 | 0 | D | CC | 63 | 2C |
| Octal | 1 | 207 | 336 | 144 | 47 | 0 | 15 | 314 | 143 | 54 |
| Binary | 1 | 10000111 | 11011110 | 1100100 | 100111 | 0 | 1101 | 11001100 | 1100011 | 101100 |
Color Harmonies of #0187DE
Complementary color
Monochromatic Colors of #0187DE
Black with #0187DE
Text Example
Text Example
White with #0187DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0187DE; }
p { color: rgb(1,135,222); }
H1.HeaderClassName
{
color: #0187DE;
}
.AnyTagClassName
{
color: #0187DE;
}
</style>
background-color css
<style>
a { background-color: #0187DE; }
a { background-color: rgb(1,135,222); }
div.DivClassName
{
background-color: #0187DE;
}
.BgClassName
{
background-color: #0187DE;
}
</style>
border-color css
<style>
span { border-color: #0187DE; }
span { border-color: rgb(1,135,222); }
td.TdClassName
{
border-color: #0187DE;
}
.TagClassName
{
border-color: #0187DE;
}
</style>