Color Hex Logo

#15263a Color Hex

#15263A
(21,38,58)
0 Favorites   0 Comments

Color spaces of #15263a

RGB 213858
HSL0.590.470.15
HSV212°64°23°
CMYK 0.640.340.00   0.77
XYZ1.76611.85114.2672
Yxy1.85110.22400.2348
Hunter Lab13.6055-0.6390-9.0717
CIE-Lab14.68560.1673-15.0284

#15263a color RGB value is (21,38,58).

#15263a hex color red value is 21, green value is 38 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #15263a hue: 0.59 , saturation: 0.47 and the lightness value of 15263a is 0.15.

The process color (four color CMYK) of #15263a color hex is 0.64, 0.34, 0.00, 0.77. Web safe color of #15263a is #003333. Color #15263a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100110 00111010
Octal 25 46 72
Decimal 21 38 58
Hex 15 26 3A

RGB Percentages of Color #15263a

%17.95
%32.48
%49.57

CMYK Percentages of Color #15263a

%64
%34
%0
%77

Triadic Colors of #15263a

#15263a #3a1526 #263a15

Analogous Colors of #15263a

#15263a #17153a #15393a

Monochromatic Colors of #15263a

#15263a

Complementary Color

#15263a #3a2915

#15263a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15263a Color Preview on White Background

Lorem ipsum dolor sit amet.

#15263a Color CSS Codes

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

#15263a Text Font Color

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

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


#15263a Background Color

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

This div background color is #15263a


#15263a Border Color

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

This div border color is #15263a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15263a


Comments

No comments written yet.

Please login to write comment.