COLOR #01295B

HEX: #01295B
RGB: (1,41,91)

Color info

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

RGB color model

#01295B color RGB value is (1,41,91).

  • red value is 1;
  • green value is 41;
  • blue value is 91.
RGB:
(1,41,91)
(0%,16%,36%)

RGB channels and saturation

R 1 of 255 = 0%
G 41 of 255 = 16%
B 91 of 255 = 36%

1
41
91

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

Portions of RGB colors in percentages

R + G + B =
1 + 41 + 91 = 133 (100%)
R 1 of 133 ~ 0.75%
G 41 of 133 ~ 30.83%
B 91 of 133 ~ 68.42%

%30.83
%68.42

CMYK color model

#01295B color CMYK value is (99,55,0,64).

  • cyan value is 98.90%
  • magenta value is 54.95%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(99,55,0,64)
C99M55Y0K64 
(99%,55%,0%,64%)
(0.99/0.55/0.00/0.64)	

CMYK percentages

%98.9
%54.95
%0
%64.31

Codes

Color #01295B in popluar color models

01295B
RGB14191
HSL213°97.83%18.04%
HSB/HSV213°98.90%35.69%
CMYK98.90%54.95%0.00%
64.31%

Color #01295B in popluar number systems.

HEX01295B
Decimal14191
Binary11010011011011
Octal151133

Shades and tints

Shades of #01295B

#01295B
(1,41,91)
#012653
(1,38,83)
#01234B
(1,35,75)
#012043
(1,32,67)
#011D3B
(1,29,59)
#011A33
(1,26,51)
#01172B
(1,23,43)
#011423
(1,20,35)
#01111B
(1,17,27)
#010E13
(1,14,19)
#010B0B
(1,11,11)
#000000
(0,0,0)

Tints of #01295B

#01295B
(1,41,91)
#183C69
(24,60,105)
#2F4F77
(47,79,119)
#466285
(70,98,133)
#5D7593
(93,117,147)
#7488A1
(116,136,161)
#8B9BAF
(139,155,175)
#A2AEBD
(162,174,189)
#B9C1CB
(185,193,203)
#D0D4D9
(208,212,217)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01295B color. Also use rgb(1,41,91) instead hex code.

Text Font Color

.myTextColor { color: #01295B; }

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

This text font color is #01295B.


Background Color

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

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

This div background color is #01295B.


Border color

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

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

This div border color is #01295B.


Opacity

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

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

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

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

This text has shadow with #01295B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01295B on black background.


Color preview on white background

This text has color #01295B on white background.



Black color preview on #01295B background

This text has black color on #01295B background.


White color preview on #01295B background

This text has white color on #01295B background.