Color Hex Logo

#0022aa Color Hex

#0022AA
(0,34,170)
1 Favorites   0 Comments

Color spaces of #0022aa

RGB 034170
HSL0.631.000.33
HSV228°100°67°
CMYK 1.000.800.00   0.33
XYZ7.82774.046338.3987
Yxy4.04630.15570.0805
Hunter Lab20.115434.2594-99.0990
CIE-Lab23.823945.8832-72.6402

#0022aa color RGB value is (0,34,170). This hex color code is also a web safe color which is equal to #02A.

#0022aa hex color red value is 0, green value is 34 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #0022aa hue: 0.63 , saturation: 1.00 and the lightness value of 0022aa is 0.33.

The process color (four color CMYK) of #0022aa color hex is 1.00, 0.80, 0.00, 0.33. Web safe color of #0022aa is #003399. Color #0022aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100010 10101010
Octal 0 42 252
Decimal 0 34 170
Hex 0 22 AA

RGB Percentages of Color #0022aa

%0.00
%16.67
%83.33

CMYK Percentages of Color #0022aa

%100
%80
%0
%33

Triadic Colors of #0022aa

#0022aa #aa0022 #22aa00

Analogous Colors of #0022aa

#0022aa #3300aa #0077aa

Monochromatic Colors of #0022aa

#0022aa

Complementary Color

#0022aa #aa8800

#0022aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0022aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0022aa Color CSS Codes

.mybgcolor {background-color:#0022aa; } 
.myforecolor {color:#0022aa; }
.mybordercolor {border:3px solid #0022aa; }

#0022aa Text Font Color

<p style="color:#0022aa">Text here</p>

This sample text font color is #0022aa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0022aa Background Color

<div style="background-color:#0022aa">
Div content here</div>

This div background color is #0022aa


#0022aa Border Color

<div style="border:3px solid #0022aa">
Div here</div>

This div border color is #0022aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,34,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0022aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0022aa;
  -webkit-box-shadow: 1px 1px 3px 2px #0022aa;
  box-shadow:         1px 1px 3px 2px #0022aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,34,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0022aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0022aa;
  -webkit-box-shadow: 1px 1px 3px 2px #0022aa;
  box-shadow:         1px 1px 3px 2px #0022aa;">
Div content here</div>

This div box has shadow with color #0022aa


Comments

No comments written yet.

Please login to write comment.