Color spaces of #1c2faa
RGB | 28 | 47 | 170 |
---|---|---|---|
HSL | 0.64 | 0.72 | 0.39 |
HSV | 232° | 84° | 67° |
CMYK | 0.84 | 0.72 | 0.00 0.33 |
XYZ | 8.7511 | 5.1822 | 38.5692 |
Yxy | 5.1822 | 0.1667 | 0.0987 |
Hunter Lab | 22.7644 | 28.7811 | -84.5184 |
CIE-Lab | 27.2477 | 39.3638 | -66.9460 |
#1c2faa color RGB value is (28,47,170).
#1c2faa hex color red value is 28, green value is 47 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1c2faa hue: 0.64 , saturation: 0.72 and the lightness value of 1c2faa is 0.39.
The process color (four color CMYK) of #1c2faa color hex is 0.84, 0.72, 0.00, 0.33. Web safe color of #1c2faa is #333399. Color #1c2faa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011100 | 00101111 | 10101010 |
Octal | 34 | 57 | 252 |
Decimal | 28 | 47 | 170 |
Hex | 1C | 2F | AA |
Shades of #1c2faa
Tints of #1c2faa
RGB Percentages of Color #1c2faa
CMYK Percentages of Color #1c2faa
Complementary Color
#1c2faa | #aa971c |
#1c2faa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1c2faa Color Preview on White Background
Lorem ipsum dolor sit amet.
#1c2faa Color CSS Codes
.mybgcolor {background-color:#1c2faa; } .myforecolor {color:#1c2faa; } .mybordercolor {border:3px solid #1c2faa; }
#1c2faa Text Font Color
<p style="color:#1c2faa">Text here</p>
This sample text font color is #1c2faa
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.
#1c2faa Background Color
<div style="background-color:#1c2faa">
Div content here</div>
This div background color is #1c2faa
#1c2faa Border Color
<div style="border:3px solid #1c2faa">
Div here</div>
This div border color is #1c2faa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(28,47,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1c2faa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1c2faa; -webkit-box-shadow: 1px 1px 3px 2px #1c2faa; box-shadow: 1px 1px 3px 2px #1c2faa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(28,47,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1c2faa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1c2faa; -webkit-box-shadow: 1px 1px 3px 2px #1c2faa; box-shadow: 1px 1px 3px 2px #1c2faa;">
Div content here</div>
This div box has shadow with color #1c2faa
Comments
No comments written yet.
Please login to write comment.