COLOR #01253D

HEX: #01253D
RGB: (1,37,61)

Color info

#01253D contains mainly green and blue colors. Web safe color of #01253D is #003333 (or #033).

RGB color model

#01253D color RGB value is (1,37,61).

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

RGB channels and saturation

R 1 of 255 = 0%
G 37 of 255 = 15%
B 61 of 255 = 24%

1
37
61

R + G + B ~ 13%. #01253D is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 37 + 61 = 99 (100%)
R 1 of 99 ~ 1.01%
G 37 of 99 ~ 37.37%
B 61 of 99 ~ 61.62%

%37.37
%61.62

CMYK color model

#01253D color CMYK value is (98,39,0,76).

  • cyan value is 98.36%
  • magenta value is 39.34%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(98,39,0,76)
C98M39Y0K76 
(98%,39%,0%,76%)
(0.98/0.39/0.00/0.76)	

CMYK percentages

%98.36
%39.34
%0
%76.08

Codes

Color #01253D in popluar color models

01253D
RGB13761
HSL204°96.77%12.16%
HSB/HSV204°98.36%23.92%
CMYK98.36%39.34%0.00%
76.08%

Color #01253D in popluar number systems.

HEX01253D
Decimal13761
Binary1100101111101
Octal14575

Shades and tints

Shades of #01253D

#01253D
(1,37,61)
#012238
(1,34,56)
#011F33
(1,31,51)
#011C2E
(1,28,46)
#011929
(1,25,41)
#011624
(1,22,36)
#01131F
(1,19,31)
#01101A
(1,16,26)
#010D15
(1,13,21)
#010A10
(1,10,16)
#01070B
(1,7,11)
#000000
(0,0,0)

Tints of #01253D

#01253D
(1,37,61)
#18384E
(24,56,78)
#2F4B5F
(47,75,95)
#465E70
(70,94,112)
#5D7181
(93,113,129)
#748492
(116,132,146)
#8B97A3
(139,151,163)
#A2AAB4
(162,170,180)
#B9BDC5
(185,189,197)
#D0D0D6
(208,208,214)
#E7E3E7
(231,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01253D; }

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

This text font color is #01253D.


Background Color

.myBgColor { background-color: #01253D; }

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

This div background color is #01253D.


Border color

.myBorderColor { border: 1px solid #01253D; }

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

This div border color is #01253D.


Opacity

.myOpacity80 { color: #01253D; opacity: 0.8; }

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

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

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

This text has shadow with #01253D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01253D on black background.


Color preview on white background

This text has color #01253D on white background.



Black color preview on #01253D background

This text has black color on #01253D background.


White color preview on #01253D background

This text has white color on #01253D background.