#1524D0

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

Shades of Persian Blue #1524D0

Tints of Persian Blue #1524D0

Color information

#1524D0 (or 0x1524D0) is unknown color: approx Persian Blue. HEX triplet: 15, 24 and D0. RGB value is (21,36,208). Sum of RGB (Red+Green+Blue) = 21+36+208=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 208 (81.64% from 255 or 78.49% from 265); Max value from RGB is 208 - color contains mainly: blue. Hex color #1524D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1524D0 is #EADB2F. Grayscale: #323232. Windows color (decimal): -15391536 or 13640725. OLE color: 13640725.

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

Color convert

RGB2136208-
CMYK0.900.8300.18
HSL235.19º81.66%44.9%-
HSV(B)235.19º89.9%81.57%-
XYZ12.335.9860.18-
YUV51.12216.53106.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.92%
GREEN value IS 36 (14.45% from 255) = 13.58%
BLUE value IS 208 (81.64% from 255) = 78.49%
R=7.92%
G=13.58%
B=78.49%

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
Decimal21362080.900.8300.18235.1981.6644.9
Hex1524D05A53012eb522d
Octal254432013212302235312255
Binary101011001001101000010110101010011010010111010111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1524D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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