#1547B4

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

Shades of Persian Blue #1547B4

Tints of Persian Blue #1547B4

Color information

#1547B4 (or 0x1547B4) is unknown color: approx Persian Blue. HEX triplet: 15, 47 and B4. RGB value is (21,71,180). Sum of RGB (Red+Green+Blue) = 21+71+180=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 180 (70.70% from 255 or 66.18% from 272); Max value from RGB is 180 - color contains mainly: blue. Hex color #1547B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1547B4 is #EAB84B. Grayscale: #434343. Windows color (decimal): -15382604 or 11814677. OLE color: 11814677.

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

Color convert

RGB2171180-
CMYK0.880.6100.29
HSL221.13º79.1%39.41%-
HSV(B)221.13º88.33%70.59%-
XYZ10.87.9644.15-
YUV68.48190.9494.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.72%
GREEN value IS 71 (28.12% from 255) = 26.10%
BLUE value IS 180 (70.70% from 255) = 66.18%
R=7.72%
G=26.10%
B=66.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21711800.880.6100.29221.1379.139.41
Hex1547B4583D01Ddd4f27
Octal251072641307503533511747
Binary101011000111101101001011000111101011101110111011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1547B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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