color codes Logo

#05107c color codes

#05107C
(5,16,124)
0 Favorites   0 Comments

Color spaces of #05107c

RGB 516124
HSL0.650.920.25
HSV234°96°49°
CMYK 0.960.870.00   0.51
XYZ3.88601.858119.2226
Yxy1.85810.15560.0744
Hunter Lab13.631227.0323-74.0683
CIE-Lab14.724239.8175-59.2240

#05107c color RGB value is (5,16,124).

#05107c hex color red value is 5, green value is 16 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #05107c hue: 0.65 , saturation: 0.92 and the lightness value of 05107c is 0.25.

The process color (four color CMYK) of #05107c color code is 0.96, 0.87, 0.00, 0.51. Web safe color of #05107c is #000066. Color #05107c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010000 01111100
Octal 5 20 174
Decimal 5 16 124
Hex 5 10 7C

RGB Percentages of Color #05107c

%3.45
%11.03
%85.52

CMYK Percentages of Color #05107c

%96
%87
%0
%51

Triadic Colors of #05107c

#05107c #7c0510 #107c05

Analogous Colors of #05107c

#05107c #36057c #054c7c

Monochromatic Colors of #05107c

#05107c

Complementary Color

#05107c #7c7105

#05107c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05107c Color Preview on White Background

Lorem ipsum dolor sit amet.

#05107c Color CSS Codes

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

#05107c Text Font Color

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

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


#05107c Background Color

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

This div background color is #05107c


#05107c Border Color

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

This div border color is #05107c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,16,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05107c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05107c;
  -webkit-box-shadow: 1px 1px 3px 2px #05107c;
  box-shadow:         1px 1px 3px 2px #05107c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,16,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05107c


Comments

No comments written yet.

Please login to write comment.