Color Hex Logo

#00388a Color Hex

#00388A
(0,56,138)
0 Favorites   0 Comments

Color spaces of #00388a

RGB 056138
HSL0.601.000.27
HSV216°100°54°
CMYK 1.000.590.00   0.46
XYZ6.00164.663324.6285
Yxy4.66330.17000.1321
Hunter Lab21.594711.8181-52.5033
CIE-Lab25.753119.1334-49.8704

#00388a color RGB value is (0,56,138).

#00388a hex color red value is 0, green value is 56 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #00388a hue: 0.60 , saturation: 1.00 and the lightness value of 00388a is 0.27.

The process color (four color CMYK) of #00388a color hex is 1.00, 0.59, 0.00, 0.46. Web safe color of #00388a is #003399. Color #00388a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00111000 10001010
Octal 0 70 212
Decimal 0 56 138
Hex 0 38 8A

RGB Percentages of Color #00388a

%0.00
%28.87
%71.13

CMYK Percentages of Color #00388a

%100
%59
%0
%46

Triadic Colors of #00388a

#00388a #8a0038 #388a00

Analogous Colors of #00388a

#00388a #0d008a #007d8a

Monochromatic Colors of #00388a

#00388a

Complementary Color

#00388a #8a5200

#00388a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00388a Color Preview on White Background

Lorem ipsum dolor sit amet.

#00388a Color CSS Codes

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

#00388a Text Font Color

<p style="color:#00388a">Text here</p>

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


#00388a Background Color

<div style="background-color:#00388a">
Div content here</div>

This div background color is #00388a


#00388a Border Color

<div style="border:3px solid #00388a">
Div here</div>

This div border color is #00388a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,56,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00388a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00388a;
  -webkit-box-shadow: 1px 1px 3px 2px #00388a;
  box-shadow:         1px 1px 3px 2px #00388a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00388a


Comments

No comments written yet.

Please login to write comment.