#1528B4

Color #1528B4 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1528B4

Tints of Persian Blue #1528B4

Color information

#1528B4 (or 0x1528B4) is unknown color: approx Persian Blue. HEX triplet: 15, 28 and B4. RGB value is (21,40,180). Sum of RGB (Red+Green+Blue) = 21+40+180=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 180 (70.70% from 255 or 74.69% from 241); Max value from RGB is 180 - color contains mainly: blue. Hex color #1528B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1528B4 is #EAD74B. Grayscale: #313131. Windows color (decimal): -15390540 or 11806741. OLE color: 11806741.

HSL color Cylindrical-coordinate representation of color #1528B4: hue angle of 232.83º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1528B4 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2140180-
CMYK0.880.7800.29
HSL232.83º79.1%39.41%-
HSV(B)232.83º88.33%70.59%-
XYZ9.314.9743.65-
YUV50.28201.21107.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 21 (8.59% from 255) = 8.71%
GREEN value IS 40 (16.02% from 255) = 16.60%
BLUE value IS 180 (70.70% from 255) = 74.69%
R=8.71%
G=16.60%
B=74.69%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21401800.880.7800.29232.8379.139.41
Hex1528B4584E01De94f27
Octal255026413011603535111747
Binary101011010001011010010110001001110011101111010011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1528B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1528B4; }

 p { color: rgb(21,40,180); }

 H1.HeaderClassName
 {
   color: #1528B4;
 }
 .AnyTagClassName
 {
   color: #1528B4;
 }
</style>
background-color css

<style>
 a { background-color: #1528B4; }

 a { background-color: rgb(21,40,180); }

 div.DivClassName
 {
   background-color: #1528B4;
 }
 .BgClassName
 {
   background-color: #1528B4;
 }
</style>
border-color css

<style>
 span { border-color: #1528B4; }

 span { border-color: rgb(21,40,180); }

 td.TdClassName
 {
   border-color: #1528B4;
 }
 .TagClassName
 {
   border-color: #1528B4;
 }
</style>