COLOR #1225A2

HEX: #1225A2 RGB: (18,37,162)

Color info

#1225A2 contains mainly blue color. Web safe color of #1225A2 is #003399 (or #039).

RGB color model

#1225A2 color RGB value is (18,37,162).

RGB: (18,37,162) (7%, 15%, 64%)

RGB channels and saturation

R 18 of 255 = 7%
G 37 of 255 = 15%
B 162 of 255 = 64%

18
37
162

R + G + B ~ 29%. #1225A2 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 37 + 162 = 217 (100%)
R 18 of 217 ~ 8.29%
G 37 of 217 ~ 17.05%
B 162 of 217 ~ 74.65'%

%17.05
%74.65

CMYK color model

#1225A2 color CMYK value is (89,77,0,36).

  • cyan value is 88.89%
  • magenta value is 77.16%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (89,77,0,36)
C89M77Y0K36 (89%, 77%, 0%, 36%)
(0.89 / 0.77 / 0.00 / 0.36)

CMYK percentages

%88.89
%77.16
%0
%36.47

Codes

Color #1225A2 in popluar color models

12 25 A2
RGB 18 37 162
HSL 232° 80.00% 35.29%
HSB/HSV 232° 88.89% 63.53%
CMYK 88.89% 77.16% 0.00%
36.47%

Color #1225A2 in popluar number systems.

HEX 12 25 A2
Decimal 18 37 162
Binary 10010 100101 10100010
Octal 22 45 242

Shades and tints

Shades of #1225A2

#1225A2
(18,37,162)
#112294
(17,34,148)
#101F86
(16,31,134)
#0F1C78
(15,28,120)
#0E196A
(14,25,106)
#0D165C
(13,22,92)
#0C134E
(12,19,78)
#0B1040
(11,16,64)
#0A0D32
(10,13,50)
#090A24
(9,10,36)
#080716
(8,7,22)
#000000
(0,0,0)

Tints of #1225A2

#1225A2
(18,37,162)
#2738AA
(39,56,170)
#3C4BB2
(60,75,178)
#515EBA
(81,94,186)
#6671C2
(102,113,194)
#7B84CA
(123,132,202)
#9097D2
(144,151,210)
#A5AADA
(165,170,218)
#BABDE2
(186,189,226)
#CFD0EA
(207,208,234)
#E4E3F2
(228,227,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1225A2 color. Also use rgb(18,37,162) instead hex code.

Text Font Color

.myTextColor { color: #1225A2; }

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

This text font color is #1225A2.

Background Color

.myBgColor { background-color: #1225A2; }

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

This div background color is #1225A2.

Border color

.myBorderColor { border: 1px solid #1225A2; }

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

This div border color is #1225A2.

Opacity

.myOpacity80 { color: #1225A2; opacity: 0.8; }

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

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

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

This text has shadow with #1225A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1225A2.

Preview

Color preview on black background

This text has color #1225A2 on black background.


Color preview on white background

This text has color #1225A2 on white background.


Black color preview on #1225A2 background

This text has black color on #1225A2 background.


White color preview on #1225A2 background

This text has white color on #1225A2 background.


Related colors

Complementary color

Complementary color for #hex is #EDDA5D.


I love getcolorcode.com

Triadic colors

1 #A21225 and #25A212 with #1225A2 are triadic colors.

2 #A22512 and #2512A2 with #1225A2 are triadic colors.