Color Hex Logo

#12415d Color Hex

#12415D
(18,65,93)
0 Favorites   0 Comments

Color spaces of #12415d

RGB 186593
HSL0.560.680.22
HSV202°81°36°
CMYK 0.810.300.00   0.64
XYZ4.11554.699511.0461
Yxy4.69950.20720.2366
Hunter Lab21.6783-4.0499-15.0361
CIE-Lab25.8609-4.8591-21.1041

#12415d color RGB value is (18,65,93).

#12415d hex color red value is 18, green value is 65 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #12415d hue: 0.56 , saturation: 0.68 and the lightness value of 12415d is 0.22.

The process color (four color CMYK) of #12415d color hex is 0.81, 0.30, 0.00, 0.64. Web safe color of #12415d is #003366. Color #12415d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000001 01011101
Octal 22 101 135
Decimal 18 65 93
Hex 12 41 5D

RGB Percentages of Color #12415d

%10.23
%36.93
%52.84

CMYK Percentages of Color #12415d

%81
%30
%0
%64

Triadic Colors of #12415d

#12415d #5d1241 #415d12

Analogous Colors of #12415d

#12415d #121c5d #125d53

Monochromatic Colors of #12415d

#12415d

Complementary Color

#12415d #5d2e12

#12415d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12415d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12415d Color CSS Codes

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

#12415d Text Font Color

<p style="color:#12415d">Text here</p>

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


#12415d Background Color

<div style="background-color:#12415d">
Div content here</div>

This div background color is #12415d


#12415d Border Color

<div style="border:3px solid #12415d">
Div here</div>

This div border color is #12415d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,65,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12415d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12415d;
  -webkit-box-shadow: 1px 1px 3px 2px #12415d;
  box-shadow:         1px 1px 3px 2px #12415d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12415d


Comments

No comments written yet.

Please login to write comment.