Color Hex Logo

#01388b Color Hex

#01388B
(1,56,139)
0 Favorites   0 Comments

Color spaces of #01388b

RGB 156139
HSL0.600.990.27
HSV216°99°55°
CMYK 0.990.600.00   0.45
XYZ6.08694.698925.0123
Yxy4.69890.17000.1313
Hunter Lab21.676912.1883-53.2389
CIE-Lab25.859119.6154-50.3174

#01388b color RGB value is (1,56,139).

#01388b hex color red value is 1, green value is 56 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #01388b hue: 0.60 , saturation: 0.99 and the lightness value of 01388b is 0.27.

The process color (four color CMYK) of #01388b color hex is 0.99, 0.60, 0.00, 0.45. Web safe color of #01388b is #003399. Color #01388b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00111000 10001011
Octal 1 70 213
Decimal 1 56 139
Hex 1 38 8B

RGB Percentages of Color #01388b

%0.51
%28.57
%70.92

CMYK Percentages of Color #01388b

%99
%60
%0
%45

Triadic Colors of #01388b

#01388b #8b0138 #388b01

Analogous Colors of #01388b

#01388b #0f018b #017d8b

Monochromatic Colors of #01388b

#01388b

Complementary Color

#01388b #8b5401

#01388b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01388b Color Preview on White Background

Lorem ipsum dolor sit amet.

#01388b Color CSS Codes

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

#01388b Text Font Color

<p style="color:#01388b">Text here</p>

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


#01388b Background Color

<div style="background-color:#01388b">
Div content here</div>

This div background color is #01388b


#01388b Border Color

<div style="border:3px solid #01388b">
Div here</div>

This div border color is #01388b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,56,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01388b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01388b;
  -webkit-box-shadow: 1px 1px 3px 2px #01388b;
  box-shadow:         1px 1px 3px 2px #01388b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01388b


Comments

No comments written yet.

Please login to write comment.