COLOR #01053B

HEX: #01053B RGB: (1,5,59)

Color info

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

RGB color model

#01053B color RGB value is (1,5,59).

RGB: (1,5,59) (0%, 2%, 23%)

RGB channels and saturation

R 1 of 255 = 0%
G 5 of 255 = 2%
B 59 of 255 = 23%

1
5
59

R + G + B ~ 8%. #01053B is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 5 + 59 = 65 (100%)
R 1 of 65 ~ 1.54%
G 5 of 65 ~ 7.69%
B 59 of 65 ~ 90.77'%

%90.77

CMYK color model

#01053B color CMYK value is (98,92,0,77).

  • cyan value is 98.31%
  • magenta value is 91.53%
  • yellow value is 0.00%
  • key color value is 76.86%

CMYK: (98,92,0,77)
C98M92Y0K77 (98%, 92%, 0%, 77%)
(0.98 / 0.92 / 0.00 / 0.77)

CMYK percentages

%98.31
%91.53
%0
%76.86

Codes

Color #01053B in popluar color models

01 05 3B
RGB 1 5 59
HSL 236° 96.67% 11.76%
HSB/HSV 236° 98.31% 23.14%
CMYK 98.31% 91.53% 0.00%
76.86%

Color #01053B in popluar number systems.

HEX 01 05 3B
Decimal 1 5 59
Binary 1 101 111011
Octal 1 5 73

Shades and tints

Shades of #01053B

#01053B
(1,5,59)
#010536
(1,5,54)
#010531
(1,5,49)
#01052C
(1,5,44)
#010527
(1,5,39)
#010522
(1,5,34)
#01051D
(1,5,29)
#010518
(1,5,24)
#010513
(1,5,19)
#01050E
(1,5,14)
#010509
(1,5,9)
#000000
(0,0,0)

Tints of #01053B

#01053B
(1,5,59)
#181B4C
(24,27,76)
#2F315D
(47,49,93)
#46476E
(70,71,110)
#5D5D7F
(93,93,127)
#747390
(116,115,144)
#8B89A1
(139,137,161)
#A29FB2
(162,159,178)
#B9B5C3
(185,181,195)
#D0CBD4
(208,203,212)
#E7E1E5
(231,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01053B color. Also use rgb(1,5,59) instead hex code.

Text Font Color

.myTextColor { color: #01053B; }

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

This text font color is #01053B.

Background Color

.myBgColor { background-color: #01053B; }

<div style="background-color:#01053B">Inner text</div>

This div background color is #01053B.

Border color

.myBorderColor { border: 1px solid #01053B; }

<div style="border:3px solid #01053B">Div</div>

This div border color is #01053B.

Opacity

.myOpacity80 { color: #01053B; opacity: 0.8; }

<p style="color:#01053B;opacity:0.8;">80%</p>

Text with #01053B 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 #01053B;}

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

This text has shadow with #01053B color.


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

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

This text has shadow with #01053B primary color and red secondary color.


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

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

This text has shadow with #01053B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #01053B.

Preview

Color preview on black background

This text has color #01053B on black background.


Color preview on white background

This text has color #01053B on white background.


Black color preview on #01053B background

This text has black color on #01053B background.


White color preview on #01053B background

This text has white color on #01053B background.


Related colors

Complementary color

Complementary color for #hex is #FEFAC4.


I love getcolorcode.com

Triadic colors

1 #3B0105 and #053B01 with #01053B are triadic colors.

2 #3B0501 and #05013B with #01053B are triadic colors.