Color Hex Logo

#0074ba Color Hex

#0074BA
(0,116,186)
1 Favorites   0 Comments

Color spaces of #0074ba

RGB 0116186
HSL0.561.000.36
HSV203°100°73°
CMYK 1.000.380.00   0.27
XYZ15.108316.036048.7533
Yxy16.03600.18910.2007
Hunter Lab40.0450-2.7336-44.1519
CIE-Lab47.0217-0.7950-44.3489

#0074ba color RGB value is (0,116,186).

#0074ba hex color red value is 0, green value is 116 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #0074ba hue: 0.56 , saturation: 1.00 and the lightness value of 0074ba is 0.36.

The process color (four color CMYK) of #0074ba color hex is 1.00, 0.38, 0.00, 0.27. Web safe color of #0074ba is #0066cc. Color #0074ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110100 10111010
Octal 0 164 272
Decimal 0 116 186
Hex 0 74 BA

RGB Percentages of Color #0074ba

%0.00
%38.41
%61.59

CMYK Percentages of Color #0074ba

%100
%38
%0
%27

Triadic Colors of #0074ba

#0074ba #ba0074 #74ba00

Analogous Colors of #0074ba

#0074ba #0017ba #00baa3

Monochromatic Colors of #0074ba

#0074ba

Complementary Color

#0074ba #ba4600

#0074ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0074ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0074ba Color CSS Codes

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

#0074ba Text Font Color

<p style="color:#0074ba">Text here</p>

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


#0074ba Background Color

<div style="background-color:#0074ba">
Div content here</div>

This div background color is #0074ba


#0074ba Border Color

<div style="border:3px solid #0074ba">
Div here</div>

This div border color is #0074ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,116,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0074ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0074ba;
  -webkit-box-shadow: 1px 1px 3px 2px #0074ba;
  box-shadow:         1px 1px 3px 2px #0074ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,116,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0074ba

#0074ba Color Palettes


Comments

No comments written yet.

Please login to write comment.