Color Hex Logo

#07268b Color Hex

#07268B
(7,38,139)
0 Favorites   0 Comments

Color spaces of #07268b

RGB 738139
HSL0.630.900.29
HSV226°95°55°
CMYK 0.950.730.00   0.45
XYZ5.44093.295524.7754
Yxy3.29550.16240.0983
Hunter Lab18.153521.7307-68.2099
CIE-Lab21.190532.3958-57.9788

#07268b color RGB value is (7,38,139).

#07268b hex color red value is 7, green value is 38 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #07268b hue: 0.63 , saturation: 0.90 and the lightness value of 07268b is 0.29.

The process color (four color CMYK) of #07268b color hex is 0.95, 0.73, 0.00, 0.45. Web safe color of #07268b is #003399. Color #07268b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100110 10001011
Octal 7 46 213
Decimal 7 38 139
Hex 7 26 8B

RGB Percentages of Color #07268b

%3.80
%20.65
%75.54

CMYK Percentages of Color #07268b

%95
%73
%0
%45

Triadic Colors of #07268b

#07268b #8b0726 #268b07

Analogous Colors of #07268b

#07268b #2a078b #07688b

Monochromatic Colors of #07268b

#07268b

Complementary Color

#07268b #8b6c07

#07268b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07268b Color Preview on White Background

Lorem ipsum dolor sit amet.

#07268b Color CSS Codes

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

#07268b Text Font Color

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

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


#07268b Background Color

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

This div background color is #07268b


#07268b Border Color

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

This div border color is #07268b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,38,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 #07268b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07268b


Comments

No comments written yet.

Please login to write comment.