#1E2BAD

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

Shades of Persian Blue #1E2BAD

Tints of Persian Blue #1E2BAD

Color information

#1E2BAD (or 0x1E2BAD) is unknown color: approx Persian Blue. HEX triplet: 1E, 2B and AD. RGB value is (30,43,173). Sum of RGB (Red+Green+Blue) = 30+43+173=246 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.20% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 173 (67.97% from 255 or 70.33% from 246); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E2BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2BAD is #E1D452. Grayscale: #353535. Windows color (decimal): -14799955 or 11348766. OLE color: 11348766.

HSL color Cylindrical-coordinate representation of color #1E2BAD: hue angle of 234.55º 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 #1E2BAD is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3043173-
CMYK0.830.7500.32
HSL234.55º70.44%39.8%-
HSV(B)234.55º82.66%67.84%-
XYZ8.945.0240.03-
YUV53.93195.19110.93-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.20%
GREEN value IS 43 (17.19% from 255) = 17.48%
BLUE value IS 173 (67.97% from 255) = 70.33%
R=12.20%
G=17.48%
B=70.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30431730.830.7500.32234.5570.4439.8
Hex1E2BAD534B020eb4628
Octal365325512311304035310650
Binary1111010101110101101101001110010110100000111010111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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