#1529CE

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

Shades of Persian Blue #1529CE

Tints of Persian Blue #1529CE

Color information

#1529CE (or 0x1529CE) is unknown color: approx Persian Blue. HEX triplet: 15, 29 and CE. RGB value is (21,41,206). Sum of RGB (Red+Green+Blue) = 21+41+206=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 206 (80.86% from 255 or 76.87% from 268); Max value from RGB is 206 - color contains mainly: blue. Hex color #1529CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1529CE is #EAD631. Grayscale: #353535. Windows color (decimal): -15390258 or 13510933. OLE color: 13510933.

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

Color convert

RGB2141206-
CMYK0.900.8000.19
HSL233.51º81.5%44.51%-
HSV(B)233.51º89.81%80.78%-
XYZ12.246.258.94-
YUV53.83213.87104.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.84%
GREEN value IS 41 (16.41% from 255) = 15.30%
BLUE value IS 206 (80.86% from 255) = 76.87%
R=7.84%
G=15.30%
B=76.87%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal21412060.900.8000.19233.5181.544.51
Hex1529CE5A50013ea512d
Octal255131613212002335212155
Binary101011010011100111010110101010000010011111010101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1529CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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