COLOR #012597

HEX: #012597
RGB: (1,37,151)

Color info

#012597 contains mainly blue color. Web safe color of #012597 is #003399 (or #039).

RGB color model

#012597 color RGB value is (1,37,151).

  • red value is 1;
  • green value is 37;
  • blue value is 151.
RGB:
(1,37,151)
(0%,15%,59%)

RGB channels and saturation

R 1 of 255 = 0%
G 37 of 255 = 15%
B 151 of 255 = 59%

1
37
151

R + G + B ~ 25%. #012597 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 37 + 151 = 189 (100%)
R 1 of 189 ~ 0.53%
G 37 of 189 ~ 19.58%
B 151 of 189 ~ 79.89%

%19.58
%79.89

CMYK color model

#012597 color CMYK value is (99,75,0,41).

  • cyan value is 99.34%
  • magenta value is 75.50%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(99,75,0,41)
C99M75Y0K41 
(99%,75%,0%,41%)
(0.99/0.75/0.00/0.41)	

CMYK percentages

%99.34
%75.5
%0
%40.78

Codes

Color #012597 in popluar color models

012597
RGB137151
HSL226°98.68%29.80%
HSB/HSV226°99.34%59.22%
CMYK99.34%75.50%0.00%
40.78%

Color #012597 in popluar number systems.

HEX012597
Decimal137151
Binary110010110010111
Octal145227

Shades and tints

Shades of #012597

#012597
(1,37,151)
#01228A
(1,34,138)
#011F7D
(1,31,125)
#011C70
(1,28,112)
#011963
(1,25,99)
#011656
(1,22,86)
#011349
(1,19,73)
#01103C
(1,16,60)
#010D2F
(1,13,47)
#010A22
(1,10,34)
#010715
(1,7,21)
#000000
(0,0,0)

Tints of #012597

#012597
(1,37,151)
#1838A0
(24,56,160)
#2F4BA9
(47,75,169)
#465EB2
(70,94,178)
#5D71BB
(93,113,187)
#7484C4
(116,132,196)
#8B97CD
(139,151,205)
#A2AAD6
(162,170,214)
#B9BDDF
(185,189,223)
#D0D0E8
(208,208,232)
#E7E3F1
(231,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012597 color. Also use rgb(1,37,151) instead hex code.

Text Font Color

.myTextColor { color: #012597; }

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

This text font color is #012597.


Background Color

.myBgColor { background-color: #012597; }

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

This div background color is #012597.


Border color

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

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

This div border color is #012597.


Opacity

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

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

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

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

This text has shadow with #012597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012597 on black background.


Color preview on white background

This text has color #012597 on white background.



Black color preview on #012597 background

This text has black color on #012597 background.


White color preview on #012597 background

This text has white color on #012597 background.