COLOR #01424C

HEX: #01424C
RGB: (1,66,76)

Color info

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

RGB color model

#01424C color RGB value is (1,66,76).

  • red value is 1;
  • green value is 66;
  • blue value is 76.
RGB:
(1,66,76)
(0%,26%,30%)

RGB channels and saturation

R 1 of 255 = 0%
G 66 of 255 = 26%
B 76 of 255 = 30%

1
66
76

R + G + B ~ 19%. #01424C is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 66 + 76 = 143 (100%)
R 1 of 143 ~ 0.7%
G 66 of 143 ~ 46.15%
B 76 of 143 ~ 53.15%

%46.15
%53.15

CMYK color model

#01424C color CMYK value is (99,13,0,70).

  • cyan value is 98.68%
  • magenta value is 13.16%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(99,13,0,70)
C99M13Y0K70 
(99%,13%,0%,70%)
(0.99/0.13/0.00/0.70)	

CMYK percentages

%98.68
%13.16
%0
%70.2

Codes

Color #01424C in popluar color models

01424C
RGB16676
HSL188°97.40%15.10%
HSB/HSV188°98.68%29.80%
CMYK98.68%13.16%0.00%
70.20%

Color #01424C in popluar number systems.

HEX01424C
Decimal16676
Binary110000101001100
Octal1102114

Shades and tints

Shades of #01424C

#01424C
(1,66,76)
#013C46
(1,60,70)
#013640
(1,54,64)
#01303A
(1,48,58)
#012A34
(1,42,52)
#01242E
(1,36,46)
#011E28
(1,30,40)
#011822
(1,24,34)
#01121C
(1,18,28)
#010C16
(1,12,22)
#010610
(1,6,16)
#000000
(0,0,0)

Tints of #01424C

#01424C
(1,66,76)
#18535C
(24,83,92)
#2F646C
(47,100,108)
#46757C
(70,117,124)
#5D868C
(93,134,140)
#74979C
(116,151,156)
#8BA8AC
(139,168,172)
#A2B9BC
(162,185,188)
#B9CACC
(185,202,204)
#D0DBDC
(208,219,220)
#E7ECEC
(231,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01424C; }

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

This text font color is #01424C.


Background Color

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

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

This div background color is #01424C.


Border color

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

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

This div border color is #01424C.


Opacity

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

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

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

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

This text has shadow with #01424C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01424C on black background.


Color preview on white background

This text has color #01424C on white background.



Black color preview on #01424C background

This text has black color on #01424C background.


White color preview on #01424C background

This text has white color on #01424C background.