Color Hex Logo

#002290 Color Hex

#002290
(0,34,144)
0 Favorites   0 Comments

Color spaces of #002290

RGB 034144
HSL0.631.000.28
HSV226°100°56°
CMYK 1.000.760.00   0.44
XYZ5.60613.157726.6996
Yxy3.15770.15810.0890
Hunter Lab17.769925.2163-76.6453
CIE-Lab20.664736.5929-61.9678

#002290 color RGB value is (0,34,144).

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

The process color (four color CMYK) of #002290 color hex is 1.00, 0.76, 0.00, 0.44. Web safe color of #002290 is #003399. Color #002290 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100010 10010000
Octal 0 42 220
Decimal 0 34 144
Hex 0 22 90

RGB Percentages of Color #002290

%0.00
%19.10
%80.90

CMYK Percentages of Color #002290

%100
%76
%0
%44

Triadic Colors of #002290

#002290 #900022 #229000

Analogous Colors of #002290

#002290 #260090 #006a90

Monochromatic Colors of #002290

#002290

Complementary Color

#002290 #906e00

#002290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002290 Color CSS Codes

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

#002290 Text Font Color

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

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


#002290 Background Color

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

This div background color is #002290


#002290 Border Color

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

This div border color is #002290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002290


Comments

No comments written yet.

Please login to write comment.