Color Hex Logo

#003276 Color Hex

#003276
(0,50,118)
0 Favorites   0 Comments

Color spaces of #003276

RGB 050118
HSL0.601.000.23
HSV215°100°46°
CMYK 1.000.580.00   0.54
XYZ4.41063.589217.5999
Yxy3.58920.17230.1402
Hunter Lab18.94528.4022-41.8182
CIE-Lab22.264014.7448-42.9741

#003276 color RGB value is (0,50,118).

#003276 hex color red value is 0, green value is 50 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #003276 hue: 0.60 , saturation: 1.00 and the lightness value of 003276 is 0.23.

The process color (four color CMYK) of #003276 color hex is 1.00, 0.58, 0.00, 0.54. Web safe color of #003276 is #003366. Color #003276 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110010 01110110
Octal 0 62 166
Decimal 0 50 118
Hex 0 32 76

RGB Percentages of Color #003276

%0.00
%29.76
%70.24

CMYK Percentages of Color #003276

%100
%58
%0
%54

Triadic Colors of #003276

#003276 #760032 #327600

Analogous Colors of #003276

#003276 #090076 #006d76

Monochromatic Colors of #003276

#003276

Complementary Color

#003276 #764400

#003276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#003276 Color CSS Codes

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

#003276 Text Font Color

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

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


#003276 Background Color

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

This div background color is #003276


#003276 Border Color

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

This div border color is #003276


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,50,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #003276; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #003276;
  -webkit-box-shadow: 1px 1px 3px 2px #003276;
  box-shadow:         1px 1px 3px 2px #003276; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003276

#003276 Color Palettes


Comments

No comments written yet.

Please login to write comment.