COLOR #01215A

HEX: #01215A RGB: (1,33,90)

Color info

#01215A contains mainly green and blue colors. Web safe color of #01215A is #003366 (or #036).

RGB color model

#01215A color RGB value is (1,33,90).

RGB: (1,33,90) (0%, 13%, 35%)

RGB channels and saturation

R 1 of 255 = 0%
G 33 of 255 = 13%
B 90 of 255 = 35%

1
33
90

R + G + B ~ 16%. #01215A is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 33 + 90 = 124 (100%)
R 1 of 124 ~ 0.81%
G 33 of 124 ~ 26.61%
B 90 of 124 ~ 72.58'%

%26.61
%72.58

CMYK color model

#01215A color CMYK value is (99,63,0,65).

  • cyan value is 98.89%
  • magenta value is 63.33%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (99,63,0,65)
C99M63Y0K65 (99%, 63%, 0%, 65%)
(0.99 / 0.63 / 0.00 / 0.65)

CMYK percentages

%98.89
%63.33
%0
%64.71

Codes

Color #01215A in popluar color models

01 21 5A
RGB 1 33 90
HSL 218° 97.80% 17.84%
HSB/HSV 218° 98.89% 35.29%
CMYK 98.89% 63.33% 0.00%
64.71%

Color #01215A in popluar number systems.

HEX 01 21 5A
Decimal 1 33 90
Binary 1 100001 1011010
Octal 1 41 132

Shades and tints

Shades of #01215A

#01215A
(1,33,90)
#011E52
(1,30,82)
#011B4A
(1,27,74)
#011842
(1,24,66)
#01153A
(1,21,58)
#011232
(1,18,50)
#010F2A
(1,15,42)
#010C22
(1,12,34)
#01091A
(1,9,26)
#010612
(1,6,18)
#01030A
(1,3,10)
#000000
(0,0,0)

Tints of #01215A

#01215A
(1,33,90)
#183569
(24,53,105)
#2F4978
(47,73,120)
#465D87
(70,93,135)
#5D7196
(93,113,150)
#7485A5
(116,133,165)
#8B99B4
(139,153,180)
#A2ADC3
(162,173,195)
#B9C1D2
(185,193,210)
#D0D5E1
(208,213,225)
#E7E9F0
(231,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01215A color. Also use rgb(1,33,90) instead hex code.

Text Font Color

.myTextColor { color: #01215A; }

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

This text font color is #01215A.

Background Color

.myBgColor { background-color: #01215A; }

<div style="background-color:#01215A">Inner text</div>

This div background color is #01215A.

Border color

.myBorderColor { border: 1px solid #01215A; }

<div style="border:3px solid #01215A">Div</div>

This div border color is #01215A.

Opacity

.myOpacity80 { color: #01215A; opacity: 0.8; }

<p style="color:#01215A;opacity:0.8;">80%</p>

Text with #01215A 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 #01215A;}

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

This text has shadow with #01215A color.


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

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

This text has shadow with #01215A primary color and red secondary color.


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

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

This text has shadow with #01215A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #01215A.

Preview

Color preview on black background

This text has color #01215A on black background.


Color preview on white background

This text has color #01215A on white background.


Black color preview on #01215A background

This text has black color on #01215A background.


White color preview on #01215A background

This text has white color on #01215A background.


Related colors

Complementary color

Complementary color for #hex is #FEDEA5.


I love getcolorcode.com

Triadic colors

1 #5A0121 and #215A01 with #01215A are triadic colors.

2 #5A2101 and #21015A with #01215A are triadic colors.