#1525CA

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

Shades of Persian Blue #1525CA

Tints of Persian Blue #1525CA

Color information

#1525CA (or 0x1525CA) is unknown color: approx Persian Blue. HEX triplet: 15, 25 and CA. RGB value is (21,37,202). Sum of RGB (Red+Green+Blue) = 21+37+202=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 202 (79.30% from 255 or 77.69% from 260); Max value from RGB is 202 - color contains mainly: blue. Hex color #1525CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1525CA is #EADA35. Grayscale: #323232. Windows color (decimal): -15391286 or 13247765. OLE color: 13247765.

HSL color Cylindrical-coordinate representation of color #1525CA: hue angle of 234.7º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1525CA is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2137202-
CMYK0.900.8200.21
HSL234.7º81.17%43.73%-
HSV(B)234.7º89.6%79.22%-
XYZ11.635.7556.37-
YUV51.03213.2106.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.08%
GREEN value IS 37 (14.84% from 255) = 14.23%
BLUE value IS 202 (79.30% from 255) = 77.69%
R=8.08%
G=14.23%
B=77.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal21372020.900.8200.21234.781.1743.73
Hex1525CA5A52015eb512c
Octal254531213212202535312154
Binary101011001011100101010110101010010010101111010111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1525CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1525CA; }

 p { color: rgb(21,37,202); }

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

<style>
 a { background-color: #1525CA; }

 a { background-color: rgb(21,37,202); }

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

<style>
 span { border-color: #1525CA; }

 span { border-color: rgb(21,37,202); }

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