#153CCE

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

Shades of Persian Blue #153CCE

Tints of Persian Blue #153CCE

Color information

#153CCE (or 0x153CCE) is unknown color: approx Persian Blue. HEX triplet: 15, 3C and CE. RGB value is (21,60,206). Sum of RGB (Red+Green+Blue) = 21+60+206=287 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.32% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #153CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153CCE is #EAC331. Grayscale: #404040. Windows color (decimal): -15385394 or 13515797. OLE color: 13515797.

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

Color convert

RGB2160206-
CMYK0.900.7100.19
HSL227.35º81.5%44.51%-
HSV(B)227.35º89.81%80.78%-
XYZ13.077.8559.22-
YUV64.98207.5896.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.32%
GREEN value IS 60 (23.83% from 255) = 20.91%
BLUE value IS 206 (80.86% from 255) = 71.78%
R=7.32%
G=20.91%
B=71.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal21602060.900.7100.19227.3581.544.51
Hex153CCE5A47013e3512d
Octal257431613210702334312155
Binary101011111001100111010110101000111010011111000111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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