Color Hex Logo

#09141a Color Hex

#09141A
(9,20,26)
0 Favorites   0 Comments

Color spaces of #09141a

RGB 92026
HSL0.560.490.07
HSV201°65°10°
CMYK 0.650.230.00   0.90
XYZ0.54930.63301.0705
Yxy0.63300.24380.2810
Hunter Lab7.9561-1.5994-2.4082
CIE-Lab5.7178-2.1444-5.4010

#09141a color RGB value is (9,20,26).

#09141a hex color red value is 9, green value is 20 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #09141a hue: 0.56 , saturation: 0.49 and the lightness value of 09141a is 0.07.

The process color (four color CMYK) of #09141a color hex is 0.65, 0.23, 0.00, 0.90. Web safe color of #09141a is #000033. Color #09141a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00010100 00011010
Octal 11 24 32
Decimal 9 20 26
Hex 9 14 1A

RGB Percentages of Color #09141a

%16.36
%36.36
%47.27

CMYK Percentages of Color #09141a

%65
%23
%0
%90

Triadic Colors of #09141a

#09141a #1a0914 #141a09

Analogous Colors of #09141a

#09141a #090c1a #091a18

Monochromatic Colors of #09141a

#09141a

Complementary Color

#09141a #1a0f09

#09141a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09141a Color Preview on White Background

Lorem ipsum dolor sit amet.

#09141a Color CSS Codes

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

#09141a Text Font Color

<p style="color:#09141a">Text here</p>

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


#09141a Background Color

<div style="background-color:#09141a">
Div content here</div>

This div background color is #09141a


#09141a Border Color

<div style="border:3px solid #09141a">
Div here</div>

This div border color is #09141a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,20,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09141a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09141a;
  -webkit-box-shadow: 1px 1px 3px 2px #09141a;
  box-shadow:         1px 1px 3px 2px #09141a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,20,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09141a


Comments

No comments written yet.

Please login to write comment.