COLOR #01268E

HEX: #01268E
RGB: (1,38,142)

Color info

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

RGB color model

#01268E color RGB value is (1,38,142).

  • red value is 1;
  • green value is 38;
  • blue value is 142.
RGB:
(1,38,142)
(0%,15%,56%)

RGB channels and saturation

R 1 of 255 = 0%
G 38 of 255 = 15%
B 142 of 255 = 56%

1
38
142

R + G + B ~ 24%. #01268E is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 38 + 142 = 181 (100%)
R 1 of 181 ~ 0.55%
G 38 of 181 ~ 20.99%
B 142 of 181 ~ 78.45%

%20.99
%78.45

CMYK color model

#01268E color CMYK value is (99,73,0,44).

  • cyan value is 99.30%
  • magenta value is 73.24%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(99,73,0,44)
C99M73Y0K44 
(99%,73%,0%,44%)
(0.99/0.73/0.00/0.44)	

CMYK percentages

%99.3
%73.24
%0
%44.31

Codes

Color #01268E in popluar color models

01268E
RGB138142
HSL224°98.60%28.04%
HSB/HSV224°99.30%55.69%
CMYK99.30%73.24%0.00%
44.31%

Color #01268E in popluar number systems.

HEX01268E
Decimal138142
Binary110011010001110
Octal146216

Shades and tints

Shades of #01268E

#01268E
(1,38,142)
#012382
(1,35,130)
#012076
(1,32,118)
#011D6A
(1,29,106)
#011A5E
(1,26,94)
#011752
(1,23,82)
#011446
(1,20,70)
#01113A
(1,17,58)
#010E2E
(1,14,46)
#010B22
(1,11,34)
#010816
(1,8,22)
#000000
(0,0,0)

Tints of #01268E

#01268E
(1,38,142)
#183998
(24,57,152)
#2F4CA2
(47,76,162)
#465FAC
(70,95,172)
#5D72B6
(93,114,182)
#7485C0
(116,133,192)
#8B98CA
(139,152,202)
#A2ABD4
(162,171,212)
#B9BEDE
(185,190,222)
#D0D1E8
(208,209,232)
#E7E4F2
(231,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01268E color. Also use rgb(1,38,142) instead hex code.

Text Font Color

.myTextColor { color: #01268E; }

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

This text font color is #01268E.


Background Color

.myBgColor { background-color: #01268E; }

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

This div background color is #01268E.


Border color

.myBorderColor { border: 1px solid #01268E; }

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

This div border color is #01268E.


Opacity

.myOpacity80 { color: #01268E; opacity: 0.8; }

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

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

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

This text has shadow with #01268E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01268E on black background.


Color preview on white background

This text has color #01268E on white background.



Black color preview on #01268E background

This text has black color on #01268E background.


White color preview on #01268E background

This text has white color on #01268E background.