Color Hex Logo

#15004b Color Hex

#15004B
(21,0,75)
0 Favorites   0 Comments

Color spaces of #15004b

RGB 21075
HSL0.711.000.15
HSV257°100°29°
CMYK 0.721.000.00   0.71
XYZ1.57930.66746.7022
Yxy0.66740.17650.0746
Hunter Lab8.169520.2107-42.9227
CIE-Lab6.028632.6379-40.9873

#15004b color RGB value is (21,0,75).

#15004b hex color red value is 21, green value is 0 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #15004b hue: 0.71 , saturation: 1.00 and the lightness value of 15004b is 0.15.

The process color (four color CMYK) of #15004b color hex is 0.72, 1.00, 0.00, 0.71. Web safe color of #15004b is #000033. Color #15004b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000000 01001011
Octal 25 0 113
Decimal 21 0 75
Hex 15 0 4B

RGB Percentages of Color #15004b

%21.88
%0.00
%78.13

CMYK Percentages of Color #15004b

%72
%100
%0
%71

Triadic Colors of #15004b

#15004b #4b1500 #004b15

Analogous Colors of #15004b

#15004b #3b004b #00114b

Monochromatic Colors of #15004b

#15004b

Complementary Color

#15004b #364b00

#15004b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15004b Color Preview on White Background

Lorem ipsum dolor sit amet.

#15004b Color CSS Codes

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

#15004b Text Font Color

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

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


#15004b Background Color

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

This div background color is #15004b


#15004b Border Color

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

This div border color is #15004b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,0,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15004b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15004b;
  -webkit-box-shadow: 1px 1px 3px 2px #15004b;
  box-shadow:         1px 1px 3px 2px #15004b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15004b


Comments

No comments written yet.

Please login to write comment.