Color Hex Logo

#1249bf Color Hex

#1249BF
(18,73,191)
0 Favorites   0 Comments

Color spaces of #1249bf

RGB 1873191
HSL0.610.830.41
HSV221°91°75°
CMYK 0.910.620.00   0.25
XYZ12.03608.655350.3265
Yxy8.65530.16950.1219
Hunter Lab29.419921.5415-80.8292
CIE-Lab35.312029.9111-66.1665

#1249bf color RGB value is (18,73,191).

#1249bf hex color red value is 18, green value is 73 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #1249bf hue: 0.61 , saturation: 0.83 and the lightness value of 1249bf is 0.41.

The process color (four color CMYK) of #1249bf color hex is 0.91, 0.62, 0.00, 0.25. Web safe color of #1249bf is #0033cc. Color #1249bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001001 10111111
Octal 22 111 277
Decimal 18 73 191
Hex 12 49 BF

RGB Percentages of Color #1249bf

%6.38
%25.89
%67.73

CMYK Percentages of Color #1249bf

%91
%62
%0
%25

Triadic Colors of #1249bf

#1249bf #bf1249 #49bf12

Analogous Colors of #1249bf

#1249bf #3212bf #12a0bf

Monochromatic Colors of #1249bf

#1249bf

Complementary Color

#1249bf #bf8812

#1249bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1249bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1249bf Color CSS Codes

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

#1249bf Text Font Color

<p style="color:#1249bf">Text here</p>

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


#1249bf Background Color

<div style="background-color:#1249bf">
Div content here</div>

This div background color is #1249bf


#1249bf Border Color

<div style="border:3px solid #1249bf">
Div here</div>

This div border color is #1249bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,73,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1249bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1249bf;
  -webkit-box-shadow: 1px 1px 3px 2px #1249bf;
  box-shadow:         1px 1px 3px 2px #1249bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1249bf


Comments

No comments written yet.

Please login to write comment.