Color Hex Logo

#003072 Color Hex

#003072
(0,48,114)
0 Favorites   0 Comments

Color spaces of #003072

RGB 048114
HSL0.601.000.22
HSV215°100°45°
CMYK 1.000.580.00   0.55
XYZ4.09423.328816.3463
Yxy3.32880.17220.1400
Hunter Lab18.24508.1269-40.3484
CIE-Lab21.315314.4305-41.9591

#003072 color RGB value is (0,48,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110000 01110010
Octal 0 60 162
Decimal 0 48 114
Hex 0 30 72

RGB Percentages of Color #003072

%0.00
%29.63
%70.37

CMYK Percentages of Color #003072

%100
%58
%0
%55

Triadic Colors of #003072

#003072 #720030 #307200

Analogous Colors of #003072

#003072 #090072 #006972

Monochromatic Colors of #003072

#003072

Complementary Color

#003072 #724200

#003072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#003072 Color CSS Codes

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

#003072 Text Font Color

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

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


#003072 Background Color

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

This div background color is #003072


#003072 Border Color

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

This div border color is #003072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003072


Comments

No comments written yet.

Please login to write comment.