Color spaces of #063059
RGB | 6 | 48 | 89 |
---|---|---|---|
HSL | 0.58 | 0.87 | 0.19 |
HSV | 210° | 93° | 35° |
CMYK | 0.93 | 0.46 | 0.00 0.65 |
XYZ | 2.9352 | 2.8739 | 9.8512 |
Yxy | 2.8739 | 0.1874 | 0.1835 |
Hunter Lab | 16.9526 | 1.2388 | -22.5868 |
CIE-Lab | 19.5316 | 3.7151 | -28.5241 |
#063059 color RGB value is (6,48,89).
#063059 hex color red value is 6, green value is 48 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #063059 hue: 0.58 , saturation: 0.87 and the lightness value of 063059 is 0.19.
The process color (four color CMYK) of #063059 color hex is 0.93, 0.46, 0.00, 0.65. Web safe color of #063059 is #003366. Color #063059 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000110 | 00110000 | 01011001 |
Octal | 6 | 60 | 131 |
Decimal | 6 | 48 | 89 |
Hex | 6 | 30 | 59 |
Shades of #063059
Tints of #063059
RGB Percentages of Color #063059
CMYK Percentages of Color #063059
Complementary Color
#063059 | #592f06 |
#063059 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#063059 Color Preview on White Background
Lorem ipsum dolor sit amet.
#063059 Color CSS Codes
.mybgcolor {background-color:#063059; } .myforecolor {color:#063059; } .mybordercolor {border:3px solid #063059; }
#063059 Text Font Color
<p style="color:#063059">Text here</p>
This sample text font color is #063059
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.
#063059 Background Color
<div style="background-color:#063059">
Div content here</div>
This div background color is #063059
#063059 Border Color
<div style="border:3px solid #063059">
Div here</div>
This div border color is #063059
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(6,48,89, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #063059; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #063059; -webkit-box-shadow: 1px 1px 3px 2px #063059; box-shadow: 1px 1px 3px 2px #063059; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(6,48,89, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #063059">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #063059; -webkit-box-shadow: 1px 1px 3px 2px #063059; box-shadow: 1px 1px 3px 2px #063059;">
Div content here</div>
This div box has shadow with color #063059
Comments
No comments written yet.
Please login to write comment.