Hex | 1c375f |
RGB | 28 , 55 , 95 |
RGB % | 15.7, 30.9, 53.4 |
HSL | 215.8, 54.5, 24.1 |
HSV | 215.8, 70.5, 37.3 |
CMYK | 179.8,107.4,0,160 |
XYZ | 0.039, 0.038, 0.114 |
xyY | 0.205, 0.2, 0.038 |
CIE-LAB | 0.23, 0.044, -0.269 |
CIE-LUV | 0.23, -0.1, -0.323 |
CIE-HCL | 279.36, 0.272, 0.23 |
Binary | 00011100,00110111,01011111 |
#1c375f HTML/CSS Color Name is Regal Blue / Pantone 534 C / Blue.
In a RGB color space, #1c375f color RGB value is (Red:28,Green:55,Blue:95). it is composed of 15.7% red, 30.9% green and 53.4% blue. The process color (four color CMYK) of #1c375f color hex is 179.8,107.4,0,160. HSL of color #1c375f hue: 215.8 , saturation: 54.5 and the lightness value of 1c375f is 24.1. Mainly color is Blue. Reverse color is: #e3c8a0.
The color codes conversion takes 1.611301 milliseconds.
.bgcolor {background-color:#1c375f; .textcolor {color:#1c375f; } .bordercolor {border:3px solid #1c375f; }
<p style="color:#1c375f">Text here</p>
<p style="background-color:#1c375f;">Content here</p>
<div style="border:1px solid #1c375f;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #1c375f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1c375f; -webkit-box-shadow: 1px 1px 3px 2px #1c375f; box-shadow: 1px 1px 3px 2px #1c375f; }
<p style="text-shadow: 4px 4px 2px #1c375f">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #1c375f; -webkit-box-shadow: 1px 1px 3px 2px #1c375f; box-shadow: 1px 1px 3px 2px #1c375f;">
Content here</div>