#153DCE

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

Shades of Persian Blue #153DCE

Tints of Persian Blue #153DCE

Color information

#153DCE (or 0x153DCE) is unknown color: approx Persian Blue. HEX triplet: 15, 3D and CE. RGB value is (21,61,206). Sum of RGB (Red+Green+Blue) = 21+61+206=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 206 (80.86% from 255 or 71.53% from 288); Max value from RGB is 206 - color contains mainly: blue. Hex color #153DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153DCE is #EAC231. Grayscale: #404040. Windows color (decimal): -15385138 or 13516053. OLE color: 13516053.

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

Color convert

RGB2161206-
CMYK0.900.7000.19
HSL227.03º81.5%44.51%-
HSV(B)227.03º89.81%80.78%-
XYZ13.127.9559.24-
YUV65.57207.2596.21-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.29%
GREEN value IS 61 (24.22% from 255) = 21.18%
BLUE value IS 206 (80.86% from 255) = 71.53%
R=7.29%
G=21.18%
B=71.53%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal21612060.900.7000.19227.0381.544.51
Hex153DCE5A46013e3512d
Octal257531613210602334312155
Binary101011111011100111010110101000110010011111000111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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