Color Hex Logo

#123266 Color Hex

#123266
(18,50,102)
0 Favorites   0 Comments

Color spaces of #123266

RGB 1850102
HSL0.600.700.24
HSV217°82°40°
CMYK 0.820.510.00   0.60
XYZ3.78833.369113.0210
Yxy3.36910.18770.1670
Hunter Lab18.35514.7191-29.2114
CIE-Lab21.46539.3054-33.9398

#123266 color RGB value is (18,50,102).

#123266 hex color red value is 18, green value is 50 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #123266 hue: 0.60 , saturation: 0.70 and the lightness value of 123266 is 0.24.

The process color (four color CMYK) of #123266 color hex is 0.82, 0.51, 0.00, 0.60. Web safe color of #123266 is #003366. Color #123266 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00110010 01100110
Octal 22 62 146
Decimal 18 50 102
Hex 12 32 66

RGB Percentages of Color #123266

%10.59
%29.41
%60.00

CMYK Percentages of Color #123266

%82
%51
%0
%60

Triadic Colors of #123266

#123266 #661232 #326612

Analogous Colors of #123266

#123266 #1c1266 #125c66

Monochromatic Colors of #123266

#123266

Complementary Color

#123266 #664612

#123266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#123266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#123266 Color CSS Codes

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

#123266 Text Font Color

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

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


#123266 Background Color

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

This div background color is #123266


#123266 Border Color

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

This div border color is #123266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #123266


Comments

No comments written yet.

Please login to write comment.