COLOR #010239

HEX: #010239 RGB: (1,2,57)

Color info

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

RGB color model

#010239 color RGB value is (1,2,57).

RGB: (1,2,57) (0%, 1%, 22%)

RGB channels and saturation

R 1 of 255 = 0%
G 2 of 255 = 1%
B 57 of 255 = 22%

1
2
57

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

Portions of RGB colors in percentages

R + G + B = 1 + 2 + 57 = 60 (100%)
R 1 of 60 ~ 1.67%
G 2 of 60 ~ 3.33%
B 57 of 60 ~ 95'%

%95

CMYK color model

#010239 color CMYK value is (98,96,0,78).

  • cyan value is 98.25%
  • magenta value is 96.49%
  • yellow value is 0.00%
  • key color value is 77.65%

CMYK: (98,96,0,78)
C98M96Y0K78 (98%, 96%, 0%, 78%)
(0.98 / 0.96 / 0.00 / 0.78)

CMYK percentages

%98.25
%96.49
%0
%77.65

Codes

Color #010239 in popluar color models

01 02 39
RGB 1 2 57
HSL 239° 96.55% 11.37%
HSB/HSV 239° 98.25% 22.35%
CMYK 98.25% 96.49% 0.00%
77.65%

Color #010239 in popluar number systems.

HEX 01 02 39
Decimal 1 2 57
Binary 1 10 111001
Octal 1 2 71

Shades and tints

Shades of #010239

#010239
(1,2,57)
#010234
(1,2,52)
#01022F
(1,2,47)
#01022A
(1,2,42)
#010225
(1,2,37)
#010220
(1,2,32)
#01021B
(1,2,27)
#010216
(1,2,22)
#010211
(1,2,17)
#01020C
(1,2,12)
#010207
(1,2,7)
#000000
(0,0,0)

Tints of #010239

#010239
(1,2,57)
#18194B
(24,25,75)
#2F305D
(47,48,93)
#46476F
(70,71,111)
#5D5E81
(93,94,129)
#747593
(116,117,147)
#8B8CA5
(139,140,165)
#A2A3B7
(162,163,183)
#B9BAC9
(185,186,201)
#D0D1DB
(208,209,219)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #010239 color. Also use rgb(1,2,57) instead hex code.

Text Font Color

.myTextColor { color: #010239; }

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

This text font color is #010239.

Background Color

.myBgColor { background-color: #010239; }

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

This div background color is #010239.

Border color

.myBorderColor { border: 1px solid #010239; }

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

This div border color is #010239.

Opacity

.myOpacity80 { color: #010239; opacity: 0.8; }

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

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

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

This text has shadow with #010239 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #010239.

Preview

Color preview on black background

This text has color #010239 on black background.


Color preview on white background

This text has color #010239 on white background.


Black color preview on #010239 background

This text has black color on #010239 background.


White color preview on #010239 background

This text has white color on #010239 background.


Related colors

Complementary color

Complementary color for #hex is #FEFDC6.


I love getcolorcode.com

Triadic colors

1 #390102 and #023901 with #010239 are triadic colors.

2 #390201 and #020139 with #010239 are triadic colors.