#1E19BA

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

Shades of Persian Blue #1E19BA

Tints of Persian Blue #1E19BA

Color information

#1E19BA (or 0x1E19BA) is unknown color: approx Persian Blue. HEX triplet: 1E, 19 and BA. RGB value is (30,25,186). Sum of RGB (Red+Green+Blue) = 30+25+186=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 186 (73.05% from 255 or 77.18% from 241); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E19BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E19BA is #E1E645. Grayscale: #2C2C2C. Windows color (decimal): -14804550 or 12196126. OLE color: 12196126.

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

Color convert

RGB3025186-
CMYK0.840.8700.27
HSL241.86º76.3%41.37%-
HSV(B)241.86º86.56%72.94%-
XYZ9.754.5246.81-
YUV44.85207.66117.41-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.45%
GREEN value IS 25 (10.16% from 255) = 10.37%
BLUE value IS 186 (73.05% from 255) = 77.18%
R=12.45%
G=10.37%
B=77.18%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal30251860.840.8700.27241.8676.341.37
Hex1E19BA545701Bf24c29
Octal363127212412703336211451
Binary11110110011011101010101001010111011011111100101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E19BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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