Color spaces of #15202d
RGB | 21 | 32 | 45 |
---|---|---|---|
HSL | 0.59 | 0.36 | 0.13 |
HSV | 213° | 53° | 18° |
CMYK | 0.53 | 0.29 | 0.00 0.82 |
XYZ | 1.2994 | 1.3819 | 2.6809 |
Yxy | 1.3819 | 0.2423 | 0.2577 |
Hunter Lab | 11.7554 | -0.8413 | -5.2927 |
CIE-Lab | 11.8366 | -0.4295 | -10.1898 |
#15202d color RGB value is (21,32,45).
#15202d hex color red value is 21, green value is 32 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #15202d hue: 0.59 , saturation: 0.36 and the lightness value of 15202d is 0.13.
The process color (four color CMYK) of #15202d color hex is 0.53, 0.29, 0.00, 0.82. Web safe color of #15202d is #003333. Color #15202d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010101 | 00100000 | 00101101 |
Octal | 25 | 40 | 55 |
Decimal | 21 | 32 | 45 |
Hex | 15 | 20 | 2D |
Shades of #15202d
Tints of #15202d
RGB Percentages of Color #15202d
CMYK Percentages of Color #15202d
Complementary Color
#15202d | #2d2215 |
#15202d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#15202d Color Preview on White Background
Lorem ipsum dolor sit amet.
#15202d Color CSS Codes
.mybgcolor {background-color:#15202d; } .myforecolor {color:#15202d; } .mybordercolor {border:3px solid #15202d; }
#15202d Text Font Color
<p style="color:#15202d">Text here</p>
This sample text font color is #15202d
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.
#15202d Background Color
<div style="background-color:#15202d">
Div content here</div>
This div background color is #15202d
#15202d Border Color
<div style="border:3px solid #15202d">
Div here</div>
This div border color is #15202d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(21,32,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #15202d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #15202d; -webkit-box-shadow: 1px 1px 3px 2px #15202d; box-shadow: 1px 1px 3px 2px #15202d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(21,32,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #15202d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #15202d; -webkit-box-shadow: 1px 1px 3px 2px #15202d; box-shadow: 1px 1px 3px 2px #15202d;">
Div content here</div>
This div box has shadow with color #15202d
Comments
No comments written yet.
Please login to write comment.