Color Hex Logo

#07385b Color Hex

#07385B
(7,56,91)
0 Favorites   0 Comments

Color spaces of #07385b

RGB 75691
HSL0.570.860.19
HSV205°92°36°
CMYK 0.920.380.00   0.64
XYZ3.39013.628810.4193
Yxy3.62880.19440.2081
Hunter Lab19.0494-1.5700-19.0948
CIE-Lab22.4042-0.9488-25.2651

#07385b color RGB value is (7,56,91).

#07385b hex color red value is 7, green value is 56 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #07385b hue: 0.57 , saturation: 0.86 and the lightness value of 07385b is 0.19.

The process color (four color CMYK) of #07385b color hex is 0.92, 0.38, 0.00, 0.64. Web safe color of #07385b is #003366. Color #07385b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111000 01011011
Octal 7 70 133
Decimal 7 56 91
Hex 7 38 5B

RGB Percentages of Color #07385b

%4.55
%36.36
%59.09

CMYK Percentages of Color #07385b

%92
%38
%0
%64

Triadic Colors of #07385b

#07385b #5b0738 #385b07

Analogous Colors of #07385b

#07385b #070e5b #075b54

Monochromatic Colors of #07385b

#07385b

Complementary Color

#07385b #5b2a07

#07385b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07385b Color Preview on White Background

Lorem ipsum dolor sit amet.

#07385b Color CSS Codes

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

#07385b Text Font Color

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

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


#07385b Background Color

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

This div background color is #07385b


#07385b Border Color

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

This div border color is #07385b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07385b


Comments

No comments written yet.

Please login to write comment.