Color Hex Logo

#14074b Color Hex

#14074B
(20,7,75)
0 Favorites   0 Comments

Color spaces of #14074b

RGB 20775
HSL0.700.830.16
HSV251°91°29°
CMYK 0.730.910.00   0.71
XYZ1.63450.80876.7266
Yxy0.80870.17820.0882
Hunter Lab8.992816.7063-38.0540
CIE-Lab7.304928.6059-38.8824

#14074b color RGB value is (20,7,75).

#14074b hex color red value is 20, green value is 7 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #14074b hue: 0.70 , saturation: 0.83 and the lightness value of 14074b is 0.16.

The process color (four color CMYK) of #14074b color hex is 0.73, 0.91, 0.00, 0.71. Web safe color of #14074b is #000033. Color #14074b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00000111 01001011
Octal 24 7 113
Decimal 20 7 75
Hex 14 7 4B

RGB Percentages of Color #14074b

%19.61
%6.86
%73.53

CMYK Percentages of Color #14074b

%73
%91
%0
%71

Triadic Colors of #14074b

#14074b #4b1407 #074b14

Analogous Colors of #14074b

#14074b #36074b #071c4b

Monochromatic Colors of #14074b

#14074b

Complementary Color

#14074b #3e4b07

#14074b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14074b Color Preview on White Background

Lorem ipsum dolor sit amet.

#14074b Color CSS Codes

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

#14074b Text Font Color

<p style="color:#14074b">Text here</p>

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


#14074b Background Color

<div style="background-color:#14074b">
Div content here</div>

This div background color is #14074b


#14074b Border Color

<div style="border:3px solid #14074b">
Div here</div>

This div border color is #14074b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,7,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14074b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14074b;
  -webkit-box-shadow: 1px 1px 3px 2px #14074b;
  box-shadow:         1px 1px 3px 2px #14074b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14074b


Comments

No comments written yet.

Please login to write comment.