Color spaces of #000353
RGB | 0 | 3 | 83 |
---|---|---|---|
HSL | 0.66 | 1.00 | 0.16 |
HSV | 238° | 100° | 33° |
CMYK | 1.00 | 0.96 | 0.00 0.67 |
XYZ | 1.5939 | 0.6897 | 8.2327 |
Yxy | 0.6897 | 0.1516 | 0.0656 |
Hunter Lab | 8.3048 | 19.7251 | -52.9618 |
CIE-Lab | 6.2300 | 32.1616 | -46.2439 |
#000353 color RGB value is (0,3,83).
#000353 hex color red value is 0, green value is 3 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #000353 hue: 0.66 , saturation: 1.00 and the lightness value of 000353 is 0.16.
The process color (four color CMYK) of #000353 color hex is 1.00, 0.96, 0.00, 0.67. Web safe color of #000353 is #000066. Color #000353 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000000 | 00000011 | 01010011 |
Octal | 0 | 3 | 123 |
Decimal | 0 | 3 | 83 |
Hex | 0 | 3 | 53 |
Shades of #000353
Tints of #000353
RGB Percentages of Color #000353
CMYK Percentages of Color #000353
Complementary Color
#000353 | #535000 |
#000353 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#000353 Color Preview on White Background
Lorem ipsum dolor sit amet.
#000353 Color CSS Codes
.mybgcolor {background-color:#000353; } .myforecolor {color:#000353; } .mybordercolor {border:3px solid #000353; }
#000353 Text Font Color
<p style="color:#000353">Text here</p>
This sample text font color is #000353
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.
#000353 Background Color
<div style="background-color:#000353">
Div content here</div>
This div background color is #000353
#000353 Border Color
<div style="border:3px solid #000353">
Div here</div>
This div border color is #000353
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0,3,83, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #000353; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #000353; -webkit-box-shadow: 1px 1px 3px 2px #000353; box-shadow: 1px 1px 3px 2px #000353; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(0,3,83, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #000353">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #000353; -webkit-box-shadow: 1px 1px 3px 2px #000353; box-shadow: 1px 1px 3px 2px #000353;">
Div content here</div>
This div box has shadow with color #000353
Comments
No comments written yet.
Please login to write comment.