Color Hex Logo

#023585 Color Hex

#023585
(2,53,133)
0 Favorites   0 Comments

Color spaces of #023585

RGB 253133
HSL0.600.970.26
HSV217°98°52°
CMYK 0.980.600.00   0.48
XYZ5.53184.252622.7196
Yxy4.25260.17020.1308
Hunter Lab20.621811.7944-50.8860
CIE-Lab24.489519.2429-48.8156

#023585 color RGB value is (2,53,133).

#023585 hex color red value is 2, green value is 53 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #023585 hue: 0.60 , saturation: 0.97 and the lightness value of 023585 is 0.26.

The process color (four color CMYK) of #023585 color hex is 0.98, 0.60, 0.00, 0.48. Web safe color of #023585 is #003399. Color #023585 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00110101 10000101
Octal 2 65 205
Decimal 2 53 133
Hex 2 35 85

RGB Percentages of Color #023585

%1.06
%28.19
%70.74

CMYK Percentages of Color #023585

%98
%60
%0
%48

Triadic Colors of #023585

#023585 #850235 #358502

Analogous Colors of #023585

#023585 #100285 #027785

Monochromatic Colors of #023585

#023585

Complementary Color

#023585 #855202

#023585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#023585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#023585 Color CSS Codes

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

#023585 Text Font Color

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

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


#023585 Background Color

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

This div background color is #023585


#023585 Border Color

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

This div border color is #023585


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,53,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #023585; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #023585;
  -webkit-box-shadow: 1px 1px 3px 2px #023585;
  box-shadow:         1px 1px 3px 2px #023585; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #023585


Comments

No comments written yet.

Please login to write comment.