Color Hex Logo

#000292 Color Hex

#000292
(0,2,146)
0 Favorites   0 Comments

Color spaces of #000292

RGB 02146
HSL0.661.000.29
HSV239°100°57°
CMYK 1.000.990.00   0.43
XYZ5.21002.118727.3285
Yxy2.11870.15030.0611
Hunter Lab14.555838.4187-101.1282
CIE-Lab16.098251.5797-70.8163

#000292 color RGB value is (0,2,146).

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

The process color (four color CMYK) of #000292 color hex is 1.00, 0.99, 0.00, 0.43. Web safe color of #000292 is #000099. Color #000292 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000010 10010010
Octal 0 2 222
Decimal 0 2 146
Hex 0 2 92

RGB Percentages of Color #000292

%0.00
%1.35
%98.65

CMYK Percentages of Color #000292

%100
%99
%0
%43

Triadic Colors of #000292

#000292 #920002 #029200

Analogous Colors of #000292

#000292 #470092 #004b92

Monochromatic Colors of #000292

#000292

Complementary Color

#000292 #929000

#000292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#000292 Color CSS Codes

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

#000292 Text Font Color

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

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


#000292 Background Color

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

This div background color is #000292


#000292 Border Color

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

This div border color is #000292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000292

#000292 Color Palettes


Comments

No comments written yet.

Please login to write comment.