#1E18B7

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

Shades of Persian Blue #1E18B7

Tints of Persian Blue #1E18B7

Color information

#1E18B7 (or 0x1E18B7) is unknown color: approx Persian Blue. HEX triplet: 1E, 18 and B7. RGB value is (30,24,183). Sum of RGB (Red+Green+Blue) = 30+24+183=237 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.66% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 183 (71.88% from 255 or 77.22% from 237); Max value from RGB is 183 - color contains mainly: blue. Hex color #1E18B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E18B7 is #E1E748. Grayscale: #2B2B2B. Windows color (decimal): -14804809 or 11999262. OLE color: 11999262.

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

Color convert

RGB3024183-
CMYK0.840.8700.28
HSL242.26º76.81%40.59%-
HSV(B)242.26º86.89%71.76%-
XYZ9.414.3545.14-
YUV43.92206.49118.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.66%
GREEN value IS 24 (9.77% from 255) = 10.13%
BLUE value IS 183 (71.88% from 255) = 77.22%
R=12.66%
G=10.13%
B=77.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal30241830.840.8700.28242.2676.8140.59
Hex1E18B7545701Cf24d29
Octal363026712412703436211551
Binary11110110001011011110101001010111011100111100101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E18B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,24,183); }

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

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

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

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

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

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

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