Color Hex Logo

#0072bb Color Hex French Blue

#0072BB
(0,114,187)
7 Favorites   0 Comments

Color spaces of #0072bb French Blue

RGB 0114187
HSL0.571.000.37
HSV203°100°73°
CMYK 1.000.390.00   0.27
XYZ14.987015.622549.2393
Yxy15.62250.18770.1957
Hunter Lab39.5253-1.4866-46.1938
CIE-Lab46.47530.8334-45.7978

#0072bb color RGB value is (0,114,187). #0072bb color name is French Blue color.

#0072bb hex color red value is 0, green value is 114 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #0072bb hue: 0.57 , saturation: 1.00 and the lightness value of 0072bb is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110010 10111011
Octal 0 162 273
Decimal 0 114 187
Hex 0 72 BB

RGB Percentages of Color #0072bb

%0.00
%37.87
%62.13

CMYK Percentages of Color #0072bb

%100
%39
%0
%27

Triadic Colors of #0072bb

#0072bb #bb0072 #72bb00

Analogous Colors of #0072bb

#0072bb #0015bb #00bba7

Monochromatic Colors of #0072bb

#0072bb

Complementary Color

#0072bb #bb4900

#0072bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0072bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0072bb Color CSS Codes

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

#0072bb Text Font Color

<p style="color:#0072bb">Text here</p>

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


#0072bb Background Color

<div style="background-color:#0072bb">
Div content here</div>

This div background color is #0072bb


#0072bb Border Color

<div style="border:3px solid #0072bb">
Div here</div>

This div border color is #0072bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,114,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0072bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0072bb;
  -webkit-box-shadow: 1px 1px 3px 2px #0072bb;
  box-shadow:         1px 1px 3px 2px #0072bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,114,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 #0072bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0072bb


Comments

No comments written yet.

Please login to write comment.