HEX: #01335E
RGB: (1,51,94)
#01335E contains mainly green and blue colors. Web safe color of #01335E is #003366 (or #036).
#01335E color RGB value is (1,51,94).
RGB: (1,51,94)
(0%, 20%, 37%)
R 1 of 255 = 0%
G 51 of 255 = 20%
B 94 of 255 = 37%
R + G + B ~ 19%. #01335E is dark color.
R + G + B = 1 + 51 + 94 = 146 (100%)
R 1 of 146 ~ 0.68%
G 51 of 146 ~ 34.93%
B 94 of 146 ~ 64.38'%
#01335E color CMYK value is (99,46,0,63).
CMYK: (99,46,0,63)
C99M46Y0K63 (99%, 46%, 0%, 63%)
(0.99 / 0.46 / 0.00 / 0.63)
Color #01335E in popluar color models
01 | 33 | 5E | |
---|---|---|---|
RGB | 1 | 51 | 94 |
HSL | 208° | 97.89% | 18.63% |
HSB/HSV | 208° | 98.94% | 36.86% |
CMYK | 98.94% | 45.74% | 0.00% |
63.14% |
Color #01335E in popluar number systems.
HEX | 01 | 33 | 5E |
Decimal | 1 | 51 | 94 |
Binary | 1 | 110011 | 1011110 |
Octal | 1 | 63 | 136 |
Shades of #01335E
Tints of #01335E
Examples of css and html codes for elements with #01335E color. Also use rgb(1,51,94) instead hex code.
.myTextColor { color: #01335E; }
<p style="color:#01335E">This sample text font color is #01335E.</p>
This text font color is #01335E.
.myBgColor { background-color: #01335E; }
<div style="background-color:#01335E">Inner text</div>
This div background color is #01335E.
.myBorderColor { border: 1px solid #01335E; }
<div style="border:3px solid #01335E">Div</div>
This div border color is #01335E.
.myOpacity80 { color: #01335E; opacity: 0.8; }
<p style="color:#01335E;opacity:0.8;">80%</p>
Text with #01335E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #01335E;}
<p style="text-shadow: 3px 3px 1px #01335E">Text here.</p>
This text has shadow with #01335E color.
.textShadow {text-shadow: 3px 3px 1px #01335E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #01335E, 5px 5px 20px red">Text here.</p>
This text has shadow with #01335E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#01335E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#01335E, Direction=45, Strength=4)">Text</p>
This text has shadow with #01335E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #01335E;
-webkit-box-shadow: 1px 1px 3px 2px #01335E;
box-shadow: 1px 1px 3px 2px #01335E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #01335E; -webkit-box-shadow: 1px 1px 3px 2px #01335E; box-shadow:1px 1px 3px 2px #01335E;">
Div content here
</div>
This text has color #01335E on black background.
This text has color #01335E on white background.
This text has black color on #01335E background.
This text has white color on #01335E background.
Complementary color for #hex is #FECCA1.