Color Hex Logo

#15068f Color Hex

#15068F
(21,6,143)
0 Favorites   0 Comments

Color spaces of #15068f

RGB 216143
HSL0.680.920.29
HSV247°96°56°
CMYK 0.850.960.00   0.44
XYZ5.33232.272826.1443
Yxy2.27280.15800.0673
Hunter Lab15.075836.7526-92.2670
CIE-Lab16.858349.7783-67.6567

#15068f color RGB value is (21,6,143).

#15068f hex color red value is 21, green value is 6 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #15068f hue: 0.68 , saturation: 0.92 and the lightness value of 15068f is 0.29.

The process color (four color CMYK) of #15068f color hex is 0.85, 0.96, 0.00, 0.44. Web safe color of #15068f is #000099. Color #15068f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000110 10001111
Octal 25 6 217
Decimal 21 6 143
Hex 15 6 8F

RGB Percentages of Color #15068f

%12.35
%3.53
%84.12

CMYK Percentages of Color #15068f

%85
%96
%0
%44

Triadic Colors of #15068f

#15068f #8f1506 #068f15

Analogous Colors of #15068f

#15068f #5a068f #063b8f

Monochromatic Colors of #15068f

#15068f

Complementary Color

#15068f #808f06

#15068f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15068f Color Preview on White Background

Lorem ipsum dolor sit amet.

#15068f Color CSS Codes

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

#15068f Text Font Color

<p style="color:#15068f">Text here</p>

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


#15068f Background Color

<div style="background-color:#15068f">
Div content here</div>

This div background color is #15068f


#15068f Border Color

<div style="border:3px solid #15068f">
Div here</div>

This div border color is #15068f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,6,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15068f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15068f;
  -webkit-box-shadow: 1px 1px 3px 2px #15068f;
  box-shadow:         1px 1px 3px 2px #15068f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,6,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15068f


Comments

No comments written yet.

Please login to write comment.