#1528D8

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

Shades of Persian Blue #1528D8

Tints of Persian Blue #1528D8

Color information

#1528D8 (or 0x1528D8) is unknown color: approx Persian Blue. HEX triplet: 15, 28 and D8. RGB value is (21,40,216). Sum of RGB (Red+Green+Blue) = 21+40+216=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 216 (84.77% from 255 or 77.98% from 277); Max value from RGB is 216 - color contains mainly: blue. Hex color #1528D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1528D8 is #EAD727. Grayscale: #353535. Windows color (decimal): -15390504 or 14166037. OLE color: 14166037.

HSL color Cylindrical-coordinate representation of color #1528D8: hue angle of 234.15º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1528D8 is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2140216-
CMYK0.900.8100.15
HSL234.15º82.28%46.47%-
HSV(B)234.15º90.28%84.71%-
XYZ13.466.6365.54-
YUV54.38219.21104.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.58%
GREEN value IS 40 (16.02% from 255) = 14.44%
BLUE value IS 216 (84.77% from 255) = 77.98%
R=7.58%
G=14.44%
B=77.98%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21402160.900.8100.15234.1582.2846.47
Hex1528D85A510Fea522e
Octal255033013212101735212256
Binary10101101000110110001011010101000101111111010101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1528D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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