COLOR #012338

HEX: #012338
RGB: (1,35,56)

Color info

#012338 contains red, green and blue colors in about the same proportion. Web safe color of #012338 is #003333 (or #033).

RGB color model

#012338 color RGB value is (1,35,56).

  • red value is 1;
  • green value is 35;
  • blue value is 56.
RGB:
(1,35,56)
(0%,14%,22%)

RGB channels and saturation

R 1 of 255 = 0%
G 35 of 255 = 14%
B 56 of 255 = 22%

1
35
56

R + G + B ~ 12%. #012338 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 35 + 56 = 92 (100%)
R 1 of 92 ~ 1.09%
G 35 of 92 ~ 38.04%
B 56 of 92 ~ 60.87%

%38.04
%60.87

CMYK color model

#012338 color CMYK value is (98,38,0,78).

  • cyan value is 98.21%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(98,38,0,78)
C98M38Y0K78 
(98%,38%,0%,78%)
(0.98/0.38/0.00/0.78)	

CMYK percentages

%98.21
%37.5
%0
%78.04

Codes

Color #012338 in popluar color models

012338
RGB13556
HSL203°96.49%11.18%
HSB/HSV203°98.21%21.96%
CMYK98.21%37.50%0.00%
78.04%

Color #012338 in popluar number systems.

HEX012338
Decimal13556
Binary1100011111000
Octal14370

Shades and tints

Shades of #012338

#012338
(1,35,56)
#012033
(1,32,51)
#011D2E
(1,29,46)
#011A29
(1,26,41)
#011724
(1,23,36)
#01141F
(1,20,31)
#01111A
(1,17,26)
#010E15
(1,14,21)
#010B10
(1,11,16)
#01080B
(1,8,11)
#010506
(1,5,6)
#000000
(0,0,0)

Tints of #012338

#012338
(1,35,56)
#18374A
(24,55,74)
#2F4B5C
(47,75,92)
#465F6E
(70,95,110)
#5D7380
(93,115,128)
#748792
(116,135,146)
#8B9BA4
(139,155,164)
#A2AFB6
(162,175,182)
#B9C3C8
(185,195,200)
#D0D7DA
(208,215,218)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012338 color. Also use rgb(1,35,56) instead hex code.

Text Font Color

.myTextColor { color: #012338; }

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

This text font color is #012338.


Background Color

.myBgColor { background-color: #012338; }

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

This div background color is #012338.


Border color

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

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

This div border color is #012338.


Opacity

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

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

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

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

This text has shadow with #012338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012338 on black background.


Color preview on white background

This text has color #012338 on white background.



Black color preview on #012338 background

This text has black color on #012338 background.


White color preview on #012338 background

This text has white color on #012338 background.