Color Hex Logo

#00132d Color Hex

#00132D
(0,19,45)
0 Favorites   0 Comments

Color spaces of #00132d

RGB 01945
HSL0.601.000.09
HSV215°100°18°
CMYK 1.000.580.00   0.82
XYZ0.70650.65522.5719
Yxy0.65520.17960.1666
Hunter Lab8.09441.4146-13.1725
CIE-Lab5.91843.4308-19.5942

#00132d color RGB value is (0,19,45).

#00132d hex color red value is 0, green value is 19 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #00132d hue: 0.60 , saturation: 1.00 and the lightness value of 00132d is 0.09.

The process color (four color CMYK) of #00132d color hex is 1.00, 0.58, 0.00, 0.82. Web safe color of #00132d is #000033. Color #00132d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010011 00101101
Octal 0 23 55
Decimal 0 19 45
Hex 0 13 2D

RGB Percentages of Color #00132d

%0.00
%29.69
%70.31

CMYK Percentages of Color #00132d

%100
%58
%0
%82

Triadic Colors of #00132d

#00132d #2d0013 #132d00

Analogous Colors of #00132d

#00132d #04002d #002a2d

Monochromatic Colors of #00132d

#00132d

Complementary Color

#00132d #2d1a00

#00132d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00132d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00132d Color CSS Codes

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

#00132d Text Font Color

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

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


#00132d Background Color

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

This div background color is #00132d


#00132d Border Color

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

This div border color is #00132d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00132d


Comments

No comments written yet.

Please login to write comment.