COLOR #012858

HEX: #012858
RGB: (1,40,88)

Color info

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

RGB color model

#012858 color RGB value is (1,40,88).

  • red value is 1;
  • green value is 40;
  • blue value is 88.
RGB:
(1,40,88)
(0%,16%,35%)

RGB channels and saturation

R 1 of 255 = 0%
G 40 of 255 = 16%
B 88 of 255 = 35%

1
40
88

R + G + B ~ 17%. #012858 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 40 + 88 = 129 (100%)
R 1 of 129 ~ 0.78%
G 40 of 129 ~ 31.01%
B 88 of 129 ~ 68.22%

%31.01
%68.22

CMYK color model

#012858 color CMYK value is (99,55,0,65).

  • cyan value is 98.86%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(99,55,0,65)
C99M55Y0K65 
(99%,55%,0%,65%)
(0.99/0.55/0.00/0.65)	

CMYK percentages

%98.86
%54.55
%0
%65.49

Codes

Color #012858 in popluar color models

012858
RGB14088
HSL213°97.75%17.45%
HSB/HSV213°98.86%34.51%
CMYK98.86%54.55%0.00%
65.49%

Color #012858 in popluar number systems.

HEX012858
Decimal14088
Binary11010001011000
Octal150130

Shades and tints

Shades of #012858

#012858
(1,40,88)
#012550
(1,37,80)
#012248
(1,34,72)
#011F40
(1,31,64)
#011C38
(1,28,56)
#011930
(1,25,48)
#011628
(1,22,40)
#011320
(1,19,32)
#011018
(1,16,24)
#010D10
(1,13,16)
#010A08
(1,10,8)
#000000
(0,0,0)

Tints of #012858

#012858
(1,40,88)
#183B67
(24,59,103)
#2F4E76
(47,78,118)
#466185
(70,97,133)
#5D7494
(93,116,148)
#7487A3
(116,135,163)
#8B9AB2
(139,154,178)
#A2ADC1
(162,173,193)
#B9C0D0
(185,192,208)
#D0D3DF
(208,211,223)
#E7E6EE
(231,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012858 color. Also use rgb(1,40,88) instead hex code.

Text Font Color

.myTextColor { color: #012858; }

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

This text font color is #012858.


Background Color

.myBgColor { background-color: #012858; }

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

This div background color is #012858.


Border color

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

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

This div border color is #012858.


Opacity

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

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

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

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

This text has shadow with #012858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012858 on black background.


Color preview on white background

This text has color #012858 on white background.



Black color preview on #012858 background

This text has black color on #012858 background.


White color preview on #012858 background

This text has white color on #012858 background.