color codes Logo

#01067d color codes

#01067D
(1,6,125)
0 Favorites   0 Comments

Color spaces of #01067d

RGB 16125
HSL0.660.980.25
HSV238°99°49°
CMYK 0.990.950.00   0.51
XYZ3.77931.617419.5150
Yxy1.61740.15170.0649
Hunter Lab12.717730.7886-82.0766
CIE-Lab13.335744.2112-62.1840

#01067d color RGB value is (1,6,125).

#01067d hex color red value is 1, green value is 6 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #01067d hue: 0.66 , saturation: 0.98 and the lightness value of 01067d is 0.25.

The process color (four color CMYK) of #01067d color code is 0.99, 0.95, 0.00, 0.51. Web safe color of #01067d is #000066. Color #01067d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00000110 01111101
Octal 1 6 175
Decimal 1 6 125
Hex 1 6 7D

RGB Percentages of Color #01067d

%0.76
%4.55
%94.70

CMYK Percentages of Color #01067d

%99
%95
%0
%51

Triadic Colors of #01067d

#01067d #7d0106 #067d01

Analogous Colors of #01067d

#01067d #3a017d #01447d

Monochromatic Colors of #01067d

#01067d

Complementary Color

#01067d #7d7801

#01067d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01067d Color Preview on White Background

Lorem ipsum dolor sit amet.

#01067d Color CSS Codes

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

#01067d Text Font Color

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

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


#01067d Background Color

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

This div background color is #01067d


#01067d Border Color

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

This div border color is #01067d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01067d


Comments

No comments written yet.

Please login to write comment.