Color Hex Logo

#023382 Color Hex

#023382
(2,51,130)
0 Favorites   0 Comments

Color spaces of #023382

RGB 251130
HSL0.600.970.26
HSV217°98°51°
CMYK 0.980.610.00   0.49
XYZ5.23813.992321.6136
Yxy3.99230.16980.1294
Hunter Lab19.980711.8288-50.1488
CIE-Lab23.646019.3872-48.3130

#023382 color RGB value is (2,51,130).

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

The process color (four color CMYK) of #023382 color hex is 0.98, 0.61, 0.00, 0.49. Web safe color of #023382 is #003399. Color #023382 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00110011 10000010
Octal 2 63 202
Decimal 2 51 130
Hex 2 33 82

RGB Percentages of Color #023382

%1.09
%27.87
%71.04

CMYK Percentages of Color #023382

%98
%61
%0
%49

Triadic Colors of #023382

#023382 #820233 #338202

Analogous Colors of #023382

#023382 #110282 #027382

Monochromatic Colors of #023382

#023382

Complementary Color

#023382 #825102

#023382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#023382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#023382 Color CSS Codes

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

#023382 Text Font Color

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

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


#023382 Background Color

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

This div background color is #023382


#023382 Border Color

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

This div border color is #023382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #023382


Comments

No comments written yet.

Please login to write comment.