COLOR #01144C

HEX: #01144C RGB: (1,20,76)

Color info

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

RGB color model

#01144C color RGB value is (1,20,76).

RGB: (1,20,76) (0%, 8%, 30%)

RGB channels and saturation

R 1 of 255 = 0%
G 20 of 255 = 8%
B 76 of 255 = 30%

1
20
76

R + G + B ~ 13%. #01144C is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 20 + 76 = 97 (100%)
R 1 of 97 ~ 1.03%
G 20 of 97 ~ 20.62%
B 76 of 97 ~ 78.35'%

%20.62
%78.35

CMYK color model

#01144C color CMYK value is (99,74,0,70).

  • cyan value is 98.68%
  • magenta value is 73.68%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (99,74,0,70)
C99M74Y0K70 (99%, 74%, 0%, 70%)
(0.99 / 0.74 / 0.00 / 0.70)

CMYK percentages

%98.68
%73.68
%0
%70.2

Codes

Color #01144C in popluar color models

01 14 4C
RGB 1 20 76
HSL 225° 97.40% 15.10%
HSB/HSV 225° 98.68% 29.80%
CMYK 98.68% 73.68% 0.00%
70.20%

Color #01144C in popluar number systems.

HEX 01 14 4C
Decimal 1 20 76
Binary 1 10100 1001100
Octal 1 24 114

Shades and tints

Shades of #01144C

#01144C
(1,20,76)
#011346
(1,19,70)
#011240
(1,18,64)
#01113A
(1,17,58)
#011034
(1,16,52)
#010F2E
(1,15,46)
#010E28
(1,14,40)
#010D22
(1,13,34)
#010C1C
(1,12,28)
#010B16
(1,11,22)
#010A10
(1,10,16)
#000000
(0,0,0)

Tints of #01144C

#01144C
(1,20,76)
#18295C
(24,41,92)
#2F3E6C
(47,62,108)
#46537C
(70,83,124)
#5D688C
(93,104,140)
#747D9C
(116,125,156)
#8B92AC
(139,146,172)
#A2A7BC
(162,167,188)
#B9BCCC
(185,188,204)
#D0D1DC
(208,209,220)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01144C color. Also use rgb(1,20,76) instead hex code.

Text Font Color

.myTextColor { color: #01144C; }

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

This text font color is #01144C.

Background Color

.myBgColor { background-color: #01144C; }

<div style="background-color:#01144C">Inner text</div>

This div background color is #01144C.

Border color

.myBorderColor { border: 1px solid #01144C; }

<div style="border:3px solid #01144C">Div</div>

This div border color is #01144C.

Opacity

.myOpacity80 { color: #01144C; opacity: 0.8; }

<p style="color:#01144C;opacity:0.8;">80%</p>

Text with #01144C 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 #01144C;}

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

This text has shadow with #01144C color.


.textShadow {text-shadow: 3px 3px 1px #01144C', 3px 3px 1px red;}

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

This text has shadow with #01144C primary color and red secondary color.


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

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

This text has shadow with #01144C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #01144C; -webkit-box-shadow: 1px 1px 3px 2px #01144C; box-shadow:1px 1px 3px 2px #01144C;">
Div content here
</div>

This div box has shadow with color #01144C.

Preview

Color preview on black background

This text has color #01144C on black background.


Color preview on white background

This text has color #01144C on white background.


Black color preview on #01144C background

This text has black color on #01144C background.


White color preview on #01144C background

This text has white color on #01144C background.


Related colors

Complementary color

Complementary color for #hex is #FEEBB3.


I love getcolorcode.com

Triadic colors

1 #4C0114 and #144C01 with #01144C are triadic colors.

2 #4C1401 and #14014C with #01144C are triadic colors.