#1e2edb

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

Shades of Persian Blue #1E2EDB

Tints of Persian Blue #1E2EDB

Color information

#1E2EDB (or 0x1E2EDB) is unknown color: approx Persian Blue. HEX triplet: 1E, 2E and DB. RGB value is (30,46,219). Sum of RGB (Red+Green+Blue) = 30+46+219=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 219 (85.94% from 255 or 74.24% from 295); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E2EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E2EDB is #E1D124. Grayscale: #3C3C3C. Windows color (decimal): -14799141 or 14364190. OLE color: 14364190.

HSL color Cylindrical-coordinate representation of color #1E2EDB: hue angle of 234.92º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E2EDB is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB3046219-
CMYK0.860.7900.14
HSL234.92º75.9%48.82%-
HSV(B)234.92º86.3%85.88%-
XYZ14.37.3467.68-
YUV60.94217.2105.93-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.17%
GREEN value IS 46 (18.36% from 255) = 15.59%
BLUE value IS 219 (85.94% from 255) = 74.24%
R=10.17%
G=15.59%
B=74.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal30462190.860.7900.14234.9275.948.82
Hex1E2EDB564F0Eeb4c31
Octal365633312611701635311461
Binary11110101110110110111010110100111101110111010111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e2edb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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