Color Hex Logo

#0a1c47 Color Hex

#0A1C47
(10,28,71)
0 Favorites   0 Comments

Color spaces of #0a1c47

RGB 102871
HSL0.620.750.16
HSV222°86°28°
CMYK 0.860.610.00   0.72
XYZ1.67781.35006.1334
Yxy1.35000.18310.1474
Hunter Lab11.61905.4426-23.1647
CIE-Lab11.620811.1328-29.0453

#0a1c47 color RGB value is (10,28,71).

#0a1c47 hex color red value is 10, green value is 28 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #0a1c47 hue: 0.62 , saturation: 0.75 and the lightness value of 0a1c47 is 0.16.

The process color (four color CMYK) of #0a1c47 color hex is 0.86, 0.61, 0.00, 0.72. Web safe color of #0a1c47 is #003333. Color #0a1c47 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 00011100 01000111
Octal 12 34 107
Decimal 10 28 71
Hex A 1C 47

RGB Percentages of Color #0a1c47

%9.17
%25.69
%65.14

CMYK Percentages of Color #0a1c47

%86
%61
%0
%72

Triadic Colors of #0a1c47

#0a1c47 #470a1c #1c470a

Analogous Colors of #0a1c47

#0a1c47 #160a47 #0a3b47

Monochromatic Colors of #0a1c47

#0a1c47

Complementary Color

#0a1c47 #47350a

#0a1c47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a1c47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a1c47 Color CSS Codes

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

#0a1c47 Text Font Color

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

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


#0a1c47 Background Color

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

This div background color is #0a1c47


#0a1c47 Border Color

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

This div border color is #0a1c47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a1c47


Comments

No comments written yet.

Please login to write comment.