Hex | 1351af |
RGB | 19 , 81 , 175 |
RGB % | 6.9, 29.5, 63.6 |
HSL | 216.2, 80.4, 38 |
HSV | 216.2, 89.1, 68.6 |
CMYK | 227.3,137,0,80 |
XYZ | 0.109, 0.091, 0.417 |
xyY | 0.177, 0.148, 0.091 |
CIE-LAB | 0.362, 0.182, -0.553 |
CIE-LUV | 0.362, -0.176, -0.789 |
CIE-HCL | 288.252, 0.582, 0.362 |
Binary | 00010011,01010001,10101111 |
#1351af HTML/CSS Color Name is Denim / Sapphire / Blue.
In a RGB color space, #1351af color RGB value is (Red:19,Green:81,Blue:175). it is composed of 6.9% red, 29.5% green and 63.6% blue. The process color (four color CMYK) of #1351af color hex is 227.3,137,0,80. HSL of color #1351af hue: 216.2 , saturation: 80.4 and the lightness value of 1351af is 38. Mainly color is Blue. Reverse color is: #ecae50.
The color codes conversion takes 1.820520 milliseconds.
.bgcolor {background-color:#1351af; .textcolor {color:#1351af; } .bordercolor {border:3px solid #1351af; }
<p style="color:#1351af">Text here</p>
<p style="background-color:#1351af;">Content here</p>
<div style="border:1px solid #1351af;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #1351af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1351af; -webkit-box-shadow: 1px 1px 3px 2px #1351af; box-shadow: 1px 1px 3px 2px #1351af; }
<p style="text-shadow: 4px 4px 2px #1351af">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #1351af; -webkit-box-shadow: 1px 1px 3px 2px #1351af; box-shadow: 1px 1px 3px 2px #1351af;">
Content here</div>