Color Hex Logo

#05183f Color Hex

#05183F
(5,24,63)
0 Favorites   0 Comments

Color spaces of #05183f

RGB 52463
HSL0.610.850.13
HSV220°92°25°
CMYK 0.920.620.00   0.75
XYZ1.28641.04444.8364
Yxy1.04440.17950.1457
Hunter Lab10.21964.5846-20.9052
CIE-Lab9.35609.8630-27.1128

#05183f color RGB value is (5,24,63).

#05183f hex color red value is 5, green value is 24 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #05183f hue: 0.61 , saturation: 0.85 and the lightness value of 05183f is 0.13.

The process color (four color CMYK) of #05183f color hex is 0.92, 0.62, 0.00, 0.75. Web safe color of #05183f is #000033. Color #05183f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00011000 00111111
Octal 5 30 77
Decimal 5 24 63
Hex 5 18 3F

RGB Percentages of Color #05183f

%5.43
%26.09
%68.48

CMYK Percentages of Color #05183f

%92
%62
%0
%75

Triadic Colors of #05183f

#05183f #3f0518 #183f05

Analogous Colors of #05183f

#05183f #0f053f #05353f

Monochromatic Colors of #05183f

#05183f

Complementary Color

#05183f #3f2c05

#05183f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05183f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05183f Color CSS Codes

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

#05183f Text Font Color

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

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


#05183f Background Color

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

This div background color is #05183f


#05183f Border Color

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

This div border color is #05183f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,24,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05183f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05183f;
  -webkit-box-shadow: 1px 1px 3px 2px #05183f;
  box-shadow:         1px 1px 3px 2px #05183f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05183f


Comments

No comments written yet.

Please login to write comment.