Color Hex Logo

#123eaf Color Hex

#123EAF
(18,62,175)
0 Favorites   0 Comments

Color spaces of #123eaf

RGB 1862175
HSL0.620.810.38
HSV223°90°69°
CMYK 0.900.650.00   0.31
XYZ9.70996.669041.3329
Yxy6.66900.16820.1156
Hunter Lab25.824421.9228-76.8187
CIE-Lab31.041230.9740-63.7079

#123eaf color RGB value is (18,62,175).

#123eaf hex color red value is 18, green value is 62 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #123eaf hue: 0.62 , saturation: 0.81 and the lightness value of 123eaf is 0.38.

The process color (four color CMYK) of #123eaf color hex is 0.90, 0.65, 0.00, 0.31. Web safe color of #123eaf is #003399. Color #123eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00111110 10101111
Octal 22 76 257
Decimal 18 62 175
Hex 12 3E AF

RGB Percentages of Color #123eaf

%7.06
%24.31
%68.63

CMYK Percentages of Color #123eaf

%90
%65
%0
%31

Triadic Colors of #123eaf

#123eaf #af123e #3eaf12

Analogous Colors of #123eaf

#123eaf #3412af #128daf

Monochromatic Colors of #123eaf

#123eaf

Complementary Color

#123eaf #af8312

#123eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#123eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#123eaf Color CSS Codes

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

#123eaf Text Font Color

<p style="color:#123eaf">Text here</p>

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


#123eaf Background Color

<div style="background-color:#123eaf">
Div content here</div>

This div background color is #123eaf


#123eaf Border Color

<div style="border:3px solid #123eaf">
Div here</div>

This div border color is #123eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,62,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #123eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #123eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #123eaf;
  box-shadow:         1px 1px 3px 2px #123eaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #123eaf


Comments

No comments written yet.

Please login to write comment.