Color spaces of #051826
RGB | 5 | 24 | 38 |
---|---|---|---|
HSL | 0.57 | 0.77 | 0.08 |
HSV | 205° | 87° | 15° |
CMYK | 0.87 | 0.37 | 0.00 0.85 |
XYZ | 0.7391 | 0.8255 | 1.9541 |
Yxy | 0.8255 | 0.2100 | 0.2346 |
Hunter Lab | 9.0857 | -1.3794 | -6.3918 |
CIE-Lab | 7.4567 | -1.8644 | -11.9206 |
#051826 color RGB value is (5,24,38).
#051826 hex color red value is 5, green value is 24 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #051826 hue: 0.57 , saturation: 0.77 and the lightness value of 051826 is 0.08.
The process color (four color CMYK) of #051826 color hex is 0.87, 0.37, 0.00, 0.85. Web safe color of #051826 is #000033. Color #051826 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000101 | 00011000 | 00100110 |
Octal | 5 | 30 | 46 |
Decimal | 5 | 24 | 38 |
Hex | 5 | 18 | 26 |
Shades of #051826
Tints of #051826
RGB Percentages of Color #051826
CMYK Percentages of Color #051826
Complementary Color
#051826 | #261305 |
#051826 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#051826 Color Preview on White Background
Lorem ipsum dolor sit amet.
#051826 Color CSS Codes
.mybgcolor {background-color:#051826; } .myforecolor {color:#051826; } .mybordercolor {border:3px solid #051826; }
#051826 Text Font Color
<p style="color:#051826">Text here</p>
This sample text font color is #051826
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.
#051826 Background Color
<div style="background-color:#051826">
Div content here</div>
This div background color is #051826
#051826 Border Color
<div style="border:3px solid #051826">
Div here</div>
This div border color is #051826
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(5,24,38, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #051826; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #051826; -webkit-box-shadow: 1px 1px 3px 2px #051826; box-shadow: 1px 1px 3px 2px #051826; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,24,38, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #051826">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #051826; -webkit-box-shadow: 1px 1px 3px 2px #051826; box-shadow: 1px 1px 3px 2px #051826;">
Div content here</div>
This div box has shadow with color #051826
Comments
No comments written yet.
Please login to write comment.