#153ED1

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

Shades of Persian Blue #153ED1

Tints of Persian Blue #153ED1

Color information

#153ED1 (or 0x153ED1) is unknown color: approx Persian Blue. HEX triplet: 15, 3E and D1. RGB value is (21,62,209). Sum of RGB (Red+Green+Blue) = 21+62+209=292 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.19% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 209 (82.03% from 255 or 71.58% from 292); Max value from RGB is 209 - color contains mainly: blue. Hex color #153ED1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153ED1 is #EAC12E. Grayscale: #414141. Windows color (decimal): -15384879 or 13712917. OLE color: 13712917.

HSL color Cylindrical-coordinate representation of color #153ED1: hue angle of 226.91º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #153ED1 is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2162209-
CMYK0.900.7000.18
HSL226.91º81.74%45.1%-
HSV(B)226.91º89.95%81.96%-
XYZ13.548.2161.19-
YUV66.5208.4295.55-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.19%
GREEN value IS 62 (24.61% from 255) = 21.23%
BLUE value IS 209 (82.03% from 255) = 71.58%
R=7.19%
G=21.23%
B=71.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21622090.900.7000.18226.9181.7445.1
Hex153ED15A46012e3522d
Octal257632113210602234312255
Binary101011111101101000110110101000110010010111000111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153ED1; }

 p { color: rgb(21,62,209); }

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

<style>
 a { background-color: #153ED1; }

 a { background-color: rgb(21,62,209); }

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

<style>
 span { border-color: #153ED1; }

 span { border-color: rgb(21,62,209); }

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