#1547C9

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

Shades of Persian Blue #1547C9

Tints of Persian Blue #1547C9

Color information

#1547C9 (or 0x1547C9) is unknown color: approx Persian Blue. HEX triplet: 15, 47 and C9. RGB value is (21,71,201). Sum of RGB (Red+Green+Blue) = 21+71+201=293 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.17% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 201 (78.91% from 255 or 68.60% from 293); Max value from RGB is 201 - color contains mainly: blue. Hex color #1547C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1547C9 is #EAB836. Grayscale: #464646. Windows color (decimal): -15382583 or 13190933. OLE color: 13190933.

HSL color Cylindrical-coordinate representation of color #1547C9: hue angle of 223.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1547C9 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2171201-
CMYK0.900.6500.21
HSL223.33º81.08%43.53%-
HSV(B)223.33º89.55%78.82%-
XYZ13.118.8856.28-
YUV70.87201.4492.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.17%
GREEN value IS 71 (28.12% from 255) = 24.23%
BLUE value IS 201 (78.91% from 255) = 68.60%
R=7.17%
G=24.23%
B=68.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal21712010.900.6500.21223.3381.0843.53
Hex1547C95A41015df512c
Octal2510731113210102533712154
Binary1010110001111100100110110101000001010101110111111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1547C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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