#1530BE

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

Shades of Persian Blue #1530BE

Tints of Persian Blue #1530BE

Color information

#1530BE (or 0x1530BE) is unknown color: approx Persian Blue. HEX triplet: 15, 30 and BE. RGB value is (21,48,190). Sum of RGB (Red+Green+Blue) = 21+48+190=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 190 (74.61% from 255 or 73.36% from 259); Max value from RGB is 190 - color contains mainly: blue. Hex color #1530BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1530BE is #EACF41. Grayscale: #373737. Windows color (decimal): -15388482 or 12464149. OLE color: 12464149.

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

Color convert

RGB2148190-
CMYK0.890.7500.25
HSL230.41º80.09%41.37%-
HSV(B)230.41º88.95%74.51%-
XYZ10.665.9949.31-
YUV56.11203.55102.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.11%
GREEN value IS 48 (19.14% from 255) = 18.53%
BLUE value IS 190 (74.61% from 255) = 73.36%
R=8.11%
G=18.53%
B=73.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21481900.890.7500.25230.4180.0941.37
Hex1530BE594B019e65029
Octal256027613111303134612051
Binary101011100001011111010110011001011011001111001101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1530BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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