HEX
#
RGB
HSL

#191970 CSS / HTML Preview

Text with hexadecimal color #191970

This text has a font color of #191970.

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

This element has a border color of #191970.

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

This paragraph has a background color of #191970.

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