COLOR #12177C

HEX: #12177C
RGB: (18,23,124)

Color info

#12177C contains mainly blue color. Web safe color of #12177C is #000066 (or #006).

RGB color model

#12177C color RGB value is (18,23,124).

  • red value is 18;
  • green value is 23;
  • blue value is 124.
RGB:
(18,23,124)
(7%,9%,49%)

RGB channels and saturation

R 18 of 255 = 7%
G 23 of 255 = 9%
B 124 of 255 = 49%

18
23
124

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

Portions of RGB colors in percentages

R + G + B =
18 + 23 + 124 = 165 (100%)
R 18 of 165 ~ 10.91%
G 23 of 165 ~ 13.94%
B 124 of 165 ~ 75.15%

%10.91
%13.94
%75.15

CMYK color model

#12177C color CMYK value is (85,81,0,51).

  • cyan value is 85.48%
  • magenta value is 81.45%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(85,81,0,51)
C85M81Y0K51 
(85%,81%,0%,51%)
(0.85/0.81/0.00/0.51)	

CMYK percentages

%85.48
%81.45
%0
%51.37

Codes

Color #12177C in popluar color models

12177C
RGB1823124
HSL237°74.65%27.84%
HSB/HSV237°85.48%48.63%
CMYK85.48%81.45%0.00%
51.37%

Color #12177C in popluar number systems.

HEX12177C
Decimal1823124
Binary10010101111111100
Octal2227174

Shades and tints

Shades of #12177C

#12177C
(18,23,124)
#111571
(17,21,113)
#101366
(16,19,102)
#0F115B
(15,17,91)
#0E0F50
(14,15,80)
#0D0D45
(13,13,69)
#0C0B3A
(12,11,58)
#0B092F
(11,9,47)
#0A0724
(10,7,36)
#090519
(9,5,25)
#08030E
(8,3,14)
#000000
(0,0,0)

Tints of #12177C

#12177C
(18,23,124)
#272C87
(39,44,135)
#3C4192
(60,65,146)
#51569D
(81,86,157)
#666BA8
(102,107,168)
#7B80B3
(123,128,179)
#9095BE
(144,149,190)
#A5AAC9
(165,170,201)
#BABFD4
(186,191,212)
#CFD4DF
(207,212,223)
#E4E9EA
(228,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12177C color. Also use rgb(18,23,124) instead hex code.

Text Font Color

.myTextColor { color: #12177C; }

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

This text font color is #12177C.


Background Color

.myBgColor { background-color: #12177C; }

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

This div background color is #12177C.


Border color

.myBorderColor { border: 1px solid #12177C; }

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

This div border color is #12177C.


Opacity

.myOpacity80 { color: #12177C; opacity: 0.8; }

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

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

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

This text has shadow with #12177C color.

.textShadow {text-shadow: 3px 3px 1px #12177C, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #12177C;
-webkit-box-shadow: 1px 1px 3px 2px #12177C;
box-shadow:1px 1px 3px 2px #12177C;">
Div content here</div>
This div box has shadow with color #12177C.

Preview

Color preview on black background

This text has color #12177C on black background.


Color preview on white background

This text has color #12177C on white background.



Black color preview on #12177C background

This text has black color on #12177C background.


White color preview on #12177C background

This text has white color on #12177C background.