COLOR #125295

HEX: #125295
RGB: (18,82,149)

Color info

#125295 contains mainly blue color. Web safe color of #125295 is #006699 (or #069).

RGB color model

#125295 color RGB value is (18,82,149).

  • red value is 18;
  • green value is 82;
  • blue value is 149.
RGB:
(18,82,149)
(7%,32%,58%)

RGB channels and saturation

R 18 of 255 = 7%
G 82 of 255 = 32%
B 149 of 255 = 58%

18
82
149

R + G + B ~ 32%. #125295 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 82 + 149 = 249 (100%)
R 18 of 249 ~ 7.23%
G 82 of 249 ~ 32.93%
B 149 of 249 ~ 59.84%

%32.93
%59.84

CMYK color model

#125295 color CMYK value is (88,45,0,42).

  • cyan value is 87.92%
  • magenta value is 44.97%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(88,45,0,42)
C88M45Y0K42 
(88%,45%,0%,42%)
(0.88/0.45/0.00/0.42)	

CMYK percentages

%87.92
%44.97
%0
%41.57

Codes

Color #125295 in popluar color models

125295
RGB1882149
HSL211°78.44%32.75%
HSB/HSV211°87.92%58.43%
CMYK87.92%44.97%0.00%
41.57%

Color #125295 in popluar number systems.

HEX125295
Decimal1882149
Binary10010101001010010101
Octal22122225

Shades and tints

Shades of #125295

#125295
(18,82,149)
#114B88
(17,75,136)
#10447B
(16,68,123)
#0F3D6E
(15,61,110)
#0E3661
(14,54,97)
#0D2F54
(13,47,84)
#0C2847
(12,40,71)
#0B213A
(11,33,58)
#0A1A2D
(10,26,45)
#091320
(9,19,32)
#080C13
(8,12,19)
#000000
(0,0,0)

Tints of #125295

#125295
(18,82,149)
#27619E
(39,97,158)
#3C70A7
(60,112,167)
#517FB0
(81,127,176)
#668EB9
(102,142,185)
#7B9DC2
(123,157,194)
#90ACCB
(144,172,203)
#A5BBD4
(165,187,212)
#BACADD
(186,202,221)
#CFD9E6
(207,217,230)
#E4E8EF
(228,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125295 color. Also use rgb(18,82,149) instead hex code.

Text Font Color

.myTextColor { color: #125295; }

<p style="color:#125295">This sample text font color is #125295.</p>

This text font color is #125295.


Background Color

.myBgColor { background-color: #125295; }

<div style="background-color:#125295">Inner text</div>

This div background color is #125295.


Border color

.myBorderColor { border: 1px solid #125295; }

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

This div border color is #125295.


Opacity

.myOpacity80 { color: #125295; opacity: 0.8; }

<p style="color:#125295;opacity:0.8;">80%</p>

Text with #125295 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #125295;}

<p style="text-shadow: 3px 3px 1px #125295">Text here.</p>

This text has shadow with #125295 color.

.textShadow {text-shadow: 3px 3px 1px #125295, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #125295, 5px 5px 20px red">Text here.</p>

This text has shadow with #125295 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#125295, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#125295, Direction=45, Strength=4)">Text</p>

This text has shadow with #125295 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #125295;
  -webkit-box-shadow:	1px 1px 3px 2px #125295;
  box-shadow:		1px 1px 3px 2px #125295;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #125295;
-webkit-box-shadow: 1px 1px 3px 2px #125295;
box-shadow:1px 1px 3px 2px #125295;">
Div content here</div>
This div box has shadow with color #125295.

Preview

Color preview on black background

This text has color #125295 on black background.


Color preview on white background

This text has color #125295 on white background.



Black color preview on #125295 background

This text has black color on #125295 background.


White color preview on #125295 background

This text has white color on #125295 background.