#1E1EBA

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

Shades of Persian Blue #1E1EBA

Tints of Persian Blue #1E1EBA

Color information

#1E1EBA (or 0x1E1EBA) is unknown color: approx Persian Blue. HEX triplet: 1E, 1E and BA. RGB value is (30,30,186). Sum of RGB (Red+Green+Blue) = 30+30+186=246 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.20% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 186 (73.05% from 255 or 75.61% from 246); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E1EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E1EBA is #E1E145. Grayscale: #2F2F2F. Windows color (decimal): -14803270 or 12197406. OLE color: 12197406.

HSL color Cylindrical-coordinate representation of color #1E1EBA: hue angle of 240º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E1EBA is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3030186-
CMYK0.840.8400.27
HSL240º72.22%42.35%-
HSV(B)240º83.87%72.94%-
XYZ9.864.7546.85-
YUV47.78206115.32-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.20%
GREEN value IS 30 (12.11% from 255) = 12.20%
BLUE value IS 186 (73.05% from 255) = 75.61%
R=12.20%
G=12.20%
B=75.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal30301860.840.8400.2724072.2242.35
Hex1E1EBA545401Bf0482a
Octal363627212412403336011052
Binary11110111101011101010101001010100011011111100001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,30,186); }

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

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

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

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

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

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

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