Color Hex Logo

#15303f Color Hex

#15303F
(21,48,63)
0 Favorites   0 Comments

Color spaces of #15303f

RGB 214863
HSL0.560.500.16
HSV201°67°25°
CMYK 0.670.240.00   0.75
XYZ2.26342.63225.0914
Yxy2.63220.22660.2636
Hunter Lab16.2241-3.4898-7.2494
CIE-Lab18.5062-4.8834-12.5601

#15303f color RGB value is (21,48,63).

#15303f hex color red value is 21, green value is 48 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #15303f hue: 0.56 , saturation: 0.50 and the lightness value of 15303f is 0.16.

The process color (four color CMYK) of #15303f color hex is 0.67, 0.24, 0.00, 0.75. Web safe color of #15303f is #003333. Color #15303f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00110000 00111111
Octal 25 60 77
Decimal 21 48 63
Hex 15 30 3F

RGB Percentages of Color #15303f

%15.91
%36.36
%47.73

CMYK Percentages of Color #15303f

%67
%24
%0
%75

Triadic Colors of #15303f

#15303f #3f1530 #303f15

Analogous Colors of #15303f

#15303f #151b3f #153f39

Monochromatic Colors of #15303f

#15303f

Complementary Color

#15303f #3f2415

#15303f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15303f Color Preview on White Background

Lorem ipsum dolor sit amet.

#15303f Color CSS Codes

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

#15303f Text Font Color

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

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


#15303f Background Color

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

This div background color is #15303f


#15303f Border Color

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

This div border color is #15303f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15303f


Comments

No comments written yet.

Please login to write comment.