Shades of Pacific Blue #0084CB
Tints of Pacific Blue #0084CB
RGB
CMYK
RGB Variations
Color information
#0084CB (or 0x0084CB) is known color: Pacific Blue. HEX triplet: 00, 84 and CB. RGB value is (0,132,203). Sum of RGB (Red+Green+Blue) = 0+132+203=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #0084CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0084CB is #FF7B34. Grayscale: #646464. Windows color (decimal): -16743221 or 13337600. OLE color: 13337600.
HSL color Cylindrical-coordinate representation of color #0084CB: hue angle of 200.99º 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 #0084CB is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 132 | 203 | - |
| CMYK | 1 | 0.35 | 0 | 0.20 |
| HSL | 200.99º | 1% | 0.4% | - |
| HSV(B) | 200.99º | 1% | 0.8% | - |
| XYZ | 19.03 | 20.81 | 59.51 | - |
| YUV | 100.63 | 185.77 | 56.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 203 | 1 | 0.35 | 0 | 0.20 | 200.99 | 1 | 0.4 |
| Hex | 0 | 84 | CB | 64 | 23 | 0 | 14 | C9 | 64 | 28 |
| Octal | 0 | 204 | 313 | 144 | 43 | 0 | 24 | 311 | 144 | 50 |
| Binary | 0 | 10000100 | 11001011 | 1100100 | 100011 | 0 | 10100 | 11001001 | 1100100 | 101000 |
Color Harmonies of #0084CB
Complementary color
Monochromatic Colors of #0084CB
Black with #0084CB
Text Example
Text Example
White with #0084CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0084CB; }
p { color: rgb(0,132,203); }
H1.HeaderClassName
{
color: #0084CB;
}
.AnyTagClassName
{
color: #0084CB;
}
</style>
background-color css
<style>
a { background-color: #0084CB; }
a { background-color: rgb(0,132,203); }
div.DivClassName
{
background-color: #0084CB;
}
.BgClassName
{
background-color: #0084CB;
}
</style>
border-color css
<style>
span { border-color: #0084CB; }
span { border-color: rgb(0,132,203); }
td.TdClassName
{
border-color: #0084CB;
}
.TagClassName
{
border-color: #0084CB;
}
</style>