COLOR #01284D

HEX: #01284D
RGB: (1,40,77)

Color info

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

RGB color model

#01284D color RGB value is (1,40,77).

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

RGB channels and saturation

R 1 of 255 = 0%
G 40 of 255 = 16%
B 77 of 255 = 30%

1
40
77

R + G + B ~ 15%. #01284D is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 40 + 77 = 118 (100%)
R 1 of 118 ~ 0.85%
G 40 of 118 ~ 33.9%
B 77 of 118 ~ 65.25%

%33.9
%65.25

CMYK color model

#01284D color CMYK value is (99,48,0,70).

  • cyan value is 98.70%
  • magenta value is 48.05%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(99,48,0,70)
C99M48Y0K70 
(99%,48%,0%,70%)
(0.99/0.48/0.00/0.70)	

CMYK percentages

%98.7
%48.05
%0
%69.8

Codes

Color #01284D in popluar color models

01284D
RGB14077
HSL209°97.44%15.29%
HSB/HSV209°98.70%30.20%
CMYK98.70%48.05%0.00%
69.80%

Color #01284D in popluar number systems.

HEX01284D
Decimal14077
Binary11010001001101
Octal150115

Shades and tints

Shades of #01284D

#01284D
(1,40,77)
#012546
(1,37,70)
#01223F
(1,34,63)
#011F38
(1,31,56)
#011C31
(1,28,49)
#01192A
(1,25,42)
#011623
(1,22,35)
#01131C
(1,19,28)
#011015
(1,16,21)
#010D0E
(1,13,14)
#010A07
(1,10,7)
#000000
(0,0,0)

Tints of #01284D

#01284D
(1,40,77)
#183B5D
(24,59,93)
#2F4E6D
(47,78,109)
#46617D
(70,97,125)
#5D748D
(93,116,141)
#74879D
(116,135,157)
#8B9AAD
(139,154,173)
#A2ADBD
(162,173,189)
#B9C0CD
(185,192,205)
#D0D3DD
(208,211,221)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01284D; }

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

This text font color is #01284D.


Background Color

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

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

This div background color is #01284D.


Border color

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

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

This div border color is #01284D.


Opacity

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

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

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

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

This text has shadow with #01284D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01284D on black background.


Color preview on white background

This text has color #01284D on white background.



Black color preview on #01284D background

This text has black color on #01284D background.


White color preview on #01284D background

This text has white color on #01284D background.