Color Hex Logo

#023295 Color Hex

#023295
(2,50,149)
0 Favorites   0 Comments

Color spaces of #023295

RGB 250149
HSL0.610.970.30
HSV220°99°58°
CMYK 0.990.660.00   0.42
XYZ6.59054.464028.9481
Yxy4.46400.16480.1116
Hunter Lab21.128218.7051-66.4446
CIE-Lab25.149628.0448-57.6550

#023295 color RGB value is (2,50,149).

#023295 hex color red value is 2, green value is 50 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #023295 hue: 0.61 , saturation: 0.97 and the lightness value of 023295 is 0.30.

The process color (four color CMYK) of #023295 color hex is 0.99, 0.66, 0.00, 0.42. Web safe color of #023295 is #003399. Color #023295 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00110010 10010101
Octal 2 62 225
Decimal 2 50 149
Hex 2 32 95

RGB Percentages of Color #023295

%1.00
%24.88
%74.13

CMYK Percentages of Color #023295

%99
%66
%0
%42

Triadic Colors of #023295

#023295 #950232 #329502

Analogous Colors of #023295

#023295 #1c0295 #027c95

Monochromatic Colors of #023295

#023295

Complementary Color

#023295 #956502

#023295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#023295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#023295 Color CSS Codes

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

#023295 Text Font Color

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

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


#023295 Background Color

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

This div background color is #023295


#023295 Border Color

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

This div border color is #023295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #023295


Comments

No comments written yet.

Please login to write comment.