HEX
#
RGB
HSL

#000080 CSS / HTML Preview

Text with hexadecimal color #000080

This text has a font color of #000080.

<span style="color:#000080;">Your text here</span>
#000080 border color

This element has a border color of #000080.

<div style="border:2px solid #000080;">Content here</div>
#000080 background color

This paragraph has a background color of #000080.

<p style="background-color:#000080;">Content here</p>
CSS codes
.text {color:#000080;}
.background {background-color:#000080;}
.border {border:1px solid #000080;}