Color spaces of #003dac
RGB | 0 | 61 | 172 |
---|---|---|---|
HSL | 0.61 | 1.00 | 0.34 |
HSV | 219° | 100° | 67° |
CMYK | 1.00 | 0.65 | 0.00 0.33 |
XYZ | 9.1151 | 6.3160 | 39.7684 |
Yxy | 6.3160 | 0.1651 | 0.1144 |
Hunter Lab | 25.1317 | 20.7605 | -76.2285 |
CIE-Lab | 30.1961 | 29.7430 | -63.3142 |
#003dac color RGB value is (0,61,172).
#003dac hex color red value is 0, green value is 61 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #003dac hue: 0.61 , saturation: 1.00 and the lightness value of 003dac is 0.34.
The process color (four color CMYK) of #003dac color hex is 1.00, 0.65, 0.00, 0.33. Web safe color of #003dac is #003399. Color #003dac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000000 | 00111101 | 10101100 |
Octal | 0 | 75 | 254 |
Decimal | 0 | 61 | 172 |
Hex | 0 | 3D | AC |
Shades of #003dac
Tints of #003dac
RGB Percentages of Color #003dac
CMYK Percentages of Color #003dac
Complementary Color
#003dac | #ac6f00 |
#003dac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#003dac Color Preview on White Background
Lorem ipsum dolor sit amet.
#003dac Color CSS Codes
.mybgcolor {background-color:#003dac; } .myforecolor {color:#003dac; } .mybordercolor {border:3px solid #003dac; }
#003dac Text Font Color
<p style="color:#003dac">Text here</p>
This sample text font color is #003dac
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.
#003dac Background Color
<div style="background-color:#003dac">
Div content here</div>
This div background color is #003dac
#003dac Border Color
<div style="border:3px solid #003dac">
Div here</div>
This div border color is #003dac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0,61,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #003dac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #003dac; -webkit-box-shadow: 1px 1px 3px 2px #003dac; box-shadow: 1px 1px 3px 2px #003dac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(0,61,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #003dac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #003dac; -webkit-box-shadow: 1px 1px 3px 2px #003dac; box-shadow: 1px 1px 3px 2px #003dac;">
Div content here</div>
This div box has shadow with color #003dac
Comments
No comments written yet.
Please login to write comment.