#1E2BBA

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

Shades of Persian Blue #1E2BBA

Tints of Persian Blue #1E2BBA

Color information

#1E2BBA (or 0x1E2BBA) is unknown color: approx Persian Blue. HEX triplet: 1E, 2B and BA. RGB value is (30,43,186). Sum of RGB (Red+Green+Blue) = 30+43+186=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 186 (73.05% from 255 or 71.81% from 259); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E2BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E2BBA is #E1D445. Grayscale: #363636. Windows color (decimal): -14799942 or 12200734. OLE color: 12200734.

HSL color Cylindrical-coordinate representation of color #1E2BBA: hue angle of 235º 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 #1E2BBA is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3043186-
CMYK0.840.7700.27
HSL235º72.22%42.35%-
HSV(B)235º83.87%72.94%-
XYZ10.265.5546.98-
YUV55.42201.69109.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.58%
GREEN value IS 43 (17.19% from 255) = 16.60%
BLUE value IS 186 (73.05% from 255) = 71.81%
R=11.58%
G=16.60%
B=71.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal30431860.840.7700.2723572.2242.35
Hex1E2BBA544D01Beb482a
Octal365327212411503335311052
Binary111101010111011101010101001001101011011111010111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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