COLOR #12253B

HEX: #12253B
RGB: (18,37,59)

Color info

#12253B contains red, green and blue colors in about the same proportion. Web safe color of #12253B is #003333 (or #033).

RGB color model

#12253B color RGB value is (18,37,59).

  • red value is 18;
  • green value is 37;
  • blue value is 59.
RGB:
(18,37,59)
(7%,15%,23%)

RGB channels and saturation

R 18 of 255 = 7%
G 37 of 255 = 15%
B 59 of 255 = 23%

18
37
59

R + G + B ~ 15%. #12253B is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 37 + 59 = 114 (100%)
R 18 of 114 ~ 15.79%
G 37 of 114 ~ 32.46%
B 59 of 114 ~ 51.75%

%15.79
%32.46
%51.75

CMYK color model

#12253B color CMYK value is (69,37,0,77).

  • cyan value is 69.49%
  • magenta value is 37.29%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(69,37,0,77)
C69M37Y0K77 
(69%,37%,0%,77%)
(0.69/0.37/0.00/0.77)	

CMYK percentages

%69.49
%37.29
%0
%76.86

Codes

Color #12253B in popluar color models

12253B
RGB183759
HSL212°53.25%15.10%
HSB/HSV212°69.49%23.14%
CMYK69.49%37.29%0.00%
76.86%

Color #12253B in popluar number systems.

HEX12253B
Decimal183759
Binary10010100101111011
Octal224573

Shades and tints

Shades of #12253B

#12253B
(18,37,59)
#112236
(17,34,54)
#101F31
(16,31,49)
#0F1C2C
(15,28,44)
#0E1927
(14,25,39)
#0D1622
(13,22,34)
#0C131D
(12,19,29)
#0B1018
(11,16,24)
#0A0D13
(10,13,19)
#090A0E
(9,10,14)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #12253B

#12253B
(18,37,59)
#27384C
(39,56,76)
#3C4B5D
(60,75,93)
#515E6E
(81,94,110)
#66717F
(102,113,127)
#7B8490
(123,132,144)
#9097A1
(144,151,161)
#A5AAB2
(165,170,178)
#BABDC3
(186,189,195)
#CFD0D4
(207,208,212)
#E4E3E5
(228,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12253B color. Also use rgb(18,37,59) instead hex code.

Text Font Color

.myTextColor { color: #12253B; }

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

This text font color is #12253B.


Background Color

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

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

This div background color is #12253B.


Border color

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

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

This div border color is #12253B.


Opacity

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

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

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

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

This text has shadow with #12253B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12253B on black background.


Color preview on white background

This text has color #12253B on white background.



Black color preview on #12253B background

This text has black color on #12253B background.


White color preview on #12253B background

This text has white color on #12253B background.