Color Hex Logo

#1a249f Color Hex

#1A249F
(26,36,159)
0 Favorites   0 Comments

Color spaces of #1a249f

RGB 2636159
HSL0.650.720.36
HSV235°84°62°
CMYK 0.840.770.00   0.38
XYZ7.31493.984633.1844
Yxy3.98460.16440.0896
Hunter Lab19.961530.4790-84.5921
CIE-Lab23.620541.9021-66.2815

#1a249f color RGB value is (26,36,159).

#1a249f hex color red value is 26, green value is 36 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #1a249f hue: 0.65 , saturation: 0.72 and the lightness value of 1a249f is 0.36.

The process color (four color CMYK) of #1a249f color hex is 0.84, 0.77, 0.00, 0.38. Web safe color of #1a249f is #333399. Color #1a249f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 00100100 10011111
Octal 32 44 237
Decimal 26 36 159
Hex 1A 24 9F

RGB Percentages of Color #1a249f

%11.76
%16.29
%71.95

CMYK Percentages of Color #1a249f

%84
%77
%0
%38

Triadic Colors of #1a249f

#1a249f #9f1a24 #249f1a

Analogous Colors of #1a249f

#1a249f #521a9f #1a679f

Monochromatic Colors of #1a249f

#1a249f

Complementary Color

#1a249f #9f951a

#1a249f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1a249f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1a249f Color CSS Codes

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

#1a249f Text Font Color

<p style="color:#1a249f">Text here</p>

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


#1a249f Background Color

<div style="background-color:#1a249f">
Div content here</div>

This div background color is #1a249f


#1a249f Border Color

<div style="border:3px solid #1a249f">
Div here</div>

This div border color is #1a249f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(26,36,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1a249f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1a249f;
  -webkit-box-shadow: 1px 1px 3px 2px #1a249f;
  box-shadow:         1px 1px 3px 2px #1a249f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(26,36,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1a249f


Comments

No comments written yet.

Please login to write comment.