Color spaces of #15223c
RGB | 21 | 34 | 60 |
---|---|---|---|
HSL | 0.61 | 0.48 | 0.16 |
HSV | 220° | 65° | 24° |
CMYK | 0.65 | 0.43 | 0.00 0.76 |
XYZ | 1.6969 | 1.6297 | 4.5001 |
Yxy | 1.6297 | 0.2168 | 0.2082 |
Hunter Lab | 12.7660 | 1.3864 | -11.9640 |
CIE-Lab | 13.4099 | 3.9131 | -18.4419 |
#15223c color RGB value is (21,34,60).
#15223c hex color red value is 21, green value is 34 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #15223c hue: 0.61 , saturation: 0.48 and the lightness value of 15223c is 0.16.
The process color (four color CMYK) of #15223c color hex is 0.65, 0.43, 0.00, 0.76. Web safe color of #15223c is #003333. Color #15223c contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010101 | 00100010 | 00111100 |
Octal | 25 | 42 | 74 |
Decimal | 21 | 34 | 60 |
Hex | 15 | 22 | 3C |
Shades of #15223c
Tints of #15223c
RGB Percentages of Color #15223c
CMYK Percentages of Color #15223c
Complementary Color
#15223c | #3c2f15 |
#15223c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#15223c Color Preview on White Background
Lorem ipsum dolor sit amet.
#15223c Color CSS Codes
.mybgcolor {background-color:#15223c; } .myforecolor {color:#15223c; } .mybordercolor {border:3px solid #15223c; }
#15223c Text Font Color
<p style="color:#15223c">Text here</p>
This sample text font color is #15223c
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.
#15223c Background Color
<div style="background-color:#15223c">
Div content here</div>
This div background color is #15223c
#15223c Border Color
<div style="border:3px solid #15223c">
Div here</div>
This div border color is #15223c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(21,34,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #15223c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #15223c; -webkit-box-shadow: 1px 1px 3px 2px #15223c; box-shadow: 1px 1px 3px 2px #15223c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(21,34,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #15223c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #15223c; -webkit-box-shadow: 1px 1px 3px 2px #15223c; box-shadow: 1px 1px 3px 2px #15223c;">
Div content here</div>
This div box has shadow with color #15223c
#15223c Color Palettes
Comments
No comments written yet.
Please login to write comment.