Color Hex Logo

#0013bf Color Hex

#0013BF
(0,19,191)
1 Favorites   0 Comments

Color spaces of #0013bf

RGB 019191
HSL0.651.000.37
HSV234°100°75°
CMYK 1.000.900.00   0.25
XYZ9.63684.227349.5983
Yxy4.22730.15190.0666
Hunter Lab20.560447.6835-128.6343
CIE-Lab24.409158.9726-84.2151

#0013bf color RGB value is (0,19,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010011 10111111
Octal 0 23 277
Decimal 0 19 191
Hex 0 13 BF

RGB Percentages of Color #0013bf

%0.00
%9.05
%90.95

CMYK Percentages of Color #0013bf

%100
%90
%0
%25

Triadic Colors of #0013bf

#0013bf #bf0013 #13bf00

Analogous Colors of #0013bf

#0013bf #4d00bf #0073bf

Monochromatic Colors of #0013bf

#0013bf

Complementary Color

#0013bf #bfac00

#0013bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0013bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0013bf Color CSS Codes

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

#0013bf Text Font Color

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

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


#0013bf Background Color

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

This div background color is #0013bf


#0013bf Border Color

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

This div border color is #0013bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0013bf

#0013bf Color Palettes


Comments

No comments written yet.

Please login to write comment.