#1d1ecf

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

Shades of Persian Blue #1D1ECF

Tints of Persian Blue #1D1ECF

Color information

#1D1ECF (or 0x1D1ECF) is unknown color: approx Persian Blue. HEX triplet: 1D, 1E and CF. RGB value is (29,30,207). Sum of RGB (Red+Green+Blue) = 29+30+207=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 207 (81.25% from 255 or 77.82% from 266); Max value from RGB is 207 - color contains mainly: blue. Hex color #1D1ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D1ECF is #E2E130. Grayscale: #313131. Windows color (decimal): -14868785 or 13573661. OLE color: 13573661.

HSL color Cylindrical-coordinate representation of color #1D1ECF: hue angle of 239.66º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D1ECF is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2930207-
CMYK0.860.8600.19
HSL239.66º75.42%46.27%-
HSV(B)239.66º85.99%81.18%-
XYZ12.235.6959.49-
YUV49.88216.67113.11-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.90%
GREEN value IS 30 (12.11% from 255) = 11.28%
BLUE value IS 207 (81.25% from 255) = 77.82%
R=10.90%
G=11.28%
B=77.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal29302070.860.8600.19239.6675.4246.27
Hex1D1ECF5656013f04b2e
Octal353631712612602336011356
Binary11101111101100111110101101010110010011111100001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d1ecf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,30,207); }

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

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

 a { background-color: rgb(29,30,207); }

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

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

 span { border-color: rgb(29,30,207); }

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