Color spaces of #01386e
RGB | 1 | 56 | 110 |
---|---|---|---|
HSL | 0.58 | 0.98 | 0.22 |
HSV | 210° | 99° | 43° |
CMYK | 0.99 | 0.49 | 0.00 0.57 |
XYZ | 4.2412 | 3.9606 | 15.2928 |
Yxy | 3.9606 | 0.1805 | 0.1686 |
Hunter Lab | 19.9013 | 3.2133 | -31.6296 |
CIE-Lab | 23.5408 | 6.9112 | -35.7877 |
#01386e color RGB value is (1,56,110).
#01386e hex color red value is 1, green value is 56 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #01386e hue: 0.58 , saturation: 0.98 and the lightness value of 01386e is 0.22.
The process color (four color CMYK) of #01386e color hex is 0.99, 0.49, 0.00, 0.57. Web safe color of #01386e is #003366. Color #01386e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000001 | 00111000 | 01101110 |
Octal | 1 | 70 | 156 |
Decimal | 1 | 56 | 110 |
Hex | 1 | 38 | 6E |
Shades of #01386e
Tints of #01386e
RGB Percentages of Color #01386e
CMYK Percentages of Color #01386e
Complementary Color
#01386e | #6e3701 |
#01386e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#01386e Color Preview on White Background
Lorem ipsum dolor sit amet.
#01386e Color CSS Codes
.mybgcolor {background-color:#01386e; } .myforecolor {color:#01386e; } .mybordercolor {border:3px solid #01386e; }
#01386e Text Font Color
<p style="color:#01386e">Text here</p>
This sample text font color is #01386e
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.
#01386e Background Color
<div style="background-color:#01386e">
Div content here</div>
This div background color is #01386e
#01386e Border Color
<div style="border:3px solid #01386e">
Div here</div>
This div border color is #01386e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(1,56,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #01386e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #01386e; -webkit-box-shadow: 1px 1px 3px 2px #01386e; box-shadow: 1px 1px 3px 2px #01386e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(1,56,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #01386e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #01386e; -webkit-box-shadow: 1px 1px 3px 2px #01386e; box-shadow: 1px 1px 3px 2px #01386e;">
Div content here</div>
This div box has shadow with color #01386e
Comments
No comments written yet.
Please login to write comment.