COLOR #01264C

HEX: #01264C RGB: (1,38,76)

Color info

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

RGB color model

#01264C color RGB value is (1,38,76).

RGB: (1,38,76) (0%, 15%, 30%)

RGB channels and saturation

R 1 of 255 = 0%
G 38 of 255 = 15%
B 76 of 255 = 30%

1
38
76

R + G + B ~ 15%. #01264C is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 38 + 76 = 115 (100%)
R 1 of 115 ~ 0.87%
G 38 of 115 ~ 33.04%
B 76 of 115 ~ 66.09'%

%33.04
%66.09

CMYK color model

#01264C color CMYK value is (99,50,0,70).

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

CMYK: (99,50,0,70)
C99M50Y0K70 (99%, 50%, 0%, 70%)
(0.99 / 0.50 / 0.00 / 0.70)

CMYK percentages

%98.68
%50
%0
%70.2

Codes

Color #01264C in popluar color models

01 26 4C
RGB 1 38 76
HSL 210° 97.40% 15.10%
HSB/HSV 210° 98.68% 29.80%
CMYK 98.68% 50.00% 0.00%
70.20%

Color #01264C in popluar number systems.

HEX 01 26 4C
Decimal 1 38 76
Binary 1 100110 1001100
Octal 1 46 114

Shades and tints

Shades of #01264C

#01264C
(1,38,76)
#012346
(1,35,70)
#012040
(1,32,64)
#011D3A
(1,29,58)
#011A34
(1,26,52)
#01172E
(1,23,46)
#011428
(1,20,40)
#011122
(1,17,34)
#010E1C
(1,14,28)
#010B16
(1,11,22)
#010810
(1,8,16)
#000000
(0,0,0)

Tints of #01264C

#01264C
(1,38,76)
#18395C
(24,57,92)
#2F4C6C
(47,76,108)
#465F7C
(70,95,124)
#5D728C
(93,114,140)
#74859C
(116,133,156)
#8B98AC
(139,152,172)
#A2ABBC
(162,171,188)
#B9BECC
(185,190,204)
#D0D1DC
(208,209,220)
#E7E4EC
(231,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01264C; }

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

This text font color is #01264C.

Background Color

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

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

This div background color is #01264C.

Border color

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

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

This div border color is #01264C.

Opacity

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

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

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

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

This text has shadow with #01264C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01264C.

Preview

Color preview on black background

This text has color #01264C on black background.


Color preview on white background

This text has color #01264C on white background.


Black color preview on #01264C background

This text has black color on #01264C background.


White color preview on #01264C background

This text has white color on #01264C background.


Related colors

Complementary color

Complementary color for #hex is #FED9B3.


I love getcolorcode.com

Triadic colors

1 #4C0126 and #264C01 with #01264C are triadic colors.

2 #4C2601 and #26014C with #01264C are triadic colors.