#1E2ECF

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

Shades of Persian Blue #1E2ECF

Tints of Persian Blue #1E2ECF

Color information

#1E2ECF (or 0x1E2ECF) is unknown color: approx Persian Blue. HEX triplet: 1E, 2E and CF. RGB value is (30,46,207). Sum of RGB (Red+Green+Blue) = 30+46+207=283 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.60% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 207 (81.25% from 255 or 73.14% from 283); Max value from RGB is 207 - color contains mainly: blue. Hex color #1E2ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E2ECF is #E1D130. Grayscale: #3A3A3A. Windows color (decimal): -14799153 or 13577758. OLE color: 13577758.

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

Color convert

RGB3046207-
CMYK0.860.7800.19
HSL234.58º74.68%46.47%-
HSV(B)234.58º85.51%81.18%-
XYZ12.776.7459.66-
YUV59.57211.2106.91-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.60%
GREEN value IS 46 (18.36% from 255) = 16.25%
BLUE value IS 207 (81.25% from 255) = 73.14%
R=10.60%
G=16.25%
B=73.14%

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
Decimal30462070.860.7800.19234.5874.6846.47
Hex1E2ECF564E013eb4b2e
Octal365631712611602335311356
Binary111101011101100111110101101001110010011111010111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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