#153CCD

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

Shades of Persian Blue #153CCD

Tints of Persian Blue #153CCD

Color information

#153CCD (or 0x153CCD) is unknown color: approx Persian Blue. HEX triplet: 15, 3C and CD. RGB value is (21,60,205). Sum of RGB (Red+Green+Blue) = 21+60+205=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 205 (80.47% from 255 or 71.68% from 286); Max value from RGB is 205 - color contains mainly: blue. Hex color #153CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153CCD is #EAC332. Grayscale: #404040. Windows color (decimal): -15385395 or 13450261. OLE color: 13450261.

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

Color convert

RGB2160205-
CMYK0.900.7100.20
HSL227.28º81.42%44.31%-
HSV(B)227.28º89.76%80.39%-
XYZ12.947.858.58-
YUV64.87207.0896.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.34%
GREEN value IS 60 (23.83% from 255) = 20.98%
BLUE value IS 205 (80.47% from 255) = 71.68%
R=7.34%
G=20.98%
B=71.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal21602050.900.7100.20227.2881.4244.31
Hex153CCD5A47014e3512c
Octal257431513210702434312154
Binary101011111001100110110110101000111010100111000111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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