Color Hex Logo

#0a413d Color Hex

#0A413D
(10,65,61)
0 Favorites   0 Comments

Color spaces of #0a413d

RGB 106561
HSL0.490.730.15
HSV176°85°25°
CMYK 0.850.000.06   0.75
XYZ2.85784.18205.0715
Yxy4.18200.23600.3453
Hunter Lab20.4499-10.8427-0.3887
CIE-Lab24.2642-18.0751-2.5385

#0a413d color RGB value is (10,65,61).

#0a413d hex color red value is 10, green value is 65 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #0a413d hue: 0.49 , saturation: 0.73 and the lightness value of 0a413d is 0.15.

The process color (four color CMYK) of #0a413d color hex is 0.85, 0.00, 0.06, 0.75. Web safe color of #0a413d is #003333. Color #0a413d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 01000001 00111101
Octal 12 101 75
Decimal 10 65 61
Hex A 41 3D

RGB Percentages of Color #0a413d

%7.35
%47.79
%44.85

CMYK Percentages of Color #0a413d

%85
%0
%6
%75

Triadic Colors of #0a413d

#0a413d #3d0a41 #413d0a

Analogous Colors of #0a413d

#0a413d #0a2a41 #0a4122

Monochromatic Colors of #0a413d

#0a413d

Complementary Color

#0a413d #410a0e

#0a413d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a413d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a413d Color CSS Codes

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

#0a413d Text Font Color

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

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


#0a413d Background Color

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

This div background color is #0a413d


#0a413d Border Color

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

This div border color is #0a413d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a413d


Comments

No comments written yet.

Please login to write comment.