Color Hex Logo

#1c4fbe Color Hex

#1C4FBE
(28,79,190)
0 Favorites   0 Comments

Color spaces of #1c4fbe

RGB 2879190
HSL0.610.740.43
HSV221°85°75°
CMYK 0.850.580.00   0.25
XYZ12.56919.556549.8973
Yxy9.55650.17450.1327
Hunter Lab30.913618.4772-74.0599
CIE-Lab37.034426.1404-62.7559

#1c4fbe color RGB value is (28,79,190).

#1c4fbe hex color red value is 28, green value is 79 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #1c4fbe hue: 0.61 , saturation: 0.74 and the lightness value of 1c4fbe is 0.43.

The process color (four color CMYK) of #1c4fbe color hex is 0.85, 0.58, 0.00, 0.25. Web safe color of #1c4fbe is #3366cc. Color #1c4fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01001111 10111110
Octal 34 117 276
Decimal 28 79 190
Hex 1C 4F BE

RGB Percentages of Color #1c4fbe

%9.43
%26.60
%63.97

CMYK Percentages of Color #1c4fbe

%85
%58
%0
%25

Triadic Colors of #1c4fbe

#1c4fbe #be1c4f #4fbe1c

Analogous Colors of #1c4fbe

#1c4fbe #3a1cbe #1ca0be

Monochromatic Colors of #1c4fbe

#1c4fbe

Complementary Color

#1c4fbe #be8b1c

#1c4fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c4fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c4fbe Color CSS Codes

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

#1c4fbe Text Font Color

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

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


#1c4fbe Background Color

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

This div background color is #1c4fbe


#1c4fbe Border Color

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

This div border color is #1c4fbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,79,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1c4fbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1c4fbe;
  -webkit-box-shadow: 1px 1px 3px 2px #1c4fbe;
  box-shadow:         1px 1px 3px 2px #1c4fbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,79,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c4fbe


Comments

No comments written yet.

Please login to write comment.