Color spaces of #045bb5
RGB | 4 | 91 | 181 |
---|---|---|---|
HSL | 0.58 | 0.96 | 0.36 |
HSV | 211° | 98° | 71° |
CMYK | 0.98 | 0.50 | 0.00 0.29 |
XYZ | 12.1316 | 10.8442 | 45.1698 |
Yxy | 10.8442 | 0.1780 | 0.1591 |
Hunter Lab | 32.9305 | 8.1309 | -58.2749 |
CIE-Lab | 39.3168 | 13.3118 | -53.7886 |
#045bb5 color RGB value is (4,91,181).
#045bb5 hex color red value is 4, green value is 91 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #045bb5 hue: 0.58 , saturation: 0.96 and the lightness value of 045bb5 is 0.36.
The process color (four color CMYK) of #045bb5 color hex is 0.98, 0.50, 0.00, 0.29. Web safe color of #045bb5 is #0066cc. Color #045bb5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000100 | 01011011 | 10110101 |
Octal | 4 | 133 | 265 |
Decimal | 4 | 91 | 181 |
Hex | 4 | 5B | B5 |
Shades of #045bb5
Tints of #045bb5
RGB Percentages of Color #045bb5
CMYK Percentages of Color #045bb5
Complementary Color
#045bb5 | #b55e04 |
#045bb5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#045bb5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#045bb5 Color CSS Codes
.mybgcolor {background-color:#045bb5; } .myforecolor {color:#045bb5; } .mybordercolor {border:3px solid #045bb5; }
#045bb5 Text Font Color
<p style="color:#045bb5">Text here</p>
This sample text font color is #045bb5
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.
#045bb5 Background Color
<div style="background-color:#045bb5">
Div content here</div>
This div background color is #045bb5
#045bb5 Border Color
<div style="border:3px solid #045bb5">
Div here</div>
This div border color is #045bb5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(4,91,181, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #045bb5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #045bb5; -webkit-box-shadow: 1px 1px 3px 2px #045bb5; box-shadow: 1px 1px 3px 2px #045bb5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(4,91,181, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #045bb5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #045bb5; -webkit-box-shadow: 1px 1px 3px 2px #045bb5; box-shadow: 1px 1px 3px 2px #045bb5;">
Div content here</div>
This div box has shadow with color #045bb5
Comments
No comments written yet.
Please login to write comment.