Color Hex Logo

#123273 Color Hex

#123273
(18,50,115)
0 Favorites   0 Comments

Color spaces of #123273

RGB 1850115
HSL0.610.730.26
HSV220°84°45°
CMYK 0.840.570.00   0.55
XYZ4.48463.647616.6874
Yxy3.64760.18070.1470
Hunter Lab19.09878.4912-38.4353
CIE-Lab22.470414.8543-40.7018

#123273 color RGB value is (18,50,115).

#123273 hex color red value is 18, green value is 50 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #123273 hue: 0.61 , saturation: 0.73 and the lightness value of 123273 is 0.26.

The process color (four color CMYK) of #123273 color hex is 0.84, 0.57, 0.00, 0.55. Web safe color of #123273 is #003366. Color #123273 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00110010 01110011
Octal 22 62 163
Decimal 18 50 115
Hex 12 32 73

RGB Percentages of Color #123273

%9.84
%27.32
%62.84

CMYK Percentages of Color #123273

%84
%57
%0
%55

Triadic Colors of #123273

#123273 #731232 #327312

Analogous Colors of #123273

#123273 #231273 #126373

Monochromatic Colors of #123273

#123273

Complementary Color

#123273 #735312

#123273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#123273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#123273 Color CSS Codes

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

#123273 Text Font Color

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

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


#123273 Background Color

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

This div background color is #123273


#123273 Border Color

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

This div border color is #123273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #123273


Comments

No comments written yet.

Please login to write comment.