Color Hex Logo

#12196d Color Hex

#12196D
(18,25,109)
0 Favorites   0 Comments

Color spaces of #12196d

RGB 1825109
HSL0.650.720.25
HSV235°83°43°
CMYK 0.830.770.00   0.57
XYZ3.35741.928014.6632
Yxy1.92800.16830.0966
Hunter Lab13.885218.8615-52.8922
CIE-Lab15.104829.9835-48.8858

#12196d color RGB value is (18,25,109).

#12196d hex color red value is 18, green value is 25 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #12196d hue: 0.65 , saturation: 0.72 and the lightness value of 12196d is 0.25.

The process color (four color CMYK) of #12196d color hex is 0.83, 0.77, 0.00, 0.57. Web safe color of #12196d is #000066. Color #12196d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011001 01101101
Octal 22 31 155
Decimal 18 25 109
Hex 12 19 6D

RGB Percentages of Color #12196d

%11.84
%16.45
%71.71

CMYK Percentages of Color #12196d

%83
%77
%0
%57

Triadic Colors of #12196d

#12196d #6d1219 #196d12

Analogous Colors of #12196d

#12196d #39126d #12476d

Monochromatic Colors of #12196d

#12196d

Complementary Color

#12196d #6d6612

#12196d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12196d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12196d Color CSS Codes

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

#12196d Text Font Color

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

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


#12196d Background Color

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

This div background color is #12196d


#12196d Border Color

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

This div border color is #12196d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12196d


Comments

No comments written yet.

Please login to write comment.