Color Hex Logo

#152985 Color Hex

#152985
(21,41,133)
0 Favorites   0 Comments

Color spaces of #152985

RGB 2141133
HSL0.640.730.30
HSV229°84°52°
CMYK 0.840.690.00   0.48
XYZ5.33583.438822.5728
Yxy3.43880.17020.1097
Hunter Lab18.544018.9091-59.1903
CIE-Lab21.721928.8563-53.3314

#152985 color RGB value is (21,41,133).

#152985 hex color red value is 21, green value is 41 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #152985 hue: 0.64 , saturation: 0.73 and the lightness value of 152985 is 0.30.

The process color (four color CMYK) of #152985 color hex is 0.84, 0.69, 0.00, 0.48. Web safe color of #152985 is #003399. Color #152985 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00101001 10000101
Octal 25 51 205
Decimal 21 41 133
Hex 15 29 85

RGB Percentages of Color #152985

%10.77
%21.03
%68.21

CMYK Percentages of Color #152985

%84
%69
%0
%48

Triadic Colors of #152985

#152985 #851529 #298515

Analogous Colors of #152985

#152985 #391585 #156185

Monochromatic Colors of #152985

#152985

Complementary Color

#152985 #857115

#152985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#152985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#152985 Color CSS Codes

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

#152985 Text Font Color

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

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


#152985 Background Color

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

This div background color is #152985


#152985 Border Color

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

This div border color is #152985


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,41,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #152985; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #152985;
  -webkit-box-shadow: 1px 1px 3px 2px #152985;
  box-shadow:         1px 1px 3px 2px #152985; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #152985


Comments

No comments written yet.

Please login to write comment.