HEX: #061374
RGB: (6,19,116)
#061374 contains mainly blue color. Web safe color of #061374 is #000066 (or #006).
#061374 color RGB value is (6,19,116).
RGB: (6,19,116) (2%,7%,45%)
R 6 of 255 = 2%
G 19 of 255 = 7%
B 116 of 255 = 45%
R + G + B ~ 18%. #061374 is dark color.
R + G + B =
6 + 19 + 116 = 141 (100%)
R 6 of 141 ~ 4.26%
G 19 of 141 ~ 13.48%
B 116 of 141 ~ 82.27%
#061374 color CMYK value is (95,84,0,55).
CMYK: (95,84,0,55) C95M84Y0K55 (95%,84%,0%,55%) (0.95/0.84/0.00/0.55)
06 | 13 | 74 | |
---|---|---|---|
RGB | 6 | 19 | 116 |
HSL | 233° | 90.16% | 23.92% |
HSB/HSV | 233° | 94.83% | 45.49% |
CMYK | 94.83% | 83.62% | 0.00% |
54.51% |
HEX | 06 | 13 | 74 |
Decimal | 6 | 19 | 116 |
Binary | 110 | 10011 | 1110100 |
Octal | 6 | 23 | 164 |
Examples of css and html codes for elements with #061374 color. Also use rgb(6,19,116) instead hex code.
.myTextColor { color: #061374; }
<p style="color:#061374">This sample text font color is #061374.</p>
This text font color is #061374.
.myBgColor { background-color: #061374; }
<div style="background-color:#061374">Inner text</div>
This div background color is #061374.
.myBorderColor { border: 1px solid #061374; }
<div style="border:3px solid #061374">Div</div>
This div border color is #061374.
.myOpacity80 { color: #061374; opacity: 0.8; }
<p style="color:#061374;opacity:0.8;">80%</p>
Text with #061374 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #061374;}
<p style="text-shadow: 3px 3px 1px #061374">Text here.</p>
This text has shadow with #061374 color.
.textShadow {text-shadow: 3px 3px 1px #061374, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #061374, 5px 5px 20px red">Text here.</p>
This text has shadow with #061374 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#061374, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#061374, Direction=45, Strength=4)">Text</p>
This text has shadow with #061374 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #061374; -webkit-box-shadow: 1px 1px 3px 2px #061374; box-shadow: 1px 1px 3px 2px #061374; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #061374; -webkit-box-shadow: 1px 1px 3px 2px #061374; box-shadow:1px 1px 3px 2px #061374;">
Div content here</div>
This text has color #061374 on black background.
This text has color #061374 on white background.
This text has black color on #061374 background.
This text has white color on #061374 background.