COLOR #01293F

HEX: #01293F
RGB: (1,41,63)

Color info

#01293F contains mainly green and blue colors. Web safe color of #01293F is #003333 (or #033).

RGB color model

#01293F color RGB value is (1,41,63).

  • red value is 1;
  • green value is 41;
  • blue value is 63.
RGB:
(1,41,63)
(0%,16%,25%)

RGB channels and saturation

R 1 of 255 = 0%
G 41 of 255 = 16%
B 63 of 255 = 25%

1
41
63

R + G + B ~ 14%. #01293F is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 41 + 63 = 105 (100%)
R 1 of 105 ~ 0.95%
G 41 of 105 ~ 39.05%
B 63 of 105 ~ 60%

%39.05
%60

CMYK color model

#01293F color CMYK value is (98,35,0,75).

  • cyan value is 98.41%
  • magenta value is 34.92%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(98,35,0,75)
C98M35Y0K75 
(98%,35%,0%,75%)
(0.98/0.35/0.00/0.75)	

CMYK percentages

%98.41
%34.92
%0
%75.29

Codes

Color #01293F in popluar color models

01293F
RGB14163
HSL201°96.88%12.55%
HSB/HSV201°98.41%24.71%
CMYK98.41%34.92%0.00%
75.29%

Color #01293F in popluar number systems.

HEX01293F
Decimal14163
Binary1101001111111
Octal15177

Shades and tints

Shades of #01293F

#01293F
(1,41,63)
#01263A
(1,38,58)
#012335
(1,35,53)
#012030
(1,32,48)
#011D2B
(1,29,43)
#011A26
(1,26,38)
#011721
(1,23,33)
#01141C
(1,20,28)
#011117
(1,17,23)
#010E12
(1,14,18)
#010B0D
(1,11,13)
#000000
(0,0,0)

Tints of #01293F

#01293F
(1,41,63)
#183C50
(24,60,80)
#2F4F61
(47,79,97)
#466272
(70,98,114)
#5D7583
(93,117,131)
#748894
(116,136,148)
#8B9BA5
(139,155,165)
#A2AEB6
(162,174,182)
#B9C1C7
(185,193,199)
#D0D4D8
(208,212,216)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01293F color. Also use rgb(1,41,63) instead hex code.

Text Font Color

.myTextColor { color: #01293F; }

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

This text font color is #01293F.


Background Color

.myBgColor { background-color: #01293F; }

<div style="background-color:#01293F">Inner text</div>

This div background color is #01293F.


Border color

.myBorderColor { border: 1px solid #01293F; }

<div style="border:3px solid #01293F">Div</div>

This div border color is #01293F.


Opacity

.myOpacity80 { color: #01293F; opacity: 0.8; }

<p style="color:#01293F;opacity:0.8;">80%</p>

Text with #01293F 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 #01293F;}

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

This text has shadow with #01293F color.

.textShadow {text-shadow: 3px 3px 1px #01293F, 3px 3px 1px red;}

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

This text has shadow with #01293F primary color and red secondary color.


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

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

This text has shadow with #01293F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01293F on black background.


Color preview on white background

This text has color #01293F on white background.



Black color preview on #01293F background

This text has black color on #01293F background.


White color preview on #01293F background

This text has white color on #01293F background.