Color Hex Logo

#124bbd Color Hex

#124BBD
(18,75,189)
0 Favorites   0 Comments

Color spaces of #124bbd

RGB 1875189
HSL0.610.830.41
HSV220°90°74°
CMYK 0.900.600.00   0.26
XYZ11.95088.834949.2195
Yxy8.83490.17070.1262
Hunter Lab29.723619.7524-77.3723
CIE-Lab35.664527.7979-64.4165

#124bbd color RGB value is (18,75,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001011 10111101
Octal 22 113 275
Decimal 18 75 189
Hex 12 4B BD

RGB Percentages of Color #124bbd

%6.38
%26.60
%67.02

CMYK Percentages of Color #124bbd

%90
%60
%0
%26

Triadic Colors of #124bbd

#124bbd #bd124b #4bbd12

Analogous Colors of #124bbd

#124bbd #2e12bd #12a1bd

Monochromatic Colors of #124bbd

#124bbd

Complementary Color

#124bbd #bd8412

#124bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#124bbd Color CSS Codes

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

#124bbd Text Font Color

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

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


#124bbd Background Color

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

This div background color is #124bbd


#124bbd Border Color

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

This div border color is #124bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124bbd


Comments

No comments written yet.

Please login to write comment.