Color Hex Logo

#1300be Color Hex

#1300BE
(19,0,190)
0 Favorites   0 Comments

Color spaces of #1300be

RGB 190190
HSL0.681.000.37
HSV246°100°75°
CMYK 0.901.000.00   0.25
XYZ9.56283.856248.9555
Yxy3.85620.15330.0618
Hunter Lab19.637252.5596-134.0637
CIE-Lab23.190263.6279-85.6489

#1300be color RGB value is (19,0,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000000 10111110
Octal 23 0 276
Decimal 19 0 190
Hex 13 0 BE

RGB Percentages of Color #1300be

%9.09
%0.00
%90.91

CMYK Percentages of Color #1300be

%90
%100
%0
%25

Triadic Colors of #1300be

#1300be #be1300 #00be13

Analogous Colors of #1300be

#1300be #7200be #004cbe

Monochromatic Colors of #1300be

#1300be

Complementary Color

#1300be #abbe00

#1300be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1300be Color Preview on White Background

Lorem ipsum dolor sit amet.

#1300be Color CSS Codes

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

#1300be Text Font Color

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

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


#1300be Background Color

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

This div background color is #1300be


#1300be Border Color

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

This div border color is #1300be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,0,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 #1300be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1300be


Comments

No comments written yet.

Please login to write comment.