#1522B4

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

Shades of Persian Blue #1522B4

Tints of Persian Blue #1522B4

Color information

#1522B4 (or 0x1522B4) is unknown color: approx Persian Blue. HEX triplet: 15, 22 and B4. RGB value is (21,34,180). Sum of RGB (Red+Green+Blue) = 21+34+180=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 180 (70.70% from 255 or 76.60% from 235); Max value from RGB is 180 - color contains mainly: blue. Hex color #1522B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1522B4 is #EADD4B. Grayscale: #2E2E2E. Windows color (decimal): -15392076 or 11805205. OLE color: 11805205.

HSL color Cylindrical-coordinate representation of color #1522B4: hue angle of 235.09º 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 #1522B4 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2134180-
CMYK0.880.8100.29
HSL235.09º79.1%39.41%-
HSV(B)235.09º88.33%70.59%-
XYZ9.124.643.59-
YUV46.76203.19109.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.94%
GREEN value IS 34 (13.67% from 255) = 14.47%
BLUE value IS 180 (70.70% from 255) = 76.60%
R=8.94%
G=14.47%
B=76.60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21341800.880.8100.29235.0979.139.41
Hex1522B4585101Deb4f27
Octal254226413012103535311747
Binary101011000101011010010110001010001011101111010111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1522B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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