Color Hex Logo

#0a70b3 Color Hex

#0A70B3
(10,112,179)
0 Favorites   0 Comments

Color spaces of #0a70b3

RGB 10112179
HSL0.570.890.37
HSV204°94°70°
CMYK 0.940.370.00   0.30
XYZ14.056014.907544.7844
Yxy14.90750.19060.2021
Hunter Lab38.6102-2.5852-41.7439
CIE-Lab45.5072-0.7075-42.6900

#0a70b3 color RGB value is (10,112,179).

#0a70b3 hex color red value is 10, green value is 112 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #0a70b3 hue: 0.57 , saturation: 0.89 and the lightness value of 0a70b3 is 0.37.

The process color (four color CMYK) of #0a70b3 color hex is 0.94, 0.37, 0.00, 0.30. Web safe color of #0a70b3 is #0066cc. Color #0a70b3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 01110000 10110011
Octal 12 160 263
Decimal 10 112 179
Hex A 70 B3

RGB Percentages of Color #0a70b3

%3.32
%37.21
%59.47

CMYK Percentages of Color #0a70b3

%94
%37
%0
%30

Triadic Colors of #0a70b3

#0a70b3 #b30a70 #70b30a

Analogous Colors of #0a70b3

#0a70b3 #0a1cb3 #0ab3a2

Monochromatic Colors of #0a70b3

#0a70b3

Complementary Color

#0a70b3 #b34d0a

#0a70b3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a70b3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a70b3 Color CSS Codes

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

#0a70b3 Text Font Color

<p style="color:#0a70b3">Text here</p>

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


#0a70b3 Background Color

<div style="background-color:#0a70b3">
Div content here</div>

This div background color is #0a70b3


#0a70b3 Border Color

<div style="border:3px solid #0a70b3">
Div here</div>

This div border color is #0a70b3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,112,179, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a70b3


Comments

No comments written yet.

Please login to write comment.