Color Hex Logo

#0a008b Color Hex

#0A008B
(10,0,139)
0 Favorites   0 Comments

Color spaces of #0a008b

RGB 100139
HSL0.681.000.27
HSV244°100°55°
CMYK 0.931.000.00   0.45
XYZ4.78541.928624.5461
Yxy1.92860.15310.0617
Hunter Lab13.887437.2056-95.0744
CIE-Lab15.108050.5414-68.0880

#0a008b color RGB value is (10,0,139).

#0a008b hex color red value is 10, green value is 0 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #0a008b hue: 0.68 , saturation: 1.00 and the lightness value of 0a008b is 0.27.

The process color (four color CMYK) of #0a008b color hex is 0.93, 1.00, 0.00, 0.45. Web safe color of #0a008b is #000099. Color #0a008b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 00000000 10001011
Octal 12 0 213
Decimal 10 0 139
Hex A 0 8B

RGB Percentages of Color #0a008b

%6.71
%0.00
%93.29

CMYK Percentages of Color #0a008b

%93
%100
%0
%45

Triadic Colors of #0a008b

#0a008b #8b0a00 #008b0a

Analogous Colors of #0a008b

#0a008b #50008b #003b8b

Monochromatic Colors of #0a008b

#0a008b

Complementary Color

#0a008b #818b00

#0a008b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a008b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a008b Color CSS Codes

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

#0a008b Text Font Color

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

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


#0a008b Background Color

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

This div background color is #0a008b


#0a008b Border Color

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

This div border color is #0a008b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a008b


Comments

No comments written yet.

Please login to write comment.