Color Hex Logo

#003399 Color Hex

#003399
(0,51,153)
14 Favorites   0 Comments

Color spaces of #003399

RGB 051153
HSL0.611.000.30
HSV220°100°60°
CMYK 1.000.670.00   0.40
XYZ6.93364.667630.6725
Yxy4.66760.16400.1104
Hunter Lab21.604619.4781-69.0519
CIE-Lab25.766028.8927-59.0969

#003399 color RGB value is (0,51,153). This hex color code is also a web safe color which is equal to #039.

#003399 hex color red value is 0, green value is 51 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #003399 hue: 0.61 , saturation: 1.00 and the lightness value of 003399 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110011 10011001
Octal 0 63 231
Decimal 0 51 153
Hex 0 33 99

RGB Percentages of Color #003399

%0.00
%25.00
%75.00

CMYK Percentages of Color #003399

%100
%67
%0
%40

Triadic Colors of #003399

#003399 #990033 #339900

Analogous Colors of #003399

#003399 #190099 #008099

Monochromatic Colors of #003399

#003399

Complementary Color

#003399 #996600

#003399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#003399 Color CSS Codes

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

#003399 Text Font Color

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

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


#003399 Background Color

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

This div background color is #003399


#003399 Border Color

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

This div border color is #003399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003399


Comments

No comments written yet.

Please login to write comment.