Color Hex Logo

#0a132e Color Hex

#0A132E
(10,19,46)
0 Favorites   0 Comments

Color spaces of #0a132e

RGB 101946
HSL0.630.640.11
HSV225°78°18°
CMYK 0.780.590.00   0.82
XYZ0.85120.72752.6803
Yxy0.72750.19990.1708
Hunter Lab8.52942.8873-12.6610
CIE-Lab6.57146.5420-19.2634

#0a132e color RGB value is (10,19,46).

#0a132e hex color red value is 10, green value is 19 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #0a132e hue: 0.63 , saturation: 0.64 and the lightness value of 0a132e is 0.11.

The process color (four color CMYK) of #0a132e color hex is 0.78, 0.59, 0.00, 0.82. Web safe color of #0a132e is #000033. Color #0a132e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 00010011 00101110
Octal 12 23 56
Decimal 10 19 46
Hex A 13 2E

RGB Percentages of Color #0a132e

%13.33
%25.33
%61.33

CMYK Percentages of Color #0a132e

%78
%59
%0
%82

Triadic Colors of #0a132e

#0a132e #2e0a13 #132e0a

Analogous Colors of #0a132e

#0a132e #130a2e #0a252e

Monochromatic Colors of #0a132e

#0a132e

Complementary Color

#0a132e #2e250a

#0a132e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a132e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a132e Color CSS Codes

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

#0a132e Text Font Color

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

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


#0a132e Background Color

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

This div background color is #0a132e


#0a132e Border Color

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

This div border color is #0a132e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a132e


Comments

No comments written yet.

Please login to write comment.