COLOR #01143E

HEX: #01143E
RGB: (1,20,62)

Color info

#01143E contains mainly green and blue colors. Web safe color of #01143E is #000033 (or #003).

RGB color model

#01143E color RGB value is (1,20,62).

  • red value is 1;
  • green value is 20;
  • blue value is 62.
RGB:
(1,20,62)
(0%,8%,24%)

RGB channels and saturation

R 1 of 255 = 0%
G 20 of 255 = 8%
B 62 of 255 = 24%

1
20
62

R + G + B ~ 11%. #01143E is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 20 + 62 = 83 (100%)
R 1 of 83 ~ 1.2%
G 20 of 83 ~ 24.1%
B 62 of 83 ~ 74.7%

%24.1
%74.7

CMYK color model

#01143E color CMYK value is (98,68,0,76).

  • cyan value is 98.39%
  • magenta value is 67.74%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(98,68,0,76)
C98M68Y0K76 
(98%,68%,0%,76%)
(0.98/0.68/0.00/0.76)	

CMYK percentages

%98.39
%67.74
%0
%75.69

Codes

Color #01143E in popluar color models

01143E
RGB12062
HSL221°96.83%12.35%
HSB/HSV221°98.39%24.31%
CMYK98.39%67.74%0.00%
75.69%

Color #01143E in popluar number systems.

HEX01143E
Decimal12062
Binary110100111110
Octal12476

Shades and tints

Shades of #01143E

#01143E
(1,20,62)
#011339
(1,19,57)
#011234
(1,18,52)
#01112F
(1,17,47)
#01102A
(1,16,42)
#010F25
(1,15,37)
#010E20
(1,14,32)
#010D1B
(1,13,27)
#010C16
(1,12,22)
#010B11
(1,11,17)
#010A0C
(1,10,12)
#000000
(0,0,0)

Tints of #01143E

#01143E
(1,20,62)
#18294F
(24,41,79)
#2F3E60
(47,62,96)
#465371
(70,83,113)
#5D6882
(93,104,130)
#747D93
(116,125,147)
#8B92A4
(139,146,164)
#A2A7B5
(162,167,181)
#B9BCC6
(185,188,198)
#D0D1D7
(208,209,215)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01143E color. Also use rgb(1,20,62) instead hex code.

Text Font Color

.myTextColor { color: #01143E; }

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

This text font color is #01143E.


Background Color

.myBgColor { background-color: #01143E; }

<div style="background-color:#01143E">Inner text</div>

This div background color is #01143E.


Border color

.myBorderColor { border: 1px solid #01143E; }

<div style="border:3px solid #01143E">Div</div>

This div border color is #01143E.


Opacity

.myOpacity80 { color: #01143E; opacity: 0.8; }

<p style="color:#01143E;opacity:0.8;">80%</p>

Text with #01143E 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 #01143E;}

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

This text has shadow with #01143E color.

.textShadow {text-shadow: 3px 3px 1px #01143E, 3px 3px 1px red;}

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

This text has shadow with #01143E primary color and red secondary color.


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

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

This text has shadow with #01143E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01143E on black background.


Color preview on white background

This text has color #01143E on white background.



Black color preview on #01143E background

This text has black color on #01143E background.


White color preview on #01143E background

This text has white color on #01143E background.