Color Hex Logo

#1300cd Color Hex

#1300CD
(19,0,205)
0 Favorites   0 Comments

Color spaces of #1300cd

RGB 190205
HSL0.681.000.40
HSV246°100°80°
CMYK 0.911.000.00   0.20
XYZ11.28804.546258.0402
Yxy4.54620.15280.0615
Hunter Lab21.321857.1866-146.4682
CIE-Lab25.400767.3192-90.7829

#1300cd color RGB value is (19,0,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000000 11001101
Octal 23 0 315
Decimal 19 0 205
Hex 13 0 CD

RGB Percentages of Color #1300cd

%8.48
%0.00
%91.52

CMYK Percentages of Color #1300cd

%91
%100
%0
%20

Triadic Colors of #1300cd

#1300cd #cd1300 #00cd13

Analogous Colors of #1300cd

#1300cd #7a00cd #0054cd

Monochromatic Colors of #1300cd

#1300cd

Complementary Color

#1300cd #bacd00

#1300cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1300cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1300cd Color CSS Codes

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

#1300cd Text Font Color

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

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


#1300cd Background Color

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

This div background color is #1300cd


#1300cd Border Color

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

This div border color is #1300cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1300cd


Comments

No comments written yet.

Please login to write comment.