#1528BA

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

Shades of Persian Blue #1528BA

Tints of Persian Blue #1528BA

Color information

#1528BA (or 0x1528BA) is unknown color: approx Persian Blue. HEX triplet: 15, 28 and BA. RGB value is (21,40,186). Sum of RGB (Red+Green+Blue) = 21+40+186=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 186 (73.05% from 255 or 75.30% from 247); Max value from RGB is 186 - color contains mainly: blue. Hex color #1528BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1528BA is #EAD745. Grayscale: #323232. Windows color (decimal): -15390534 or 12199957. OLE color: 12199957.

HSL color Cylindrical-coordinate representation of color #1528BA: hue angle of 233.09º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1528BA is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2140186-
CMYK0.890.7800.27
HSL233.09º79.71%40.59%-
HSV(B)233.09º88.71%72.94%-
XYZ9.935.2246.94-
YUV50.96204.21106.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.50%
GREEN value IS 40 (16.02% from 255) = 16.19%
BLUE value IS 186 (73.05% from 255) = 75.30%
R=8.50%
G=16.19%
B=75.30%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21401860.890.7800.27233.0979.7140.59
Hex1528BA594E01Be95029
Octal255027213111603335112051
Binary101011010001011101010110011001110011011111010011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1528BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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