#153CD1

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

Shades of Persian Blue #153CD1

Tints of Persian Blue #153CD1

Color information

#153CD1 (or 0x153CD1) is unknown color: approx Persian Blue. HEX triplet: 15, 3C and D1. RGB value is (21,60,209). Sum of RGB (Red+Green+Blue) = 21+60+209=290 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.24% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 209 (82.03% from 255 or 72.07% from 290); Max value from RGB is 209 - color contains mainly: blue. Hex color #153CD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153CD1 is #EAC32E. Grayscale: #404040. Windows color (decimal): -15385391 or 13712405. OLE color: 13712405.

HSL color Cylindrical-coordinate representation of color #153CD1: hue angle of 227.55º 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 #153CD1 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2160209-
CMYK0.900.7100.18
HSL227.55º81.74%45.1%-
HSV(B)227.55º89.95%81.96%-
XYZ13.437.9961.16-
YUV65.32209.0896.38-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.24%
GREEN value IS 60 (23.83% from 255) = 20.69%
BLUE value IS 209 (82.03% from 255) = 72.07%
R=7.24%
G=20.69%
B=72.07%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21602090.900.7100.18227.5581.7445.1
Hex153CD15A47012e4522d
Octal257432113210702234412255
Binary101011111001101000110110101000111010010111001001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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