Color Hex Logo

#1263bd Color Hex

#1263BD
(18,99,189)
0 Favorites   0 Comments

Color spaces of #1263bd

RGB 1899189
HSL0.590.830.41
HSV212°90°74°
CMYK 0.900.480.00   0.26
XYZ13.896612.726449.8681
Yxy12.72640.18170.1664
Hunter Lab35.67417.1038-57.9085
CIE-Lab42.348111.9063-53.5643

#1263bd color RGB value is (18,99,189).

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

The process color (four color CMYK) of #1263bd color hex is 0.90, 0.48, 0.00, 0.26. Web safe color of #1263bd is #0066cc. Color #1263bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100011 10111101
Octal 22 143 275
Decimal 18 99 189
Hex 12 63 BD

RGB Percentages of Color #1263bd

%5.88
%32.35
%61.76

CMYK Percentages of Color #1263bd

%90
%48
%0
%26

Triadic Colors of #1263bd

#1263bd #bd1263 #63bd12

Analogous Colors of #1263bd

#1263bd #1712bd #12b9bd

Monochromatic Colors of #1263bd

#1263bd

Complementary Color

#1263bd #bd6c12

#1263bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1263bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1263bd Color CSS Codes

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

#1263bd Text Font Color

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

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


#1263bd Background Color

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

This div background color is #1263bd


#1263bd Border Color

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

This div border color is #1263bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,99,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1263bd


Comments

No comments written yet.

Please login to write comment.