#1D29EC

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

Shades of Persian Blue #1D29EC

Tints of Persian Blue #1D29EC

Color information

#1D29EC (or 0x1D29EC) is unknown color: approx Persian Blue. HEX triplet: 1D, 29 and EC. RGB value is (29,41,236). Sum of RGB (Red+Green+Blue) = 29+41+236=306 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.48% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 236 (92.58% from 255 or 77.12% from 306); Max value from RGB is 236 - color contains mainly: blue. Hex color #1D29EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D29EC is #E2D613. Grayscale: #3A3A3A. Windows color (decimal): -14865940 or 15477021. OLE color: 15477021.

HSL color Cylindrical-coordinate representation of color #1D29EC: hue angle of 236.52º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D29EC is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2941236-
CMYK0.880.8300.07
HSL236.52º84.49%51.96%-
HSV(B)236.52º87.71%92.55%-
XYZ16.447.980.02-
YUV59.64227.52106.14-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.48%
GREEN value IS 41 (16.41% from 255) = 13.40%
BLUE value IS 236 (92.58% from 255) = 77.12%
R=9.48%
G=13.40%
B=77.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal29412360.880.8300.07236.5284.4951.96
Hex1D29EC585307ed5434
Octal35513541301230735512464
Binary1110110100111101100101100010100110111111011011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D29EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D29EC; }

 p { color: rgb(29,41,236); }

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

<style>
 a { background-color: #1D29EC; }

 a { background-color: rgb(29,41,236); }

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

<style>
 span { border-color: #1D29EC; }

 span { border-color: rgb(29,41,236); }

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