COLOR #12195F

HEX: #12195F
RGB: (18,25,95)

Color info

#12195F contains mainly blue color. Web safe color of #12195F is #000066 (or #006).

RGB color model

#12195F color RGB value is (18,25,95).

  • red value is 18;
  • green value is 25;
  • blue value is 95.
RGB:
(18,25,95)
(7%,10%,37%)

RGB channels and saturation

R 18 of 255 = 7%
G 25 of 255 = 10%
B 95 of 255 = 37%

18
25
95

R + G + B ~ 18%. #12195F is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 25 + 95 = 138 (100%)
R 18 of 138 ~ 13.04%
G 25 of 138 ~ 18.12%
B 95 of 138 ~ 68.84%

%13.04
%18.12
%68.84

CMYK color model

#12195F color CMYK value is (81,74,0,63).

  • cyan value is 81.05%
  • magenta value is 73.68%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(81,74,0,63)
C81M74Y0K63 
(81%,74%,0%,63%)
(0.81/0.74/0.00/0.63)	

CMYK percentages

%81.05
%73.68
%0
%62.75

Codes

Color #12195F in popluar color models

12195F
RGB182595
HSL235°68.14%22.16%
HSB/HSV235°81.05%37.25%
CMYK81.05%73.68%0.00%
62.75%

Color #12195F in popluar number systems.

HEX12195F
Decimal182595
Binary10010110011011111
Octal2231137

Shades and tints

Shades of #12195F

#12195F
(18,25,95)
#111757
(17,23,87)
#10154F
(16,21,79)
#0F1347
(15,19,71)
#0E113F
(14,17,63)
#0D0F37
(13,15,55)
#0C0D2F
(12,13,47)
#0B0B27
(11,11,39)
#0A091F
(10,9,31)
#090717
(9,7,23)
#08050F
(8,5,15)
#000000
(0,0,0)

Tints of #12195F

#12195F
(18,25,95)
#272D6D
(39,45,109)
#3C417B
(60,65,123)
#515589
(81,85,137)
#666997
(102,105,151)
#7B7DA5
(123,125,165)
#9091B3
(144,145,179)
#A5A5C1
(165,165,193)
#BAB9CF
(186,185,207)
#CFCDDD
(207,205,221)
#E4E1EB
(228,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12195F color. Also use rgb(18,25,95) instead hex code.

Text Font Color

.myTextColor { color: #12195F; }

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

This text font color is #12195F.


Background Color

.myBgColor { background-color: #12195F; }

<div style="background-color:#12195F">Inner text</div>

This div background color is #12195F.


Border color

.myBorderColor { border: 1px solid #12195F; }

<div style="border:3px solid #12195F">Div</div>

This div border color is #12195F.


Opacity

.myOpacity80 { color: #12195F; opacity: 0.8; }

<p style="color:#12195F;opacity:0.8;">80%</p>

Text with #12195F 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 #12195F;}

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

This text has shadow with #12195F color.

.textShadow {text-shadow: 3px 3px 1px #12195F, 3px 3px 1px red;}

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

This text has shadow with #12195F primary color and red secondary color.


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

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

This text has shadow with #12195F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12195F on black background.


Color preview on white background

This text has color #12195F on white background.



Black color preview on #12195F background

This text has black color on #12195F background.


White color preview on #12195F background

This text has white color on #12195F background.