#1E2DAD

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

Shades of Persian Blue #1E2DAD

Tints of Persian Blue #1E2DAD

Color information

#1E2DAD (or 0x1E2DAD) is unknown color: approx Persian Blue. HEX triplet: 1E, 2D and AD. RGB value is (30,45,173). Sum of RGB (Red+Green+Blue) = 30+45+173=248 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.10% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 173 (67.97% from 255 or 69.76% from 248); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E2DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2DAD is #E1D252. Grayscale: #363636. Windows color (decimal): -14799443 or 11349278. OLE color: 11349278.

HSL color Cylindrical-coordinate representation of color #1E2DAD: hue angle of 233.71º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E2DAD is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3045173-
CMYK0.830.7400.32
HSL233.71º70.44%39.8%-
HSV(B)233.71º82.66%67.84%-
XYZ9.025.1740.06-
YUV55.11194.53110.09-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.10%
GREEN value IS 45 (17.97% from 255) = 18.15%
BLUE value IS 173 (67.97% from 255) = 69.76%
R=12.10%
G=18.15%
B=69.76%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30451730.830.7400.32233.7170.4439.8
Hex1E2DAD534A020ea4628
Octal365525512311204035210650
Binary1111010110110101101101001110010100100000111010101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,45,173); }

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

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

 a { background-color: rgb(30,45,173); }

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

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

 span { border-color: rgb(30,45,173); }

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