Shades of Pacific Blue #0085CB
Tints of Pacific Blue #0085CB
RGB
CMYK
RGB Variations
Color information
#0085CB (or 0x0085CB) is known color: Pacific Blue. HEX triplet: 00, 85 and CB. RGB value is (0,133,203). Sum of RGB (Red+Green+Blue) = 0+133+203=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #0085CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0085CB is #FF7A34. Grayscale: #646464. Windows color (decimal): -16742965 or 13337856. OLE color: 13337856.
HSL color Cylindrical-coordinate representation of color #0085CB: hue angle of 200.69º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0085CB is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 133 | 203 | - |
| CMYK | 1 | 0.34 | 0 | 0.20 |
| HSL | 200.69º | 1% | 0.4% | - |
| HSV(B) | 200.69º | 1% | 0.8% | - |
| XYZ | 19.17 | 21.09 | 59.56 | - |
| YUV | 101.21 | 185.44 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 203 | 1 | 0.34 | 0 | 0.20 | 200.69 | 1 | 0.4 |
| Hex | 0 | 85 | CB | 64 | 22 | 0 | 14 | C9 | 64 | 28 |
| Octal | 0 | 205 | 313 | 144 | 42 | 0 | 24 | 311 | 144 | 50 |
| Binary | 0 | 10000101 | 11001011 | 1100100 | 100010 | 0 | 10100 | 11001001 | 1100100 | 101000 |
Color Harmonies of #0085CB
Complementary color
Monochromatic Colors of #0085CB
Black with #0085CB
Text Example
Text Example
White with #0085CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0085CB; }
p { color: rgb(0,133,203); }
H1.HeaderClassName
{
color: #0085CB;
}
.AnyTagClassName
{
color: #0085CB;
}
</style>
background-color css
<style>
a { background-color: #0085CB; }
a { background-color: rgb(0,133,203); }
div.DivClassName
{
background-color: #0085CB;
}
.BgClassName
{
background-color: #0085CB;
}
</style>
border-color css
<style>
span { border-color: #0085CB; }
span { border-color: rgb(0,133,203); }
td.TdClassName
{
border-color: #0085CB;
}
.TagClassName
{
border-color: #0085CB;
}
</style>