#1547C0

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

Shades of Persian Blue #1547C0

Tints of Persian Blue #1547C0

Color information

#1547C0 (or 0x1547C0) is unknown color: approx Persian Blue. HEX triplet: 15, 47 and C0. RGB value is (21,71,192). Sum of RGB (Red+Green+Blue) = 21+71+192=284 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.39% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 192 (75.39% from 255 or 67.61% from 284); Max value from RGB is 192 - color contains mainly: blue. Hex color #1547C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1547C0 is #EAB83F. Grayscale: #454545. Windows color (decimal): -15382592 or 12601109. OLE color: 12601109.

HSL color Cylindrical-coordinate representation of color #1547C0: hue angle of 222.46º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1547C0 is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2171192-
CMYK0.890.6300.25
HSL222.46º80.28%41.76%-
HSV(B)222.46º89.06%75.29%-
XYZ12.088.4750.87-
YUV69.84196.9493.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.39%
GREEN value IS 71 (28.12% from 255) = 25%
BLUE value IS 192 (75.39% from 255) = 67.61%
R=7.39%
G=25%
B=67.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21711920.890.6300.25222.4680.2841.76
Hex1547C0593F019de502a
Octal251073001317703133612052
Binary101011000111110000001011001111111011001110111101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1547C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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