COLOR #1237A1

HEX: #1237A1 RGB: (18,55,161)

Color info

#1237A1 contains mainly blue color. Web safe color of #1237A1 is #003399 (or #039).

RGB color model

#1237A1 color RGB value is (18,55,161).

RGB: (18,55,161) (7%, 22%, 63%)

RGB channels and saturation

R 18 of 255 = 7%
G 55 of 255 = 22%
B 161 of 255 = 63%

18
55
161

R + G + B ~ 31%. #1237A1 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 55 + 161 = 234 (100%)
R 18 of 234 ~ 7.69%
G 55 of 234 ~ 23.5%
B 161 of 234 ~ 68.8'%

%23.5
%68.8

CMYK color model

#1237A1 color CMYK value is (89,66,0,37).

  • cyan value is 88.82%
  • magenta value is 65.84%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (89,66,0,37)
C89M66Y0K37 (89%, 66%, 0%, 37%)
(0.89 / 0.66 / 0.00 / 0.37)

CMYK percentages

%88.82
%65.84
%0
%36.86

Codes

Color #1237A1 in popluar color models

12 37 A1
RGB 18 55 161
HSL 224° 79.89% 35.10%
HSB/HSV 224° 88.82% 63.14%
CMYK 88.82% 65.84% 0.00%
36.86%

Color #1237A1 in popluar number systems.

HEX 12 37 A1
Decimal 18 55 161
Binary 10010 110111 10100001
Octal 22 67 241

Shades and tints

Shades of #1237A1

#1237A1
(18,55,161)
#113293
(17,50,147)
#102D85
(16,45,133)
#0F2877
(15,40,119)
#0E2369
(14,35,105)
#0D1E5B
(13,30,91)
#0C194D
(12,25,77)
#0B143F
(11,20,63)
#0A0F31
(10,15,49)
#090A23
(9,10,35)
#080515
(8,5,21)
#000000
(0,0,0)

Tints of #1237A1

#1237A1
(18,55,161)
#2749A9
(39,73,169)
#3C5BB1
(60,91,177)
#516DB9
(81,109,185)
#667FC1
(102,127,193)
#7B91C9
(123,145,201)
#90A3D1
(144,163,209)
#A5B5D9
(165,181,217)
#BAC7E1
(186,199,225)
#CFD9E9
(207,217,233)
#E4EBF1
(228,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1237A1 color. Also use rgb(18,55,161) instead hex code.

Text Font Color

.myTextColor { color: #1237A1; }

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

This text font color is #1237A1.

Background Color

.myBgColor { background-color: #1237A1; }

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

This div background color is #1237A1.

Border color

.myBorderColor { border: 1px solid #1237A1; }

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

This div border color is #1237A1.

Opacity

.myOpacity80 { color: #1237A1; opacity: 0.8; }

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

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

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

This text has shadow with #1237A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1237A1.

Preview

Color preview on black background

This text has color #1237A1 on black background.


Color preview on white background

This text has color #1237A1 on white background.


Black color preview on #1237A1 background

This text has black color on #1237A1 background.


White color preview on #1237A1 background

This text has white color on #1237A1 background.


Related colors

Complementary color

Complementary color for #hex is #EDC85E.


I love getcolorcode.com

Triadic colors

1 #A11237 and #37A112 with #1237A1 are triadic colors.

2 #A13712 and #3712A1 with #1237A1 are triadic colors.