Color Hex Logo

#0011be Color Hex

#0011BE
(0,17,190)
0 Favorites   0 Comments

Color spaces of #0011be

RGB 017190
HSL0.651.000.37
HSV235°100°75°
CMYK 1.000.910.00   0.25
XYZ9.49474.118649.0097
Yxy4.11860.15160.0658
Hunter Lab20.294347.9961-128.9761
CIE-Lab24.059759.3268-84.2063

#0011be color RGB value is (0,17,190).

#0011be hex color red value is 0, green value is 17 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #0011be hue: 0.65 , saturation: 1.00 and the lightness value of 0011be is 0.37.

The process color (four color CMYK) of #0011be color hex is 1.00, 0.91, 0.00, 0.25. Web safe color of #0011be is #0000cc. Color #0011be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010001 10111110
Octal 0 21 276
Decimal 0 17 190
Hex 0 11 BE

RGB Percentages of Color #0011be

%0.00
%8.21
%91.79

CMYK Percentages of Color #0011be

%100
%91
%0
%25

Triadic Colors of #0011be

#0011be #be0011 #11be00

Analogous Colors of #0011be

#0011be #4e00be #0070be

Monochromatic Colors of #0011be

#0011be

Complementary Color

#0011be #bead00

#0011be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0011be Color Preview on White Background

Lorem ipsum dolor sit amet.

#0011be Color CSS Codes

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

#0011be Text Font Color

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

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


#0011be Background Color

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

This div background color is #0011be


#0011be Border Color

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

This div border color is #0011be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,17,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0011be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0011be;
  -webkit-box-shadow: 1px 1px 3px 2px #0011be;
  box-shadow:         1px 1px 3px 2px #0011be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0011be


Comments

No comments written yet.

Please login to write comment.