color codes Logo

#0070af color codes

#0070AF
(0,112,175)
0 Favorites   0 Comments

Color spaces of #0070af

RGB 0112175
HSL0.561.000.34
HSV202°100°69°
CMYK 1.000.360.00   0.31
XYZ13.532014.683542.6784
Yxy14.68350.19090.2071
Hunter Lab38.3191-4.0228-39.2118
CIE-Lab45.1976-2.7003-40.8548

#0070af color RGB value is (0,112,175).

#0070af hex color red value is 0, green value is 112 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0070af hue: 0.56 , saturation: 1.00 and the lightness value of 0070af is 0.34.

The process color (four color CMYK) of #0070af color code is 1.00, 0.36, 0.00, 0.31. Web safe color of #0070af is #006699. Color #0070af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110000 10101111
Octal 0 160 257
Decimal 0 112 175
Hex 0 70 AF

RGB Percentages of Color #0070af

%0.00
%39.02
%60.98

CMYK Percentages of Color #0070af

%100
%36
%0
%31

Triadic Colors of #0070af

#0070af #af0070 #70af00

Analogous Colors of #0070af

#0070af #0019af #00af97

Monochromatic Colors of #0070af

#0070af

Complementary Color

#0070af #af3f00

#0070af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0070af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0070af Color CSS Codes

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

#0070af Text Font Color

<p style="color:#0070af">Text here</p>

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


#0070af Background Color

<div style="background-color:#0070af">
Div content here</div>

This div background color is #0070af


#0070af Border Color

<div style="border:3px solid #0070af">
Div here</div>

This div border color is #0070af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,112,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0070af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0070af;
  -webkit-box-shadow: 1px 1px 3px 2px #0070af;
  box-shadow:         1px 1px 3px 2px #0070af; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0070af


Comments

No comments written yet.

Please login to write comment.