COLOR #1265A1

HEX: #1265A1 RGB: (18,101,161)

Color info

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

RGB color model

#1265A1 color RGB value is (18,101,161).

RGB: (18,101,161) (7%, 40%, 63%)

RGB channels and saturation

R 18 of 255 = 7%
G 101 of 255 = 40%
B 161 of 255 = 63%

18
101
161

R + G + B ~ 37%. #1265A1 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 101 + 161 = 280 (100%)
R 18 of 280 ~ 6.43%
G 101 of 280 ~ 36.07%
B 161 of 280 ~ 57.5'%

%36.07
%57.5

CMYK color model

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

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

CMYK: (89,37,0,37)
C89M37Y0K37 (89%, 37%, 0%, 37%)
(0.89 / 0.37 / 0.00 / 0.37)

CMYK percentages

%88.82
%37.27
%0
%36.86

Codes

Color #1265A1 in popluar color models

12 65 A1
RGB 18 101 161
HSL 205° 79.89% 35.10%
HSB/HSV 205° 88.82% 63.14%
CMYK 88.82% 37.27% 0.00%
36.86%

Color #1265A1 in popluar number systems.

HEX 12 65 A1
Decimal 18 101 161
Binary 10010 1100101 10100001
Octal 22 145 241

Shades and tints

Shades of #1265A1

#1265A1
(18,101,161)
#115C93
(17,92,147)
#105385
(16,83,133)
#0F4A77
(15,74,119)
#0E4169
(14,65,105)
#0D385B
(13,56,91)
#0C2F4D
(12,47,77)
#0B263F
(11,38,63)
#0A1D31
(10,29,49)
#091423
(9,20,35)
#080B15
(8,11,21)
#000000
(0,0,0)

Tints of #1265A1

#1265A1
(18,101,161)
#2773A9
(39,115,169)
#3C81B1
(60,129,177)
#518FB9
(81,143,185)
#669DC1
(102,157,193)
#7BABC9
(123,171,201)
#90B9D1
(144,185,209)
#A5C7D9
(165,199,217)
#BAD5E1
(186,213,225)
#CFE3E9
(207,227,233)
#E4F1F1
(228,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1265A1; }

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

This text font color is #1265A1.

Background Color

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

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

This div background color is #1265A1.

Border color

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

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

This div border color is #1265A1.

Opacity

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

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

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

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

This text has shadow with #1265A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1265A1.

Preview

Color preview on black background

This text has color #1265A1 on black background.


Color preview on white background

This text has color #1265A1 on white background.


Black color preview on #1265A1 background

This text has black color on #1265A1 background.


White color preview on #1265A1 background

This text has white color on #1265A1 background.


Related colors

Complementary color

Complementary color for #hex is #ED9A5E.


I love getcolorcode.com

Triadic colors

1 #A11265 and #65A112 with #1265A1 are triadic colors.

2 #A16512 and #6512A1 with #1265A1 are triadic colors.