#1532B8

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

Shades of Persian Blue #1532B8

Tints of Persian Blue #1532B8

Color information

#1532B8 (or 0x1532B8) is unknown color: approx Persian Blue. HEX triplet: 15, 32 and B8. RGB value is (21,50,184). Sum of RGB (Red+Green+Blue) = 21+50+184=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 184 (72.27% from 255 or 72.16% from 255); Max value from RGB is 184 - color contains mainly: blue. Hex color #1532B8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1532B8 is #EACD47. Grayscale: #383838. Windows color (decimal): -15387976 or 12071445. OLE color: 12071445.

HSL color Cylindrical-coordinate representation of color #1532B8: hue angle of 229.33º degrees, saturation: 0.8, 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 #1532B8 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB2150184-
CMYK0.890.7300.28
HSL229.33º79.51%40.2%-
HSV(B)229.33º88.59%72.16%-
XYZ10.15.945.95-
YUV56.6199.89102.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.24%
GREEN value IS 50 (19.92% from 255) = 19.61%
BLUE value IS 184 (72.27% from 255) = 72.16%
R=8.24%
G=19.61%
B=72.16%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal21501840.890.7300.28229.3379.5140.2
Hex1532B8594901Ce55028
Octal256227013111103434512050
Binary101011100101011100010110011001001011100111001011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1532B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1532B8; }

 p { color: rgb(21,50,184); }

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

<style>
 a { background-color: #1532B8; }

 a { background-color: rgb(21,50,184); }

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

<style>
 span { border-color: #1532B8; }

 span { border-color: rgb(21,50,184); }

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