Color Hex Logo

#00202e Color Hex

#00202E
(0,32,46)
1 Favorites   0 Comments

Color spaces of #00202e

RGB 03246
HSL0.551.000.09
HSV198°100°18°
CMYK 1.000.300.00   0.82
XYZ1.00971.23032.7690
Yxy1.23030.20160.2456
Hunter Lab11.0919-3.1619-7.0369
CIE-Lab10.7790-5.5125-12.6437

#00202e color RGB value is (0,32,46).

#00202e hex color red value is 0, green value is 32 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #00202e hue: 0.55 , saturation: 1.00 and the lightness value of 00202e is 0.09.

The process color (four color CMYK) of #00202e color hex is 1.00, 0.30, 0.00, 0.82. Web safe color of #00202e is #003333. Color #00202e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100000 00101110
Octal 0 40 56
Decimal 0 32 46
Hex 0 20 2E

RGB Percentages of Color #00202e

%0.00
%41.03
%58.97

CMYK Percentages of Color #00202e

%100
%30
%0
%82

Triadic Colors of #00202e

#00202e #2e0020 #202e00

Analogous Colors of #00202e

#00202e #00092e #002e25

Monochromatic Colors of #00202e

#00202e

Complementary Color

#00202e #2e0e00

#00202e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00202e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00202e Color CSS Codes

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

#00202e Text Font Color

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

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


#00202e Background Color

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

This div background color is #00202e


#00202e Border Color

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

This div border color is #00202e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00202e

#00202e Color Palettes


Comments

No comments written yet.

Please login to write comment.