Color Hex Logo

#15233d Color Hex

#15233D
(21,35,61)
0 Favorites   0 Comments

Color spaces of #15233d

RGB 213561
HSL0.610.490.16
HSV219°66°24°
CMYK 0.660.430.00   0.76
XYZ1.75261.69844.6503
Yxy1.69840.21630.2096
Hunter Lab13.03231.1985-12.0338
CIE-Lab13.81753.5708-18.5001

#15233d color RGB value is (21,35,61).

#15233d hex color red value is 21, green value is 35 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #15233d hue: 0.61 , saturation: 0.49 and the lightness value of 15233d is 0.16.

The process color (four color CMYK) of #15233d color hex is 0.66, 0.43, 0.00, 0.76. Web safe color of #15233d is #003333. Color #15233d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100011 00111101
Octal 25 43 75
Decimal 21 35 61
Hex 15 23 3D

RGB Percentages of Color #15233d

%17.95
%29.91
%52.14

CMYK Percentages of Color #15233d

%66
%43
%0
%76

Triadic Colors of #15233d

#15233d #3d1523 #233d15

Analogous Colors of #15233d

#15233d #1b153d #15373d

Monochromatic Colors of #15233d

#15233d

Complementary Color

#15233d #3d2f15

#15233d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15233d Color Preview on White Background

Lorem ipsum dolor sit amet.

#15233d Color CSS Codes

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

#15233d Text Font Color

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

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


#15233d Background Color

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

This div background color is #15233d


#15233d Border Color

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

This div border color is #15233d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15233d


Comments

No comments written yet.

Please login to write comment.