Color Hex Logo

#1247bb Color Hex

#1247BB
(18,71,187)
0 Favorites   0 Comments

Color spaces of #1247bb

RGB 1871187
HSL0.610.820.40
HSV221°90°73°
CMYK 0.900.620.00   0.27
XYZ11.47238.222947.9962
Yxy8.22290.16950.1215
Hunter Lab28.675621.2305-79.1646
CIE-Lab34.442929.6746-65.2404

#1247bb color RGB value is (18,71,187).

#1247bb hex color red value is 18, green value is 71 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #1247bb hue: 0.61 , saturation: 0.82 and the lightness value of 1247bb is 0.40.

The process color (four color CMYK) of #1247bb color hex is 0.90, 0.62, 0.00, 0.27. Web safe color of #1247bb is #0033cc. Color #1247bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000111 10111011
Octal 22 107 273
Decimal 18 71 187
Hex 12 47 BB

RGB Percentages of Color #1247bb

%6.52
%25.72
%67.75

CMYK Percentages of Color #1247bb

%90
%62
%0
%27

Triadic Colors of #1247bb

#1247bb #bb1247 #47bb12

Analogous Colors of #1247bb

#1247bb #3212bb #129cbb

Monochromatic Colors of #1247bb

#1247bb

Complementary Color

#1247bb #bb8612

#1247bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1247bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1247bb Color CSS Codes

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

#1247bb Text Font Color

<p style="color:#1247bb">Text here</p>

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


#1247bb Background Color

<div style="background-color:#1247bb">
Div content here</div>

This div background color is #1247bb


#1247bb Border Color

<div style="border:3px solid #1247bb">
Div here</div>

This div border color is #1247bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,71,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1247bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1247bb;
  -webkit-box-shadow: 1px 1px 3px 2px #1247bb;
  box-shadow:         1px 1px 3px 2px #1247bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1247bb


Comments

No comments written yet.

Please login to write comment.