Color Hex Logo

#1523bc Color Hex

#1523BC
(21,35,188)
0 Favorites   0 Comments

Color spaces of #1523bc

RGB 2135188
HSL0.650.800.41
HSV235°89°74°
CMYK 0.890.810.00   0.26
XYZ9.98744.992348.0142
Yxy4.99230.15850.0793
Hunter Lab22.343540.6875-111.7688
CIE-Lab26.712851.8365-78.5871

#1523bc color RGB value is (21,35,188).

#1523bc hex color red value is 21, green value is 35 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #1523bc hue: 0.65 , saturation: 0.80 and the lightness value of 1523bc is 0.41.

The process color (four color CMYK) of #1523bc color hex is 0.89, 0.81, 0.00, 0.26. Web safe color of #1523bc is #0033cc. Color #1523bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100011 10111100
Octal 25 43 274
Decimal 21 35 188
Hex 15 23 BC

RGB Percentages of Color #1523bc

%8.61
%14.34
%77.05

CMYK Percentages of Color #1523bc

%89
%81
%0
%26

Triadic Colors of #1523bc

#1523bc #bc1523 #23bc15

Analogous Colors of #1523bc

#1523bc #5b15bc #1577bc

Monochromatic Colors of #1523bc

#1523bc

Complementary Color

#1523bc #bcae15

#1523bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1523bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1523bc Color CSS Codes

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

#1523bc Text Font Color

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

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


#1523bc Background Color

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

This div background color is #1523bc


#1523bc Border Color

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

This div border color is #1523bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1523bc


Comments

No comments written yet.

Please login to write comment.