Color Hex Logo

#001308 Color Hex

#001308
(0,19,8)
0 Favorites   0 Comments

Color spaces of #001308

RGB 0198
HSL0.401.000.04
HSV145°100°
CMYK 1.000.000.58   0.93
XYZ0.27670.48330.3084
Yxy0.48330.25900.4524
Hunter Lab6.9520-5.06142.2362
CIE-Lab4.3656-7.48263.1157

#001308 color RGB value is (0,19,8).

#001308 hex color red value is 0, green value is 19 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #001308 hue: 0.40 , saturation: 1.00 and the lightness value of 001308 is 0.04.

The process color (four color CMYK) of #001308 color hex is 1.00, 0.00, 0.58, 0.93. Web safe color of #001308 is #000000. Color #001308 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010011 00001000
Octal 0 23 10
Decimal 0 19 8
Hex 0 13 8

RGB Percentages of Color #001308

%0.00
%70.37
%29.63

CMYK Percentages of Color #001308

%100
%0
%58
%93

Triadic Colors of #001308

#001308 #080013 #130800

Analogous Colors of #001308

#001308 #001312 #021300

Monochromatic Colors of #001308

#001308

Complementary Color

#001308 #13000b

#001308 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001308 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001308 Color CSS Codes

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

#001308 Text Font Color

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

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


#001308 Background Color

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

This div background color is #001308


#001308 Border Color

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

This div border color is #001308


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001308

#001308 Color Palettes


Comments

No comments written yet.

Please login to write comment.