#0084D1

Color #0084D1 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0084D1

Tints of Pacific Blue #0084D1

Color information

#0084D1 (or 0x0084D1) is unknown color: approx Pacific Blue. HEX triplet: 00, 84 and D1. RGB value is (0,132,209). Sum of RGB (Red+Green+Blue) = 0+132+209=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 209 (82.03% from 255 or 61.29% from 341); Max value from RGB is 209 - color contains mainly: blue. Hex color #0084D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0084D1 is #FF7B2E. Grayscale: #646464. Windows color (decimal): -16743215 or 13730816. OLE color: 13730816.

HSL color Cylindrical-coordinate representation of color #0084D1: hue angle of 202.11º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0084D1 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB0132209-
CMYK10.3700.18
HSL202.11º100%40.98%-
HSV(B)202.11º100%81.96%-
XYZ19.7621.1163.35-
YUV101.31188.7755.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 132 (51.95% from 255) = 38.71%
BLUE value IS 209 (82.03% from 255) = 61.29%
R=0%
G=38.71%
B=61.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal013220910.3700.18202.1110040.98
Hex084D16425012ca6429
Octal02043211444502231214451
Binary010000100110100011100100100101010010110010101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0084D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0084D1; }

 p { color: rgb(0,132,209); }

 H1.HeaderClassName
 {
   color: #0084D1;
 }
 .AnyTagClassName
 {
   color: #0084D1;
 }
</style>
background-color css

<style>
 a { background-color: #0084D1; }

 a { background-color: rgb(0,132,209); }

 div.DivClassName
 {
   background-color: #0084D1;
 }
 .BgClassName
 {
   background-color: #0084D1;
 }
</style>
border-color css

<style>
 span { border-color: #0084D1; }

 span { border-color: rgb(0,132,209); }

 td.TdClassName
 {
   border-color: #0084D1;
 }
 .TagClassName
 {
   border-color: #0084D1;
 }
</style>