#1520BE

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

Shades of Persian Blue #1520BE

Tints of Persian Blue #1520BE

Color information

#1520BE (or 0x1520BE) is unknown color: approx Persian Blue. HEX triplet: 15, 20 and BE. RGB value is (21,32,190). Sum of RGB (Red+Green+Blue) = 21+32+190=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 190 (74.61% from 255 or 78.19% from 243); Max value from RGB is 190 - color contains mainly: blue. Hex color #1520BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1520BE is #EADF41. Grayscale: #2E2E2E. Windows color (decimal): -15392578 or 12460053. OLE color: 12460053.

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

Color convert

RGB2132190-
CMYK0.890.8300.25
HSL236.09º80.09%41.37%-
HSV(B)236.09º88.95%74.51%-
XYZ10.124.9149.13-
YUV46.72208.86109.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.64%
GREEN value IS 32 (12.89% from 255) = 13.17%
BLUE value IS 190 (74.61% from 255) = 78.19%
R=8.64%
G=13.17%
B=78.19%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21321900.890.8300.25236.0980.0941.37
Hex1520BE5953019ec5029
Octal254027613112303135412051
Binary101011000001011111010110011010011011001111011001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1520BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1520BE; }

 p { color: rgb(21,32,190); }

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

<style>
 a { background-color: #1520BE; }

 a { background-color: rgb(21,32,190); }

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

<style>
 span { border-color: #1520BE; }

 span { border-color: rgb(21,32,190); }

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