Color Hex Logo

#12047b Color Hex

#12047B
(18,4,123)
0 Favorites   0 Comments

Color spaces of #12047b

RGB 184123
HSL0.690.940.25
HSV247°97°48°
CMYK 0.850.970.00   0.52
XYZ3.86801.645518.8526
Yxy1.64550.15870.0675
Hunter Lab12.827731.3755-78.1578
CIE-Lab13.504744.8079-60.6022

#12047b color RGB value is (18,4,123).

#12047b hex color red value is 18, green value is 4 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #12047b hue: 0.69 , saturation: 0.94 and the lightness value of 12047b is 0.25.

The process color (four color CMYK) of #12047b color hex is 0.85, 0.97, 0.00, 0.52. Web safe color of #12047b is #000066. Color #12047b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00000100 01111011
Octal 22 4 173
Decimal 18 4 123
Hex 12 4 7B

RGB Percentages of Color #12047b

%12.41
%2.76
%84.83

CMYK Percentages of Color #12047b

%85
%97
%0
%52

Triadic Colors of #12047b

#12047b #7b1204 #047b12

Analogous Colors of #12047b

#12047b #4e047b #04327b

Monochromatic Colors of #12047b

#12047b

Complementary Color

#12047b #6d7b04

#12047b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12047b Color Preview on White Background

Lorem ipsum dolor sit amet.

#12047b Color CSS Codes

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

#12047b Text Font Color

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

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


#12047b Background Color

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

This div background color is #12047b


#12047b Border Color

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

This div border color is #12047b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,4,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12047b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12047b;
  -webkit-box-shadow: 1px 1px 3px 2px #12047b;
  box-shadow:         1px 1px 3px 2px #12047b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12047b


Comments

No comments written yet.

Please login to write comment.