#1D27DE

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

Shades of Persian Blue #1D27DE

Tints of Persian Blue #1D27DE

Color information

#1D27DE (or 0x1D27DE) is unknown color: approx Persian Blue. HEX triplet: 1D, 27 and DE. RGB value is (29,39,222). Sum of RGB (Red+Green+Blue) = 29+39+222=290 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 222 (87.11% from 255 or 76.55% from 290); Max value from RGB is 222 - color contains mainly: blue. Hex color #1D27DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D27DE is #E2D821. Grayscale: #383838. Windows color (decimal): -14866466 or 14559005. OLE color: 14559005.

HSL color Cylindrical-coordinate representation of color #1D27DE: hue angle of 236.89º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D27DE is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2939222-
CMYK0.870.8200.13
HSL236.89º76.89%49.22%-
HSV(B)236.89º86.94%87.06%-
XYZ14.426.9969.7-
YUV56.87221.19108.12-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10%
GREEN value IS 39 (15.62% from 255) = 13.45%
BLUE value IS 222 (87.11% from 255) = 76.55%
R=10%
G=13.45%
B=76.55%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal29392220.870.8200.13236.8976.8949.22
Hex1D27DE57520Ded4d31
Octal354733612712201535511561
Binary11101100111110111101010111101001001101111011011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D27DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,39,222); }

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

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

 a { background-color: rgb(29,39,222); }

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

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

 span { border-color: rgb(29,39,222); }

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