Color Hex Logo

#124abb Color Hex

#124ABB
(18,74,187)
0 Favorites   0 Comments

Color spaces of #124abb

RGB 1874187
HSL0.610.820.40
HSV220°90°73°
CMYK 0.900.600.00   0.27
XYZ11.66798.614048.0614
Yxy8.61400.17070.1260
Hunter Lab29.349619.6006-76.5455
CIE-Lab35.230227.6772-63.9518

#124abb color RGB value is (18,74,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001010 10111011
Octal 22 112 273
Decimal 18 74 187
Hex 12 4A BB

RGB Percentages of Color #124abb

%6.45
%26.52
%67.03

CMYK Percentages of Color #124abb

%90
%60
%0
%27

Triadic Colors of #124abb

#124abb #bb124a #4abb12

Analogous Colors of #124abb

#124abb #2e12bb #129fbb

Monochromatic Colors of #124abb

#124abb

Complementary Color

#124abb #bb8312

#124abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#124abb Color CSS Codes

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

#124abb Text Font Color

<p style="color:#124abb">Text here</p>

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


#124abb Background Color

<div style="background-color:#124abb">
Div content here</div>

This div background color is #124abb


#124abb Border Color

<div style="border:3px solid #124abb">
Div here</div>

This div border color is #124abb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,74,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 #124abb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124abb


Comments

No comments written yet.

Please login to write comment.