Color Hex Logo

#1228a6 Color Hex

#1228A6
(18,40,166)
1 Favorites   0 Comments

Color spaces of #1228a6

RGB 1840166
HSL0.640.800.36
HSV231°89°65°
CMYK 0.890.760.00   0.35
XYZ7.89124.399436.5096
Yxy4.39940.16170.0902
Hunter Lab20.974730.4502-88.5206
CIE-Lab24.950241.6153-68.3421

#1228a6 color RGB value is (18,40,166).

#1228a6 hex color red value is 18, green value is 40 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #1228a6 hue: 0.64 , saturation: 0.80 and the lightness value of 1228a6 is 0.36.

The process color (four color CMYK) of #1228a6 color hex is 0.89, 0.76, 0.00, 0.35. Web safe color of #1228a6 is #003399. Color #1228a6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00101000 10100110
Octal 22 50 246
Decimal 18 40 166
Hex 12 28 A6

RGB Percentages of Color #1228a6

%8.04
%17.86
%74.11

CMYK Percentages of Color #1228a6

%89
%76
%0
%35

Triadic Colors of #1228a6

#1228a6 #a61228 #28a612

Analogous Colors of #1228a6

#1228a6 #4612a6 #1272a6

Monochromatic Colors of #1228a6

#1228a6

Complementary Color

#1228a6 #a69012

#1228a6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1228a6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1228a6 Color CSS Codes

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

#1228a6 Text Font Color

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

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


#1228a6 Background Color

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

This div background color is #1228a6


#1228a6 Border Color

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

This div border color is #1228a6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,40,166, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1228a6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1228a6;
  -webkit-box-shadow: 1px 1px 3px 2px #1228a6;
  box-shadow:         1px 1px 3px 2px #1228a6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1228a6


Comments

No comments written yet.

Please login to write comment.