COLOR #123261

HEX: #123261 RGB: (18,50,97)

Color info

#123261 contains mainly green and blue colors. Web safe color of #123261 is #003366 (or #036).

RGB color model

#123261 color RGB value is (18,50,97).

RGB: (18,50,97) (7%, 20%, 38%)

RGB channels and saturation

R 18 of 255 = 7%
G 50 of 255 = 20%
B 97 of 255 = 38%

18
50
97

R + G + B ~ 22%. #123261 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 50 + 97 = 165 (100%)
R 18 of 165 ~ 10.91%
G 50 of 165 ~ 30.3%
B 97 of 165 ~ 58.79'%

%10.91
%30.3
%58.79

CMYK color model

#123261 color CMYK value is (81,48,0,62).

  • cyan value is 81.44%
  • magenta value is 48.45%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (81,48,0,62)
C81M48Y0K62 (81%, 48%, 0%, 62%)
(0.81 / 0.48 / 0.00 / 0.62)

CMYK percentages

%81.44
%48.45
%0
%61.96

Codes

Color #123261 in popluar color models

12 32 61
RGB 18 50 97
HSL 216° 68.70% 22.55%
HSB/HSV 216° 81.44% 38.04%
CMYK 81.44% 48.45% 0.00%
61.96%

Color #123261 in popluar number systems.

HEX 12 32 61
Decimal 18 50 97
Binary 10010 110010 1100001
Octal 22 62 141

Shades and tints

Shades of #123261

#123261
(18,50,97)
#112E59
(17,46,89)
#102A51
(16,42,81)
#0F2649
(15,38,73)
#0E2241
(14,34,65)
#0D1E39
(13,30,57)
#0C1A31
(12,26,49)
#0B1629
(11,22,41)
#0A1221
(10,18,33)
#090E19
(9,14,25)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #123261

#123261
(18,50,97)
#27446F
(39,68,111)
#3C567D
(60,86,125)
#51688B
(81,104,139)
#667A99
(102,122,153)
#7B8CA7
(123,140,167)
#909EB5
(144,158,181)
#A5B0C3
(165,176,195)
#BAC2D1
(186,194,209)
#CFD4DF
(207,212,223)
#E4E6ED
(228,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #123261 color. Also use rgb(18,50,97) instead hex code.

Text Font Color

.myTextColor { color: #123261; }

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

This text font color is #123261.

Background Color

.myBgColor { background-color: #123261; }

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

This div background color is #123261.

Border color

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

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

This div border color is #123261.

Opacity

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

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

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

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

This text has shadow with #123261 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #123261.

Preview

Color preview on black background

This text has color #123261 on black background.


Color preview on white background

This text has color #123261 on white background.


Black color preview on #123261 background

This text has black color on #123261 background.


White color preview on #123261 background

This text has white color on #123261 background.


Related colors

Complementary color

Complementary color for #hex is #EDCD9E.


I love getcolorcode.com

Triadic colors

1 #611232 and #326112 with #123261 are triadic colors.

2 #613212 and #321261 with #123261 are triadic colors.