Color Hex Logo

#01868f Color Hex

#01868F
(1,134,143)
0 Favorites   0 Comments

Color spaces of #01868f

RGB 1134143
HSL0.510.990.28
HSV184°99°56°
CMYK 0.990.060.00   0.44
XYZ13.495519.039828.9504
Yxy19.03980.21950.3097
Hunter Lab43.6346-21.1533-8.7931
CIE-Lab50.7337-26.7978-13.5479

#01868f color RGB value is (1,134,143).

#01868f hex color red value is 1, green value is 134 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #01868f hue: 0.51 , saturation: 0.99 and the lightness value of 01868f is 0.28.

The process color (four color CMYK) of #01868f color hex is 0.99, 0.06, 0.00, 0.44. Web safe color of #01868f is #009999. Color #01868f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10000110 10001111
Octal 1 206 217
Decimal 1 134 143
Hex 1 86 8F

RGB Percentages of Color #01868f

%0.36
%48.20
%51.44

CMYK Percentages of Color #01868f

%99
%6
%0
%44

Triadic Colors of #01868f

#01868f #8f0186 #868f01

Analogous Colors of #01868f

#01868f #013f8f #018f51

Monochromatic Colors of #01868f

#01868f

Complementary Color

#01868f #8f0a01

#01868f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01868f Color Preview on White Background

Lorem ipsum dolor sit amet.

#01868f Color CSS Codes

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

#01868f Text Font Color

<p style="color:#01868f">Text here</p>

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


#01868f Background Color

<div style="background-color:#01868f">
Div content here</div>

This div background color is #01868f


#01868f Border Color

<div style="border:3px solid #01868f">
Div here</div>

This div border color is #01868f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01868f


Comments

No comments written yet.

Please login to write comment.