#1531B3

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

Shades of Persian Blue #1531B3

Tints of Persian Blue #1531B3

Color information

#1531B3 (or 0x1531B3) is unknown color: approx Persian Blue. HEX triplet: 15, 31 and B3. RGB value is (21,49,179). Sum of RGB (Red+Green+Blue) = 21+49+179=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 179 (70.31% from 255 or 71.89% from 249); Max value from RGB is 179 - color contains mainly: blue. Hex color #1531B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1531B3 is #EACE4C. Grayscale: #363636. Windows color (decimal): -15388237 or 11743509. OLE color: 11743509.

HSL color Cylindrical-coordinate representation of color #1531B3: hue angle of 229.37º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1531B3 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2149179-
CMYK0.880.7300.30
HSL229.37º79%39.22%-
HSV(B)229.37º88.27%70.2%-
XYZ9.545.6143.23-
YUV55.45197.72103.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.43%
GREEN value IS 49 (19.53% from 255) = 19.68%
BLUE value IS 179 (70.31% from 255) = 71.89%
R=8.43%
G=19.68%
B=71.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal21491790.880.7300.30229.377939.22
Hex1531B3584901Ee54f27
Octal256126313011103634511747
Binary101011100011011001110110001001001011110111001011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1531B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1531B3; }

 p { color: rgb(21,49,179); }

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

<style>
 a { background-color: #1531B3; }

 a { background-color: rgb(21,49,179); }

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

<style>
 span { border-color: #1531B3; }

 span { border-color: rgb(21,49,179); }

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