Color Hex Logo

#18074b Color Hex

#18074B
(24,7,75)
0 Favorites   0 Comments

Color spaces of #18074b

RGB 24775
HSL0.710.830.16
HSV255°91°29°
CMYK 0.680.910.00   0.71
XYZ1.72270.85416.7307
Yxy0.85410.18510.0918
Hunter Lab9.241817.1001-36.7112
CIE-Lab7.715029.1191-38.1914

#18074b color RGB value is (24,7,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 00000111 01001011
Octal 30 7 113
Decimal 24 7 75
Hex 18 7 4B

RGB Percentages of Color #18074b

%22.64
%6.60
%70.75

CMYK Percentages of Color #18074b

%68
%91
%0
%71

Triadic Colors of #18074b

#18074b #4b1807 #074b18

Analogous Colors of #18074b

#18074b #3a074b #07184b

Monochromatic Colors of #18074b

#18074b

Complementary Color

#18074b #3a4b07

#18074b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18074b Color Preview on White Background

Lorem ipsum dolor sit amet.

#18074b Color CSS Codes

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

#18074b Text Font Color

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

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


#18074b Background Color

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

This div background color is #18074b


#18074b Border Color

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

This div border color is #18074b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,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 #18074b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18074b


Comments

No comments written yet.

Please login to write comment.