Color Hex Logo

#0a124f Color Hex

#0A124F
(10,18,79)
0 Favorites   0 Comments

Color spaces of #0a124f

RGB 101879
HSL0.650.780.17
HSV233°87°31°
CMYK 0.870.770.00   0.69
XYZ1.75281.06177.5097
Yxy1.06170.16980.1028
Hunter Lab10.303912.3330-35.9992
CIE-Lab9.495222.2064-38.0623

#0a124f color RGB value is (10,18,79).

#0a124f hex color red value is 10, green value is 18 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #0a124f hue: 0.65 , saturation: 0.78 and the lightness value of 0a124f is 0.17.

The process color (four color CMYK) of #0a124f color hex is 0.87, 0.77, 0.00, 0.69. Web safe color of #0a124f is #000066. Color #0a124f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 00010010 01001111
Octal 12 22 117
Decimal 10 18 79
Hex A 12 4F

RGB Percentages of Color #0a124f

%9.35
%16.82
%73.83

CMYK Percentages of Color #0a124f

%87
%77
%0
%69

Triadic Colors of #0a124f

#0a124f #4f0a12 #124f0a

Analogous Colors of #0a124f

#0a124f #250a4f #0a354f

Monochromatic Colors of #0a124f

#0a124f

Complementary Color

#0a124f #4f470a

#0a124f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a124f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a124f Color CSS Codes

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

#0a124f Text Font Color

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

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


#0a124f Background Color

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

This div background color is #0a124f


#0a124f Border Color

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

This div border color is #0a124f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a124f

#0a124f Color Palettes


Comments

No comments written yet.

Please login to write comment.