Color Hex Logo

#1285ba Color Hex

#1285BA
(18,133,186)
0 Favorites   0 Comments

Color spaces of #1285ba

RGB 18133186
HSL0.550.820.40
HSV199°90°73°
CMYK 0.900.280.00   0.27
XYZ17.499920.448849.4790
Yxy20.44880.20020.2339
Hunter Lab45.2203-10.0576-33.2194
CIE-Lab52.3409-10.1251-35.9333

#1285ba color RGB value is (18,133,186).

#1285ba hex color red value is 18, green value is 133 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #1285ba hue: 0.55 , saturation: 0.82 and the lightness value of 1285ba is 0.40.

The process color (four color CMYK) of #1285ba color hex is 0.90, 0.28, 0.00, 0.27. Web safe color of #1285ba is #0099cc. Color #1285ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10000101 10111010
Octal 22 205 272
Decimal 18 133 186
Hex 12 85 BA

RGB Percentages of Color #1285ba

%5.34
%39.47
%55.19

CMYK Percentages of Color #1285ba

%90
%28
%0
%27

Triadic Colors of #1285ba

#1285ba #ba1285 #85ba12

Analogous Colors of #1285ba

#1285ba #1231ba #12ba9b

Monochromatic Colors of #1285ba

#1285ba

Complementary Color

#1285ba #ba4712

#1285ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1285ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#1285ba Color CSS Codes

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

#1285ba Text Font Color

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

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


#1285ba Background Color

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

This div background color is #1285ba


#1285ba Border Color

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

This div border color is #1285ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,133,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1285ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1285ba;
  -webkit-box-shadow: 1px 1px 3px 2px #1285ba;
  box-shadow:         1px 1px 3px 2px #1285ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1285ba


Comments

No comments written yet.

Please login to write comment.