Color Hex Logo

#1263cd Color Hex

#1263CD
(18,99,205)
0 Favorites   0 Comments

Color spaces of #1263cd

RGB 1899205
HSL0.590.840.44
HSV214°91°80°
CMYK 0.910.520.00   0.20
XYZ15.730713.460159.5266
Yxy13.46010.17730.1517
Hunter Lab36.688012.3313-70.5169
CIE-Lab43.448518.2761-61.0387

#1263cd color RGB value is (18,99,205).

#1263cd hex color red value is 18, green value is 99 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #1263cd hue: 0.59 , saturation: 0.84 and the lightness value of 1263cd is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100011 11001101
Octal 22 143 315
Decimal 18 99 205
Hex 12 63 CD

RGB Percentages of Color #1263cd

%5.59
%30.75
%63.66

CMYK Percentages of Color #1263cd

%91
%52
%0
%20

Triadic Colors of #1263cd

#1263cd #cd1263 #63cd12

Analogous Colors of #1263cd

#1263cd #1f12cd #12c1cd

Monochromatic Colors of #1263cd

#1263cd

Complementary Color

#1263cd #cd7c12

#1263cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1263cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1263cd Color CSS Codes

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

#1263cd Text Font Color

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

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


#1263cd Background Color

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

This div background color is #1263cd


#1263cd Border Color

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

This div border color is #1263cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,99,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 #1263cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1263cd


Comments

No comments written yet.

Please login to write comment.