Color Hex Logo

#003062 Color Hex

#003062
(0,48,98)
0 Favorites   0 Comments

Color spaces of #003062

RGB 04898
HSL0.591.000.19
HSV211°100°38°
CMYK 1.000.510.00   0.62
XYZ3.26162.995711.9616
Yxy2.99570.17900.1644
Hunter Lab17.30813.3480-28.8596
CIE-Lab20.02677.1930-33.6720

#003062 color RGB value is (0,48,98).

#003062 hex color red value is 0, green value is 48 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #003062 hue: 0.59 , saturation: 1.00 and the lightness value of 003062 is 0.19.

The process color (four color CMYK) of #003062 color hex is 1.00, 0.51, 0.00, 0.62. Web safe color of #003062 is #003366. Color #003062 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110000 01100010
Octal 0 60 142
Decimal 0 48 98
Hex 0 30 62

RGB Percentages of Color #003062

%0.00
%32.88
%67.12

CMYK Percentages of Color #003062

%100
%51
%0
%62

Triadic Colors of #003062

#003062 #620030 #306200

Analogous Colors of #003062

#003062 #010062 #006162

Monochromatic Colors of #003062

#003062

Complementary Color

#003062 #623200

#003062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#003062 Color CSS Codes

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

#003062 Text Font Color

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

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


#003062 Background Color

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

This div background color is #003062


#003062 Border Color

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

This div border color is #003062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003062

#003062 Color Palettes


Comments

No comments written yet.

Please login to write comment.