Color spaces of #132674
RGB | 19 | 38 | 116 |
---|---|---|---|
HSL | 0.63 | 0.72 | 0.26 |
HSV | 228° | 84° | 45° |
CMYK | 0.84 | 0.67 | 0.00 0.55 |
XYZ | 4.1141 | 2.7856 | 16.8438 |
Yxy | 2.7856 | 0.1733 | 0.1173 |
Hunter Lab | 16.6901 | 14.7924 | -48.1529 |
CIE-Lab | 19.1639 | 23.9872 | -46.7360 |
#132674 color RGB value is (19,38,116).
#132674 hex color red value is 19, green value is 38 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #132674 hue: 0.63 , saturation: 0.72 and the lightness value of 132674 is 0.26.
The process color (four color CMYK) of #132674 color hex is 0.84, 0.67, 0.00, 0.55. Web safe color of #132674 is #003366. Color #132674 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010011 | 00100110 | 01110100 |
Octal | 23 | 46 | 164 |
Decimal | 19 | 38 | 116 |
Hex | 13 | 26 | 74 |
Shades of #132674
Tints of #132674
RGB Percentages of Color #132674
CMYK Percentages of Color #132674
Complementary Color
#132674 | #746113 |
#132674 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#132674 Color Preview on White Background
Lorem ipsum dolor sit amet.
#132674 Color CSS Codes
.mybgcolor {background-color:#132674; } .myforecolor {color:#132674; } .mybordercolor {border:3px solid #132674; }
#132674 Text Font Color
<p style="color:#132674">Text here</p>
This sample text font color is #132674
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#132674 Background Color
<div style="background-color:#132674">
Div content here</div>
This div background color is #132674
#132674 Border Color
<div style="border:3px solid #132674">
Div here</div>
This div border color is #132674
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(19,38,116, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #132674; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #132674; -webkit-box-shadow: 1px 1px 3px 2px #132674; box-shadow: 1px 1px 3px 2px #132674; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(19,38,116, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #132674">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #132674; -webkit-box-shadow: 1px 1px 3px 2px #132674; box-shadow: 1px 1px 3px 2px #132674;">
Div content here</div>
This div box has shadow with color #132674
Comments
No comments written yet.
Please login to write comment.