Color Hex Logo

#01083d Color Hex

#01083D
(1,8,61)
0 Favorites   0 Comments

Color spaces of #01083d

RGB 1861
HSL0.650.970.12
HSV233°98°24°
CMYK 0.980.870.00   0.76
XYZ0.94170.51704.4650
Yxy0.51700.15900.0873
Hunter Lab7.190310.7949-31.7846
CIE-Lab4.670018.2945-33.3305

#01083d color RGB value is (1,8,61).

#01083d hex color red value is 1, green value is 8 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #01083d hue: 0.65 , saturation: 0.97 and the lightness value of 01083d is 0.12.

The process color (four color CMYK) of #01083d color hex is 0.98, 0.87, 0.00, 0.76. Web safe color of #01083d is #000033. Color #01083d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00001000 00111101
Octal 1 10 75
Decimal 1 8 61
Hex 1 8 3D

RGB Percentages of Color #01083d

%1.43
%11.43
%87.14

CMYK Percentages of Color #01083d

%98
%87
%0
%76

Triadic Colors of #01083d

#01083d #3d0108 #083d01

Analogous Colors of #01083d

#01083d #18013d #01263d

Monochromatic Colors of #01083d

#01083d

Complementary Color

#01083d #3d3601

#01083d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01083d Color Preview on White Background

Lorem ipsum dolor sit amet.

#01083d Color CSS Codes

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

#01083d Text Font Color

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

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


#01083d Background Color

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

This div background color is #01083d


#01083d Border Color

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

This div border color is #01083d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01083d


Comments

No comments written yet.

Please login to write comment.