#153EC9

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

Shades of Persian Blue #153EC9

Tints of Persian Blue #153EC9

Color information

#153EC9 (or 0x153EC9) is unknown color: approx Persian Blue. HEX triplet: 15, 3E and C9. RGB value is (21,62,201). Sum of RGB (Red+Green+Blue) = 21+62+201=284 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.39% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 201 (78.91% from 255 or 70.77% from 284); Max value from RGB is 201 - color contains mainly: blue. Hex color #153EC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153EC9 is #EAC136. Grayscale: #404040. Windows color (decimal): -15384887 or 13188629. OLE color: 13188629.

HSL color Cylindrical-coordinate representation of color #153EC9: hue angle of 226.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #153EC9 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2162201-
CMYK0.900.6900.21
HSL226.33º81.08%43.53%-
HSV(B)226.33º89.55%78.82%-
XYZ12.577.8256.11-
YUV65.59204.4296.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.39%
GREEN value IS 62 (24.61% from 255) = 21.83%
BLUE value IS 201 (78.91% from 255) = 70.77%
R=7.39%
G=21.83%
B=70.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal21622010.900.6900.21226.3381.0843.53
Hex153EC95A45015e2512c
Octal257631113210502534212154
Binary101011111101100100110110101000101010101111000101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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