Color Hex Logo

#01865d Color Hex

#01865D
(1,134,93)
0 Favorites   0 Comments

Color spaces of #01865d

RGB 113493
HSL0.450.990.26
HSV162°99°53°
CMYK 0.990.000.31   0.47
XYZ10.513417.847013.2466
Yxy17.84700.25270.4289
Hunter Lab42.2457-29.507910.9810
CIE-Lab49.3100-41.493713.5024

#01865d color RGB value is (1,134,93).

#01865d hex color red value is 1, green value is 134 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #01865d hue: 0.45 , saturation: 0.99 and the lightness value of 01865d is 0.26.

The process color (four color CMYK) of #01865d color hex is 0.99, 0.00, 0.31, 0.47. Web safe color of #01865d is #009966. Color #01865d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10000110 01011101
Octal 1 206 135
Decimal 1 134 93
Hex 1 86 5D

RGB Percentages of Color #01865d

%0.44
%58.77
%40.79

CMYK Percentages of Color #01865d

%99
%0
%31
%47

Triadic Colors of #01865d

#01865d #5d0186 #865d01

Analogous Colors of #01865d

#01865d #016d86 #01861b

Monochromatic Colors of #01865d

#01865d

Complementary Color

#01865d #86012a

#01865d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01865d Color Preview on White Background

Lorem ipsum dolor sit amet.

#01865d Color CSS Codes

.mybgcolor {background-color:#01865d; } 
.myforecolor {color:#01865d; }
.mybordercolor {border:3px solid #01865d; }

#01865d Text Font Color

<p style="color:#01865d">Text here</p>

This sample text font color is #01865d
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.


#01865d Background Color

<div style="background-color:#01865d">
Div content here</div>

This div background color is #01865d


#01865d Border Color

<div style="border:3px solid #01865d">
Div here</div>

This div border color is #01865d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,134,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01865d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01865d;
  -webkit-box-shadow: 1px 1px 3px 2px #01865d;
  box-shadow:         1px 1px 3px 2px #01865d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,134,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #01865d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #01865d;
  -webkit-box-shadow: 1px 1px 3px 2px #01865d;
  box-shadow:         1px 1px 3px 2px #01865d;">
Div content here</div>

This div box has shadow with color #01865d


Comments

No comments written yet.

Please login to write comment.