Color spaces of #010cba
RGB | 1 | 12 | 186 |
---|---|---|---|
HSL | 0.66 | 0.99 | 0.37 |
HSV | 236° | 99° | 73° |
CMYK | 0.99 | 0.94 | 0.00 0.27 |
XYZ | 9.0069 | 3.8146 | 46.7159 |
Yxy | 3.8146 | 0.1513 | 0.0641 |
Hunter Lab | 19.5310 | 48.1377 | -128.1431 |
CIE-Lab | 23.0488 | 59.6411 | -83.5197 |
#010cba color RGB value is (1,12,186).
#010cba hex color red value is 1, green value is 12 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #010cba hue: 0.66 , saturation: 0.99 and the lightness value of 010cba is 0.37.
The process color (four color CMYK) of #010cba color hex is 0.99, 0.94, 0.00, 0.27. Web safe color of #010cba is #0000cc. Color #010cba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000001 | 00001100 | 10111010 |
Octal | 1 | 14 | 272 |
Decimal | 1 | 12 | 186 |
Hex | 1 | C | BA |
Shades of #010cba
Tints of #010cba
RGB Percentages of Color #010cba
CMYK Percentages of Color #010cba
Complementary Color
#010cba | #baaf01 |
#010cba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#010cba Color Preview on White Background
Lorem ipsum dolor sit amet.
#010cba Color CSS Codes
.mybgcolor {background-color:#010cba; } .myforecolor {color:#010cba; } .mybordercolor {border:3px solid #010cba; }
#010cba Text Font Color
<p style="color:#010cba">Text here</p>
This sample text font color is #010cba
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.
#010cba Background Color
<div style="background-color:#010cba">
Div content here</div>
This div background color is #010cba
#010cba Border Color
<div style="border:3px solid #010cba">
Div here</div>
This div border color is #010cba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(1,12,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #010cba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #010cba; -webkit-box-shadow: 1px 1px 3px 2px #010cba; box-shadow: 1px 1px 3px 2px #010cba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(1,12,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #010cba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #010cba; -webkit-box-shadow: 1px 1px 3px 2px #010cba; box-shadow: 1px 1px 3px 2px #010cba;">
Div content here</div>
This div box has shadow with color #010cba
Comments
No comments written yet.
Please login to write comment.