COLOR #12097B

HEX: #12097B
RGB: (18,9,123)

Color info

#12097B contains mainly blue color. Web safe color of #12097B is #000066 (or #006).

RGB color model

#12097B color RGB value is (18,9,123).

  • red value is 18;
  • green value is 9;
  • blue value is 123.
RGB:
(18,9,123)
(7%,4%,48%)

RGB channels and saturation

R 18 of 255 = 7%
G 9 of 255 = 4%
B 123 of 255 = 48%

18
9
123

R + G + B ~ 20%. #12097B is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 9 + 123 = 150 (100%)
R 18 of 150 ~ 12%
G 9 of 150 ~ 6%
B 123 of 150 ~ 82%

%12
%82

CMYK color model

#12097B color CMYK value is (85,93,0,52).

  • cyan value is 85.37%
  • magenta value is 92.68%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(85,93,0,52)
C85M93Y0K52 
(85%,93%,0%,52%)
(0.85/0.93/0.00/0.52)	

CMYK percentages

%85.37
%92.68
%0
%51.76

Codes

Color #12097B in popluar color models

12097B
RGB189123
HSL245°86.36%25.88%
HSB/HSV245°92.68%48.24%
CMYK85.37%92.68%0.00%
51.76%

Color #12097B in popluar number systems.

HEX12097B
Decimal189123
Binary1001010011111011
Octal2211173

Shades and tints

Shades of #12097B

#12097B
(18,9,123)
#110970
(17,9,112)
#100965
(16,9,101)
#0F095A
(15,9,90)
#0E094F
(14,9,79)
#0D0944
(13,9,68)
#0C0939
(12,9,57)
#0B092E
(11,9,46)
#0A0923
(10,9,35)
#090918
(9,9,24)
#08090D
(8,9,13)
#000000
(0,0,0)

Tints of #12097B

#12097B
(18,9,123)
#271F87
(39,31,135)
#3C3593
(60,53,147)
#514B9F
(81,75,159)
#6661AB
(102,97,171)
#7B77B7
(123,119,183)
#908DC3
(144,141,195)
#A5A3CF
(165,163,207)
#BAB9DB
(186,185,219)
#CFCFE7
(207,207,231)
#E4E5F3
(228,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12097B color. Also use rgb(18,9,123) instead hex code.

Text Font Color

.myTextColor { color: #12097B; }

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

This text font color is #12097B.


Background Color

.myBgColor { background-color: #12097B; }

<div style="background-color:#12097B">Inner text</div>

This div background color is #12097B.


Border color

.myBorderColor { border: 1px solid #12097B; }

<div style="border:3px solid #12097B">Div</div>

This div border color is #12097B.


Opacity

.myOpacity80 { color: #12097B; opacity: 0.8; }

<p style="color:#12097B;opacity:0.8;">80%</p>

Text with #12097B 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 #12097B;}

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

This text has shadow with #12097B color.

.textShadow {text-shadow: 3px 3px 1px #12097B, 3px 3px 1px red;}

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

This text has shadow with #12097B primary color and red secondary color.


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

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

This text has shadow with #12097B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12097B on black background.


Color preview on white background

This text has color #12097B on white background.



Black color preview on #12097B background

This text has black color on #12097B background.


White color preview on #12097B background

This text has white color on #12097B background.