Color Hex Logo

#03124d Color Hex

#03124D
(3,18,77)
0 Favorites   0 Comments

Color spaces of #03124d

RGB 31877
HSL0.630.930.16
HSV228°96°30°
CMYK 0.960.770.00   0.70
XYZ1.59340.98787.1279
Yxy0.98780.16410.1017
Hunter Lab9.938811.2244-35.5643
CIE-Lab8.889420.6854-37.6926

#03124d color RGB value is (3,18,77).

#03124d hex color red value is 3, green value is 18 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #03124d hue: 0.63 , saturation: 0.93 and the lightness value of 03124d is 0.16.

The process color (four color CMYK) of #03124d color hex is 0.96, 0.77, 0.00, 0.70. Web safe color of #03124d is #000066. Color #03124d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00010010 01001101
Octal 3 22 115
Decimal 3 18 77
Hex 3 12 4D

RGB Percentages of Color #03124d

%3.06
%18.37
%78.57

CMYK Percentages of Color #03124d

%96
%77
%0
%70

Triadic Colors of #03124d

#03124d #4d0312 #124d03

Analogous Colors of #03124d

#03124d #19034d #03374d

Monochromatic Colors of #03124d

#03124d

Complementary Color

#03124d #4d3e03

#03124d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03124d Color Preview on White Background

Lorem ipsum dolor sit amet.

#03124d Color CSS Codes

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

#03124d Text Font Color

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

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


#03124d Background Color

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

This div background color is #03124d


#03124d Border Color

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

This div border color is #03124d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,18,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03124d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03124d;
  -webkit-box-shadow: 1px 1px 3px 2px #03124d;
  box-shadow:         1px 1px 3px 2px #03124d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,18,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03124d


Comments

No comments written yet.

Please login to write comment.