Color Hex Logo

#1225bb Color Hex

#1225BB
(18,37,187)
0 Favorites   0 Comments

Color spaces of #1225bb

RGB 1837187
HSL0.650.820.40
HSV233°90°73°
CMYK 0.900.800.00   0.27
XYZ9.88075.039647.4657
Yxy5.03960.15840.0808
Hunter Lab22.449139.2789-109.6469
CIE-Lab26.847350.4137-77.7733

#1225bb color RGB value is (18,37,187).

#1225bb hex color red value is 18, green value is 37 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #1225bb hue: 0.65 , saturation: 0.82 and the lightness value of 1225bb is 0.40.

The process color (four color CMYK) of #1225bb color hex is 0.90, 0.80, 0.00, 0.27. Web safe color of #1225bb is #0033cc. Color #1225bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00100101 10111011
Octal 22 45 273
Decimal 18 37 187
Hex 12 25 BB

RGB Percentages of Color #1225bb

%7.44
%15.29
%77.27

CMYK Percentages of Color #1225bb

%90
%80
%0
%27

Triadic Colors of #1225bb

#1225bb #bb1225 #25bb12

Analogous Colors of #1225bb

#1225bb #5312bb #127abb

Monochromatic Colors of #1225bb

#1225bb

Complementary Color

#1225bb #bba812

#1225bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1225bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1225bb Color CSS Codes

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

#1225bb Text Font Color

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

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


#1225bb Background Color

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

This div background color is #1225bb


#1225bb Border Color

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

This div border color is #1225bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,37,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1225bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1225bb;
  -webkit-box-shadow: 1px 1px 3px 2px #1225bb;
  box-shadow:         1px 1px 3px 2px #1225bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1225bb


Comments

No comments written yet.

Please login to write comment.