Color spaces of #1806bf
RGB | 24 | 6 | 191 |
---|---|---|---|
HSL | 0.68 | 0.94 | 0.39 |
HSV | 246° | 97° | 75° |
CMYK | 0.87 | 0.97 | 0.00 0.25 |
XYZ | 9.8458 | 4.0860 | 49.5600 |
Yxy | 4.0860 | 0.1551 | 0.0644 |
Hunter Lab | 20.2139 | 51.5698 | -131.2165 |
CIE-Lab | 23.9537 | 62.6087 | -84.9605 |
#1806bf color RGB value is (24,6,191).
#1806bf hex color red value is 24, green value is 6 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #1806bf hue: 0.68 , saturation: 0.94 and the lightness value of 1806bf is 0.39.
The process color (four color CMYK) of #1806bf color hex is 0.87, 0.97, 0.00, 0.25. Web safe color of #1806bf is #0000cc. Color #1806bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011000 | 00000110 | 10111111 |
Octal | 30 | 6 | 277 |
Decimal | 24 | 6 | 191 |
Hex | 18 | 6 | BF |
Shades of #1806bf
Tints of #1806bf
RGB Percentages of Color #1806bf
CMYK Percentages of Color #1806bf
Complementary Color
#1806bf | #adbf06 |
#1806bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1806bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#1806bf Color CSS Codes
.mybgcolor {background-color:#1806bf; } .myforecolor {color:#1806bf; } .mybordercolor {border:3px solid #1806bf; }
#1806bf Text Font Color
<p style="color:#1806bf">Text here</p>
This sample text font color is #1806bf
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.
#1806bf Background Color
<div style="background-color:#1806bf">
Div content here</div>
This div background color is #1806bf
#1806bf Border Color
<div style="border:3px solid #1806bf">
Div here</div>
This div border color is #1806bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(24,6,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1806bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1806bf; -webkit-box-shadow: 1px 1px 3px 2px #1806bf; box-shadow: 1px 1px 3px 2px #1806bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(24,6,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1806bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1806bf; -webkit-box-shadow: 1px 1px 3px 2px #1806bf; box-shadow: 1px 1px 3px 2px #1806bf;">
Div content here</div>
This div box has shadow with color #1806bf
Comments
No comments written yet.
Please login to write comment.