color codes Logo

#05255c color codes

#05255C
(5,37,92)
0 Favorites   0 Comments

Color spaces of #05255c

RGB 53792
HSL0.610.900.19
HSV218°95°36°
CMYK 0.950.600.00   0.64
XYZ2.65592.128110.3960
Yxy2.12810.17500.1402
Hunter Lab14.58806.9688-32.0408
CIE-Lab16.145613.1676-35.9875

#05255c color RGB value is (5,37,92).

#05255c hex color red value is 5, green value is 37 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #05255c hue: 0.61 , saturation: 0.90 and the lightness value of 05255c is 0.19.

The process color (four color CMYK) of #05255c color code is 0.95, 0.60, 0.00, 0.64. Web safe color of #05255c is #003366. Color #05255c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100101 01011100
Octal 5 45 134
Decimal 5 37 92
Hex 5 25 5C

RGB Percentages of Color #05255c

%3.73
%27.61
%68.66

CMYK Percentages of Color #05255c

%95
%60
%0
%64

Triadic Colors of #05255c

#05255c #5c0525 #255c05

Analogous Colors of #05255c

#05255c #11055c #05505c

Monochromatic Colors of #05255c

#05255c

Complementary Color

#05255c #5c3c05

#05255c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05255c Color Preview on White Background

Lorem ipsum dolor sit amet.

#05255c Color CSS Codes

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

#05255c Text Font Color

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

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


#05255c Background Color

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

This div background color is #05255c


#05255c Border Color

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

This div border color is #05255c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05255c

#05255c Color Palettes


Comments

No comments written yet.

Please login to write comment.