#1529CA

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

Shades of Persian Blue #1529CA

Tints of Persian Blue #1529CA

Color information

#1529CA (or 0x1529CA) is unknown color: approx Persian Blue. HEX triplet: 15, 29 and CA. RGB value is (21,41,202). Sum of RGB (Red+Green+Blue) = 21+41+202=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 202 (79.30% from 255 or 76.52% from 264); Max value from RGB is 202 - color contains mainly: blue. Hex color #1529CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1529CA is #EAD635. Grayscale: #343434. Windows color (decimal): -15390262 or 13248789. OLE color: 13248789.

HSL color Cylindrical-coordinate representation of color #1529CA: hue angle of 233.37º 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 #1529CA is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2141202-
CMYK0.900.8000.21
HSL233.37º81.17%43.73%-
HSV(B)233.37º89.6%79.22%-
XYZ11.766.0156.42-
YUV53.37211.87104.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.95%
GREEN value IS 41 (16.41% from 255) = 15.53%
BLUE value IS 202 (79.30% from 255) = 76.52%
R=7.95%
G=15.53%
B=76.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal21412020.900.8000.21233.3781.1743.73
Hex1529CA5A50015e9512c
Octal255131213212002535112154
Binary101011010011100101010110101010000010101111010011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1529CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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