Color spaces of #091afb
RGB | 9 | 26 | 251 |
---|---|---|---|
HSL | 0.65 | 0.97 | 0.51 |
HSV | 236° | 96° | 98° |
CMYK | 0.96 | 0.90 | 0.00 0.02 |
XYZ | 17.8946 | 7.7619 | 91.8218 |
Yxy | 7.7619 | 0.1523 | 0.0661 |
Hunter Lab | 27.8602 | 65.8952 | -175.9063 |
CIE-Lab | 33.4820 | 73.2858 | -103.6413 |
#091afb color RGB value is (9,26,251).
#091afb hex color red value is 9, green value is 26 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #091afb hue: 0.65 , saturation: 0.97 and the lightness value of 091afb is 0.51.
The process color (four color CMYK) of #091afb color hex is 0.96, 0.90, 0.00, 0.02. Web safe color of #091afb is #0033ff. Color #091afb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001001 | 00011010 | 11111011 |
Octal | 11 | 32 | 373 |
Decimal | 9 | 26 | 251 |
Hex | 9 | 1A | FB |
Shades of #091afb
Tints of #091afb
RGB Percentages of Color #091afb
CMYK Percentages of Color #091afb
Complementary Color
#091afb | #fbea09 |
#091afb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#091afb Color Preview on White Background
Lorem ipsum dolor sit amet.
#091afb Color CSS Codes
.mybgcolor {background-color:#091afb; } .myforecolor {color:#091afb; } .mybordercolor {border:3px solid #091afb; }
#091afb Text Font Color
<p style="color:#091afb">Text here</p>
This sample text font color is #091afb
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.
#091afb Background Color
<div style="background-color:#091afb">
Div content here</div>
This div background color is #091afb
#091afb Border Color
<div style="border:3px solid #091afb">
Div here</div>
This div border color is #091afb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(9,26,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #091afb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #091afb; -webkit-box-shadow: 1px 1px 3px 2px #091afb; box-shadow: 1px 1px 3px 2px #091afb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(9,26,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #091afb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #091afb; -webkit-box-shadow: 1px 1px 3px 2px #091afb; box-shadow: 1px 1px 3px 2px #091afb;">
Div content here</div>
This div box has shadow with color #091afb
Comments
No comments written yet.
Please login to write comment.