#1547BF

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

Shades of Persian Blue #1547BF

Tints of Persian Blue #1547BF

Color information

#1547BF (or 0x1547BF) is unknown color: approx Persian Blue. HEX triplet: 15, 47 and BF. RGB value is (21,71,191). Sum of RGB (Red+Green+Blue) = 21+71+191=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #1547BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1547BF is #EAB840. Grayscale: #454545. Windows color (decimal): -15382593 or 12535573. OLE color: 12535573.

HSL color Cylindrical-coordinate representation of color #1547BF: hue angle of 222.35º 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 #1547BF is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2171191-
CMYK0.890.6300.25
HSL222.35º80.19%41.57%-
HSV(B)222.35º89.01%74.9%-
XYZ11.978.4350.29-
YUV69.73196.4493.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.42%
GREEN value IS 71 (28.12% from 255) = 25.09%
BLUE value IS 191 (75% from 255) = 67.49%
R=7.42%
G=25.09%
B=67.49%

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
Decimal21711910.890.6300.25222.3580.1941.57
Hex1547BF593F019de502a
Octal251072771317703133612052
Binary101011000111101111111011001111111011001110111101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1547BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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