Color Hex Logo

#0a257a Color Hex

#0A257A
(10,37,122)
0 Favorites   0 Comments

Color spaces of #0a257a

RGB 1037122
HSL0.630.850.26
HSV226°92°48°
CMYK 0.920.700.00   0.52
XYZ4.29962.792818.7248
Yxy2.79280.16650.1082
Hunter Lab16.711716.6793-54.7340
CIE-Lab19.194226.4566-50.5402

#0a257a color RGB value is (10,37,122).

#0a257a hex color red value is 10, green value is 37 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #0a257a hue: 0.63 , saturation: 0.85 and the lightness value of 0a257a is 0.26.

The process color (four color CMYK) of #0a257a color hex is 0.92, 0.70, 0.00, 0.52. Web safe color of #0a257a is #003366. Color #0a257a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 00100101 01111010
Octal 12 45 172
Decimal 10 37 122
Hex A 25 7A

RGB Percentages of Color #0a257a

%5.92
%21.89
%72.19

CMYK Percentages of Color #0a257a

%92
%70
%0
%52

Triadic Colors of #0a257a

#0a257a #7a0a25 #257a0a

Analogous Colors of #0a257a

#0a257a #270a7a #0a5d7a

Monochromatic Colors of #0a257a

#0a257a

Complementary Color

#0a257a #7a5f0a

#0a257a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a257a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a257a Color CSS Codes

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

#0a257a Text Font Color

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

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


#0a257a Background Color

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

This div background color is #0a257a


#0a257a Border Color

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

This div border color is #0a257a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a257a


Comments

No comments written yet.

Please login to write comment.