Color Hex Logo

#08193a Color Hex

#08193A
(8,25,58)
0 Favorites   0 Comments

Color spaces of #08193a

RGB 82558
HSL0.610.760.13
HSV220°86°23°
CMYK 0.860.570.00   0.77
XYZ1.21151.05244.1423
Yxy1.05240.18910.1643
Hunter Lab10.25873.1274-16.7594
CIE-Lab9.42057.2257-23.4367

#08193a color RGB value is (8,25,58).

#08193a hex color red value is 8, green value is 25 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #08193a hue: 0.61 , saturation: 0.76 and the lightness value of 08193a is 0.13.

The process color (four color CMYK) of #08193a color hex is 0.86, 0.57, 0.00, 0.77. Web safe color of #08193a is #000033. Color #08193a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00011001 00111010
Octal 10 31 72
Decimal 8 25 58
Hex 8 19 3A

RGB Percentages of Color #08193a

%8.79
%27.47
%63.74

CMYK Percentages of Color #08193a

%86
%57
%0
%77

Triadic Colors of #08193a

#08193a #3a0819 #193a08

Analogous Colors of #08193a

#08193a #10083a #08323a

Monochromatic Colors of #08193a

#08193a

Complementary Color

#08193a #3a2908

#08193a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08193a Color Preview on White Background

Lorem ipsum dolor sit amet.

#08193a Color CSS Codes

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

#08193a Text Font Color

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

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


#08193a Background Color

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

This div background color is #08193a


#08193a Border Color

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

This div border color is #08193a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,25,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08193a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08193a;
  -webkit-box-shadow: 1px 1px 3px 2px #08193a;
  box-shadow:         1px 1px 3px 2px #08193a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08193a


Comments

No comments written yet.

Please login to write comment.