#1D2ECE

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

Shades of Persian Blue #1D2ECE

Tints of Persian Blue #1D2ECE

Color information

#1D2ECE (or 0x1D2ECE) is unknown color: approx Persian Blue. HEX triplet: 1D, 2E and CE. RGB value is (29,46,206). Sum of RGB (Red+Green+Blue) = 29+46+206=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 206 (80.86% from 255 or 73.31% from 281); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D2ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2ECE is #E2D131. Grayscale: #3A3A3A. Windows color (decimal): -14864690 or 13512221. OLE color: 13512221.

HSL color Cylindrical-coordinate representation of color #1D2ECE: hue angle of 234.24º 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 #1D2ECE is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2946206-
CMYK0.860.7800.19
HSL234.24º75.32%46.08%-
HSV(B)234.24º85.92%80.78%-
XYZ12.626.6759.01-
YUV59.16210.87106.49-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.32%
GREEN value IS 46 (18.36% from 255) = 16.37%
BLUE value IS 206 (80.86% from 255) = 73.31%
R=10.32%
G=16.37%
B=73.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal29462060.860.7800.19234.2475.3246.08
Hex1D2ECE564E013ea4b2e
Octal355631612611602335211356
Binary111011011101100111010101101001110010011111010101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,46,206); }

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

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

 a { background-color: rgb(29,46,206); }

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

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

 span { border-color: rgb(29,46,206); }

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