#1E2CAD

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

Shades of Persian Blue #1E2CAD

Tints of Persian Blue #1E2CAD

Color information

#1E2CAD (or 0x1E2CAD) is unknown color: approx Persian Blue. HEX triplet: 1E, 2C and AD. RGB value is (30,44,173). Sum of RGB (Red+Green+Blue) = 30+44+173=247 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.15% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E2CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2CAD is #E1D352. Grayscale: #353535. Windows color (decimal): -14799699 or 11349022. OLE color: 11349022.

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

Color convert

RGB3044173-
CMYK0.830.7500.32
HSL234.13º70.44%39.8%-
HSV(B)234.13º82.66%67.84%-
XYZ8.985.0940.05-
YUV54.52194.86110.51-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.15%
GREEN value IS 44 (17.58% from 255) = 17.81%
BLUE value IS 173 (67.97% from 255) = 70.04%
R=12.15%
G=17.81%
B=70.04%

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
Decimal30441730.830.7500.32234.1370.4439.8
Hex1E2CAD534B020ea4628
Octal365425512311304035210650
Binary1111010110010101101101001110010110100000111010101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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