Color Hex Logo

#01113a Color Hex

#01113A
(1,17,58)
0 Favorites   0 Comments

Color spaces of #01113a

RGB 11758
HSL0.620.970.12
HSV223°98°23°
CMYK 0.980.710.00   0.77
XYZ0.97670.71284.0891
Yxy0.71280.16900.1234
Hunter Lab8.44275.8750-22.8062
CIE-Lab6.438711.9853-28.2886

#01113a color RGB value is (1,17,58).

#01113a hex color red value is 1, green value is 17 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #01113a hue: 0.62 , saturation: 0.97 and the lightness value of 01113a is 0.12.

The process color (four color CMYK) of #01113a color hex is 0.98, 0.71, 0.00, 0.77. Web safe color of #01113a is #000033. Color #01113a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010001 00111010
Octal 1 21 72
Decimal 1 17 58
Hex 1 11 3A

RGB Percentages of Color #01113a

%1.32
%22.37
%76.32

CMYK Percentages of Color #01113a

%98
%71
%0
%77

Triadic Colors of #01113a

#01113a #3a0111 #113a01

Analogous Colors of #01113a

#01113a #0e013a #012e3a

Monochromatic Colors of #01113a

#01113a

Complementary Color

#01113a #3a2a01

#01113a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01113a Color Preview on White Background

Lorem ipsum dolor sit amet.

#01113a Color CSS Codes

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

#01113a Text Font Color

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

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


#01113a Background Color

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

This div background color is #01113a


#01113a Border Color

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

This div border color is #01113a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,17,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01113a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01113a;
  -webkit-box-shadow: 1px 1px 3px 2px #01113a;
  box-shadow:         1px 1px 3px 2px #01113a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01113a


Comments

No comments written yet.

Please login to write comment.