Color Hex Logo

#1b74af Color Hex

#1B74AF
(27,116,175)
0 Favorites   0 Comments

Color spaces of #1b74af

RGB 27116175
HSL0.570.730.40
HSV204°85°69°
CMYK 0.850.340.00   0.31
XYZ14.435215.818942.8500
Yxy15.81890.19750.2164
Hunter Lab39.7730-4.8180-36.0359
CIE-Lab46.7360-3.6471-38.3984

#1b74af color RGB value is (27,116,175).

#1b74af hex color red value is 27, green value is 116 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #1b74af hue: 0.57 , saturation: 0.73 and the lightness value of 1b74af is 0.40.

The process color (four color CMYK) of #1b74af color hex is 0.85, 0.34, 0.00, 0.31. Web safe color of #1b74af is #336699. Color #1b74af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 01110100 10101111
Octal 33 164 257
Decimal 27 116 175
Hex 1B 74 AF

RGB Percentages of Color #1b74af

%8.49
%36.48
%55.03

CMYK Percentages of Color #1b74af

%85
%34
%0
%31

Triadic Colors of #1b74af

#1b74af #af1b74 #74af1b

Analogous Colors of #1b74af

#1b74af #1b2aaf #1bafa0

Monochromatic Colors of #1b74af

#1b74af

Complementary Color

#1b74af #af561b

#1b74af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b74af Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b74af Color CSS Codes

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

#1b74af Text Font Color

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

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


#1b74af Background Color

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

This div background color is #1b74af


#1b74af Border Color

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

This div border color is #1b74af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(27,116,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1b74af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1b74af;
  -webkit-box-shadow: 1px 1px 3px 2px #1b74af;
  box-shadow:         1px 1px 3px 2px #1b74af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27,116,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 #1b74af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b74af


Comments

No comments written yet.

Please login to write comment.