Color Hex Logo

#15306d Color Hex

#15306D
(21,48,109)
0 Favorites   0 Comments

Color spaces of #15306d

RGB 2148109
HSL0.620.680.25
HSV222°81°43°
CMYK 0.810.560.00   0.57
XYZ4.12653.377514.9024
Yxy3.37750.18420.1507
Hunter Lab18.37807.9181-35.2127
CIE-Lab21.496414.1096-38.4202

#15306d color RGB value is (21,48,109).

#15306d hex color red value is 21, green value is 48 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #15306d hue: 0.62 , saturation: 0.68 and the lightness value of 15306d is 0.25.

The process color (four color CMYK) of #15306d color hex is 0.81, 0.56, 0.00, 0.57. Web safe color of #15306d is #003366. Color #15306d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00110000 01101101
Octal 25 60 155
Decimal 21 48 109
Hex 15 30 6D

RGB Percentages of Color #15306d

%11.80
%26.97
%61.24

CMYK Percentages of Color #15306d

%81
%56
%0
%57

Triadic Colors of #15306d

#15306d #6d1530 #306d15

Analogous Colors of #15306d

#15306d #26156d #155c6d

Monochromatic Colors of #15306d

#15306d

Complementary Color

#15306d #6d5215

#15306d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15306d Color Preview on White Background

Lorem ipsum dolor sit amet.

#15306d Color CSS Codes

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

#15306d Text Font Color

<p style="color:#15306d">Text here</p>

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


#15306d Background Color

<div style="background-color:#15306d">
Div content here</div>

This div background color is #15306d


#15306d Border Color

<div style="border:3px solid #15306d">
Div here</div>

This div border color is #15306d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,48,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15306d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15306d;
  -webkit-box-shadow: 1px 1px 3px 2px #15306d;
  box-shadow:         1px 1px 3px 2px #15306d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15306d


Comments

No comments written yet.

Please login to write comment.