#1525B6

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

Shades of Persian Blue #1525B6

Tints of Persian Blue #1525B6

Color information

#1525B6 (or 0x1525B6) is unknown color: approx Persian Blue. HEX triplet: 15, 25 and B6. RGB value is (21,37,182). Sum of RGB (Red+Green+Blue) = 21+37+182=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 182 (71.48% from 255 or 75.83% from 240); Max value from RGB is 182 - color contains mainly: blue. Hex color #1525B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1525B6 is #EADA49. Grayscale: #303030. Windows color (decimal): -15391306 or 11937045. OLE color: 11937045.

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

Color convert

RGB2137182-
CMYK0.880.8000.29
HSL234.04º79.31%39.8%-
HSV(B)234.04º88.46%71.37%-
XYZ9.414.8644.7-
YUV48.75203.2108.21-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.75%
GREEN value IS 37 (14.84% from 255) = 15.42%
BLUE value IS 182 (71.48% from 255) = 75.83%
R=8.75%
G=15.42%
B=75.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21371820.880.8000.29234.0479.3139.8
Hex1525B6585001Dea4f28
Octal254526613012003535211750
Binary101011001011011011010110001010000011101111010101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1525B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1525B6; }

 p { color: rgb(21,37,182); }

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

<style>
 a { background-color: #1525B6; }

 a { background-color: rgb(21,37,182); }

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

<style>
 span { border-color: #1525B6; }

 span { border-color: rgb(21,37,182); }

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