#1523D0

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

Shades of Persian Blue #1523D0

Tints of Persian Blue #1523D0

Color information

#1523D0 (or 0x1523D0) is unknown color: approx Persian Blue. HEX triplet: 15, 23 and D0. RGB value is (21,35,208). Sum of RGB (Red+Green+Blue) = 21+35+208=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 208 (81.64% from 255 or 78.79% from 264); Max value from RGB is 208 - color contains mainly: blue. Hex color #1523D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1523D0 is #EADC2F. Grayscale: #313131. Windows color (decimal): -15391792 or 13640469. OLE color: 13640469.

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

Color convert

RGB2135208-
CMYK0.900.8300.18
HSL235.51º81.66%44.9%-
HSV(B)235.51º89.9%81.57%-
XYZ12.35.9260.17-
YUV50.54216.86106.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.95%
GREEN value IS 35 (14.06% from 255) = 13.26%
BLUE value IS 208 (81.64% from 255) = 78.79%
R=7.95%
G=13.26%
B=78.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21352080.900.8300.18235.5181.6644.9
Hex1523D05A53012ec522d
Octal254332013212302235412255
Binary101011000111101000010110101010011010010111011001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1523D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1523D0; }

 p { color: rgb(21,35,208); }

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

<style>
 a { background-color: #1523D0; }

 a { background-color: rgb(21,35,208); }

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

<style>
 span { border-color: #1523D0; }

 span { border-color: rgb(21,35,208); }

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