Color Hex Logo

#002193 Color Hex

#002193
(0,33,147)
1 Favorites   0 Comments

Color spaces of #002193

RGB 033147
HSL0.631.000.29
HSV227°100°58°
CMYK 1.000.780.00   0.42
XYZ5.81033.194327.9141
Yxy3.19430.15740.0865
Hunter Lab17.872626.7525-80.0905
CIE-Lab20.805838.3197-63.5946

#002193 color RGB value is (0,33,147).

#002193 hex color red value is 0, green value is 33 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #002193 hue: 0.63 , saturation: 1.00 and the lightness value of 002193 is 0.29.

The process color (four color CMYK) of #002193 color hex is 1.00, 0.78, 0.00, 0.42. Web safe color of #002193 is #003399. Color #002193 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100001 10010011
Octal 0 41 223
Decimal 0 33 147
Hex 0 21 93

RGB Percentages of Color #002193

%0.00
%18.33
%81.67

CMYK Percentages of Color #002193

%100
%78
%0
%42

Triadic Colors of #002193

#002193 #930021 #219300

Analogous Colors of #002193

#002193 #290093 #006b93

Monochromatic Colors of #002193

#002193

Complementary Color

#002193 #937200

#002193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002193 Color CSS Codes

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

#002193 Text Font Color

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

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


#002193 Background Color

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

This div background color is #002193


#002193 Border Color

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

This div border color is #002193


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,33,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #002193; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #002193;
  -webkit-box-shadow: 1px 1px 3px 2px #002193;
  box-shadow:         1px 1px 3px 2px #002193; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002193


Comments

No comments written yet.

Please login to write comment.