COLOR #12337A

HEX: #12337A RGB: (18,51,122)

Color info

#12337A contains mainly blue color. Web safe color of #12337A is #003366 (or #036).

RGB color model

#12337A color RGB value is (18,51,122).

RGB: (18,51,122) (7%, 20%, 48%)

RGB channels and saturation

R 18 of 255 = 7%
G 51 of 255 = 20%
B 122 of 255 = 48%

18
51
122

R + G + B ~ 25%. #12337A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 51 + 122 = 191 (100%)
R 18 of 191 ~ 9.42%
G 51 of 191 ~ 26.7%
B 122 of 191 ~ 63.87'%

%26.7
%63.87

CMYK color model

#12337A color CMYK value is (85,58,0,52).

  • cyan value is 85.25%
  • magenta value is 58.20%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (85,58,0,52)
C85M58Y0K52 (85%, 58%, 0%, 52%)
(0.85 / 0.58 / 0.00 / 0.52)

CMYK percentages

%85.25
%58.2
%0
%52.16

Codes

Color #12337A in popluar color models

12 33 7A
RGB 18 51 122
HSL 221° 74.29% 27.45%
HSB/HSV 221° 85.25% 47.84%
CMYK 85.25% 58.20% 0.00%
52.16%

Color #12337A in popluar number systems.

HEX 12 33 7A
Decimal 18 51 122
Binary 10010 110011 1111010
Octal 22 63 172

Shades and tints

Shades of #12337A

#12337A
(18,51,122)
#112F6F
(17,47,111)
#102B64
(16,43,100)
#0F2759
(15,39,89)
#0E234E
(14,35,78)
#0D1F43
(13,31,67)
#0C1B38
(12,27,56)
#0B172D
(11,23,45)
#0A1322
(10,19,34)
#090F17
(9,15,23)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #12337A

#12337A
(18,51,122)
#274586
(39,69,134)
#3C5792
(60,87,146)
#51699E
(81,105,158)
#667BAA
(102,123,170)
#7B8DB6
(123,141,182)
#909FC2
(144,159,194)
#A5B1CE
(165,177,206)
#BAC3DA
(186,195,218)
#CFD5E6
(207,213,230)
#E4E7F2
(228,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12337A color. Also use rgb(18,51,122) instead hex code.

Text Font Color

.myTextColor { color: #12337A; }

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

This text font color is #12337A.

Background Color

.myBgColor { background-color: #12337A; }

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

This div background color is #12337A.

Border color

.myBorderColor { border: 1px solid #12337A; }

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

This div border color is #12337A.

Opacity

.myOpacity80 { color: #12337A; opacity: 0.8; }

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

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

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

This text has shadow with #12337A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #12337A.

Preview

Color preview on black background

This text has color #12337A on black background.


Color preview on white background

This text has color #12337A on white background.


Black color preview on #12337A background

This text has black color on #12337A background.


White color preview on #12337A background

This text has white color on #12337A background.


Related colors

Complementary color

Complementary color for #hex is #EDCC85.


I love getcolorcode.com

Triadic colors

1 #7A1233 and #337A12 with #12337A are triadic colors.

2 #7A3312 and #33127A with #12337A are triadic colors.