COLOR #12003B

HEX: #12003B
RGB: (18,0,59)

Color info

#12003B contains only red and blue colors. Web safe color of #12003B is #000033 (or #003).

RGB color model

#12003B color RGB value is (18,0,59).

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

RGB channels and saturation

R 18 of 255 = 7%
G 0 of 255 = 0%
B 59 of 255 = 23%

18
0
59

R + G + B ~ 10%. #12003B is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 0 + 59 = 77 (100%)
R 18 of 77 ~ 23.38%
G 0 of 77 ~ 0%
B 59 of 77 ~ 76.62%

%23.38
%76.62

CMYK color model

#12003B color CMYK value is (69,100,0,77).

  • cyan value is 69.49%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(69,100,0,77)
C69M100Y0K77 
(69%,100%,0%,77%)
(0.69/1.00/0.00/0.77)	

CMYK percentages

%69.49
%100
%0
%76.86

Codes

Color #12003B in popluar color models

12003B
RGB18059
HSL258°100.00%11.57%
HSB/HSV258°100.00%23.14%
CMYK69.49%100.00%0.00%
76.86%

Color #12003B in popluar number systems.

HEX12003B
Decimal18059
Binary100100111011
Octal22073

Shades and tints

Shades of #12003B

#12003B
(18,0,59)
#110036
(17,0,54)
#100031
(16,0,49)
#0F002C
(15,0,44)
#0E0027
(14,0,39)
#0D0022
(13,0,34)
#0C001D
(12,0,29)
#0B0018
(11,0,24)
#0A0013
(10,0,19)
#09000E
(9,0,14)
#080009
(8,0,9)
#000000
(0,0,0)

Tints of #12003B

#12003B
(18,0,59)
#27174C
(39,23,76)
#3C2E5D
(60,46,93)
#51456E
(81,69,110)
#665C7F
(102,92,127)
#7B7390
(123,115,144)
#908AA1
(144,138,161)
#A5A1B2
(165,161,178)
#BAB8C3
(186,184,195)
#CFCFD4
(207,207,212)
#E4E6E5
(228,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12003B; }

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

This text font color is #12003B.


Background Color

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

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

This div background color is #12003B.


Border color

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

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

This div border color is #12003B.


Opacity

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

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

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

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

This text has shadow with #12003B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12003B on black background.


Color preview on white background

This text has color #12003B on white background.



Black color preview on #12003B background

This text has black color on #12003B background.


White color preview on #12003B background

This text has white color on #12003B background.