Color spaces of #014882
RGB | 1 | 72 | 130 |
---|---|---|---|
HSL | 0.57 | 0.98 | 0.26 |
HSV | 207° | 99° | 51° |
CMYK | 0.99 | 0.45 | 0.00 0.49 |
XYZ | 6.3591 | 6.2529 | 21.9909 |
Yxy | 6.2529 | 0.1838 | 0.1807 |
Hunter Lab | 25.0058 | 1.6333 | -34.6375 |
CIE-Lab | 30.0417 | 4.5254 | -37.9608 |
#014882 color RGB value is (1,72,130).
#014882 hex color red value is 1, green value is 72 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #014882 hue: 0.57 , saturation: 0.98 and the lightness value of 014882 is 0.26.
The process color (four color CMYK) of #014882 color hex is 0.99, 0.45, 0.00, 0.49. Web safe color of #014882 is #003399. Color #014882 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000001 | 01001000 | 10000010 |
Octal | 1 | 110 | 202 |
Decimal | 1 | 72 | 130 |
Hex | 1 | 48 | 82 |
Shades of #014882
Tints of #014882
RGB Percentages of Color #014882
CMYK Percentages of Color #014882
Complementary Color
#014882 | #823b01 |
#014882 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#014882 Color Preview on White Background
Lorem ipsum dolor sit amet.
#014882 Color CSS Codes
.mybgcolor {background-color:#014882; } .myforecolor {color:#014882; } .mybordercolor {border:3px solid #014882; }
#014882 Text Font Color
<p style="color:#014882">Text here</p>
This sample text font color is #014882
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.
#014882 Background Color
<div style="background-color:#014882">
Div content here</div>
This div background color is #014882
#014882 Border Color
<div style="border:3px solid #014882">
Div here</div>
This div border color is #014882
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(1,72,130, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #014882; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #014882; -webkit-box-shadow: 1px 1px 3px 2px #014882; box-shadow: 1px 1px 3px 2px #014882; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(1,72,130, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #014882">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #014882; -webkit-box-shadow: 1px 1px 3px 2px #014882; box-shadow: 1px 1px 3px 2px #014882;">
Div content here</div>
This div box has shadow with color #014882
Comments
No comments written yet.
Please login to write comment.