COLOR #01193C

HEX: #01193C RGB: (1,25,60)

Color info

#01193C contains red, green and blue colors in about the same proportion. Web safe color of #01193C is #000033 (or #003).

RGB color model

#01193C color RGB value is (1,25,60).

RGB: (1,25,60) (0%, 10%, 24%)

RGB channels and saturation

R 1 of 255 = 0%
G 25 of 255 = 10%
B 60 of 255 = 24%

1
25
60

R + G + B ~ 11%. #01193C is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 25 + 60 = 86 (100%)
R 1 of 86 ~ 1.16%
G 25 of 86 ~ 29.07%
B 60 of 86 ~ 69.77'%

%29.07
%69.77

CMYK color model

#01193C color CMYK value is (98,58,0,76).

  • cyan value is 98.33%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 76.47%

CMYK: (98,58,0,76)
C98M58Y0K76 (98%, 58%, 0%, 76%)
(0.98 / 0.58 / 0.00 / 0.76)

CMYK percentages

%98.33
%58.33
%0
%76.47

Codes

Color #01193C in popluar color models

01 19 3C
RGB 1 25 60
HSL 216° 96.72% 11.96%
HSB/HSV 216° 98.33% 23.53%
CMYK 98.33% 58.33% 0.00%
76.47%

Color #01193C in popluar number systems.

HEX 01 19 3C
Decimal 1 25 60
Binary 1 11001 111100
Octal 1 31 74

Shades and tints

Shades of #01193C

#01193C
(1,25,60)
#011737
(1,23,55)
#011532
(1,21,50)
#01132D
(1,19,45)
#011128
(1,17,40)
#010F23
(1,15,35)
#010D1E
(1,13,30)
#010B19
(1,11,25)
#010914
(1,9,20)
#01070F
(1,7,15)
#01050A
(1,5,10)
#000000
(0,0,0)

Tints of #01193C

#01193C
(1,25,60)
#182D4D
(24,45,77)
#2F415E
(47,65,94)
#46556F
(70,85,111)
#5D6980
(93,105,128)
#747D91
(116,125,145)
#8B91A2
(139,145,162)
#A2A5B3
(162,165,179)
#B9B9C4
(185,185,196)
#D0CDD5
(208,205,213)
#E7E1E6
(231,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01193C color. Also use rgb(1,25,60) instead hex code.

Text Font Color

.myTextColor { color: #01193C; }

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

This text font color is #01193C.

Background Color

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

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

This div background color is #01193C.

Border color

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

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

This div border color is #01193C.

Opacity

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

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

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

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

This text has shadow with #01193C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01193C.

Preview

Color preview on black background

This text has color #01193C on black background.


Color preview on white background

This text has color #01193C on white background.


Black color preview on #01193C background

This text has black color on #01193C background.


White color preview on #01193C background

This text has white color on #01193C background.


Related colors

Complementary color

Complementary color for #hex is #FEE6C3.


I love getcolorcode.com

Triadic colors

1 #3C0119 and #193C01 with #01193C are triadic colors.

2 #3C1901 and #19013C with #01193C are triadic colors.