#1540B7

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

Shades of Persian Blue #1540B7

Tints of Persian Blue #1540B7

Color information

#1540B7 (or 0x1540B7) is unknown color: approx Persian Blue. HEX triplet: 15, 40 and B7. RGB value is (21,64,183). Sum of RGB (Red+Green+Blue) = 21+64+183=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 183 (71.88% from 255 or 68.28% from 268); Max value from RGB is 183 - color contains mainly: blue. Hex color #1540B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1540B7 is #EABF48. Grayscale: #404040. Windows color (decimal): -15384393 or 12009493. OLE color: 12009493.

HSL color Cylindrical-coordinate representation of color #1540B7: hue angle of 224.07º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1540B7 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB2164183-
CMYK0.890.6500.28
HSL224.07º79.41%40%-
HSV(B)224.07º88.52%71.76%-
XYZ10.697.2545.63-
YUV64.71194.7596.82-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.84%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 183 (71.88% from 255) = 68.28%
R=7.84%
G=23.88%
B=68.28%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal21641830.890.6500.28224.0779.4140
Hex1540B7594101Ce04f28
Octal2510026713110103434011750
Binary1010110000001011011110110011000001011100111000001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1540B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1540B7; }

 p { color: rgb(21,64,183); }

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

<style>
 a { background-color: #1540B7; }

 a { background-color: rgb(21,64,183); }

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

<style>
 span { border-color: #1540B7; }

 span { border-color: rgb(21,64,183); }

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