Color Hex Logo

#01117b Color Hex

#01117B
(1,17,123)
0 Favorites   0 Comments

Color spaces of #01117b

RGB 117123
HSL0.640.980.24
HSV232°99°48°
CMYK 0.990.860.00   0.52
XYZ3.78811.837418.8939
Yxy1.83740.15450.0749
Hunter Lab13.555126.1622-73.1535
CIE-Lab14.609738.8523-58.7783

#01117b color RGB value is (1,17,123).

#01117b hex color red value is 1, green value is 17 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #01117b hue: 0.64 , saturation: 0.98 and the lightness value of 01117b is 0.24.

The process color (four color CMYK) of #01117b color hex is 0.99, 0.86, 0.00, 0.52. Web safe color of #01117b is #000066. Color #01117b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010001 01111011
Octal 1 21 173
Decimal 1 17 123
Hex 1 11 7B

RGB Percentages of Color #01117b

%0.71
%12.06
%87.23

CMYK Percentages of Color #01117b

%99
%86
%0
%52

Triadic Colors of #01117b

#01117b #7b0111 #117b01

Analogous Colors of #01117b

#01117b #2e017b #014e7b

Monochromatic Colors of #01117b

#01117b

Complementary Color

#01117b #7b6b01

#01117b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01117b Color Preview on White Background

Lorem ipsum dolor sit amet.

#01117b Color CSS Codes

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

#01117b Text Font Color

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

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


#01117b Background Color

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

This div background color is #01117b


#01117b Border Color

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

This div border color is #01117b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01117b


Comments

No comments written yet.

Please login to write comment.