COLOR #125864

HEX: #125864
RGB: (18,88,100)

Color info

#125864 contains mainly green and blue colors. Web safe color of #125864 is #006666 (or #066).

RGB color model

#125864 color RGB value is (18,88,100).

  • red value is 18;
  • green value is 88;
  • blue value is 100.
RGB:
(18,88,100)
(7%,35%,39%)

RGB channels and saturation

R 18 of 255 = 7%
G 88 of 255 = 35%
B 100 of 255 = 39%

18
88
100

R + G + B ~ 27%. #125864 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 88 + 100 = 206 (100%)
R 18 of 206 ~ 8.74%
G 88 of 206 ~ 42.72%
B 100 of 206 ~ 48.54%

%42.72
%48.54

CMYK color model

#125864 color CMYK value is (82,12,0,61).

  • cyan value is 82.00%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(82,12,0,61)
C82M12Y0K61 
(82%,12%,0%,61%)
(0.82/0.12/0.00/0.61)	

CMYK percentages

%82
%12
%0
%60.78

Codes

Color #125864 in popluar color models

125864
RGB1888100
HSL189°69.49%23.14%
HSB/HSV189°82.00%39.22%
CMYK82.00%12.00%0.00%
60.78%

Color #125864 in popluar number systems.

HEX125864
Decimal1888100
Binary1001010110001100100
Octal22130144

Shades and tints

Shades of #125864

#125864
(18,88,100)
#11505B
(17,80,91)
#104852
(16,72,82)
#0F4049
(15,64,73)
#0E3840
(14,56,64)
#0D3037
(13,48,55)
#0C282E
(12,40,46)
#0B2025
(11,32,37)
#0A181C
(10,24,28)
#091013
(9,16,19)
#08080A
(8,8,10)
#000000
(0,0,0)

Tints of #125864

#125864
(18,88,100)
#276772
(39,103,114)
#3C7680
(60,118,128)
#51858E
(81,133,142)
#66949C
(102,148,156)
#7BA3AA
(123,163,170)
#90B2B8
(144,178,184)
#A5C1C6
(165,193,198)
#BAD0D4
(186,208,212)
#CFDFE2
(207,223,226)
#E4EEF0
(228,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125864 color. Also use rgb(18,88,100) instead hex code.

Text Font Color

.myTextColor { color: #125864; }

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

This text font color is #125864.


Background Color

.myBgColor { background-color: #125864; }

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

This div background color is #125864.


Border color

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

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

This div border color is #125864.


Opacity

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

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

Text with #125864 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 #125864;}

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

This text has shadow with #125864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125864 on black background.


Color preview on white background

This text has color #125864 on white background.



Black color preview on #125864 background

This text has black color on #125864 background.


White color preview on #125864 background

This text has white color on #125864 background.