Color Hex Logo

#0038aa Color Hex

#0038AA
(0,56,170)
0 Favorites   0 Comments

Color spaces of #0038aa

RGB 056170
HSL0.611.000.33
HSV220°100°67°
CMYK 1.000.670.00   0.33
XYZ8.66995.730638.6794
Yxy5.73060.16330.1080
Hunter Lab23.938722.7549-79.0420
CIE-Lab28.722432.3069-64.5381

#0038aa color RGB value is (0,56,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00111000 10101010
Octal 0 70 252
Decimal 0 56 170
Hex 0 38 AA

RGB Percentages of Color #0038aa

%0.00
%24.78
%75.22

CMYK Percentages of Color #0038aa

%100
%67
%0
%33

Triadic Colors of #0038aa

#0038aa #aa0038 #38aa00

Analogous Colors of #0038aa

#0038aa #1d00aa #008daa

Monochromatic Colors of #0038aa

#0038aa

Complementary Color

#0038aa #aa7200

#0038aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0038aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0038aa Color CSS Codes

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

#0038aa Text Font Color

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

This sample text font color is #0038aa
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.


#0038aa Background Color

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

This div background color is #0038aa


#0038aa Border Color

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

This div border color is #0038aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,56,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 #0038aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0038aa


Comments

No comments written yet.

Please login to write comment.