#1E18BE

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

Shades of Persian Blue #1E18BE

Tints of Persian Blue #1E18BE

Color information

#1E18BE (or 0x1E18BE) is unknown color: approx Persian Blue. HEX triplet: 1E, 18 and BE. RGB value is (30,24,190). Sum of RGB (Red+Green+Blue) = 30+24+190=244 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.30% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 190 (74.61% from 255 or 77.87% from 244); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E18BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E18BE is #E1E741. Grayscale: #2C2C2C. Windows color (decimal): -14804802 or 12458014. OLE color: 12458014.

HSL color Cylindrical-coordinate representation of color #1E18BE: hue angle of 242.17º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E18BE is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3024190-
CMYK0.840.8700.25
HSL242.17º77.57%41.96%-
HSV(B)242.17º87.37%74.51%-
XYZ10.164.6549.08-
YUV44.72209.99117.5-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.30%
GREEN value IS 24 (9.77% from 255) = 9.84%
BLUE value IS 190 (74.61% from 255) = 77.87%
R=12.30%
G=9.84%
B=77.87%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal30241900.840.8700.25242.1777.5741.96
Hex1E18BE5457019f24e2a
Octal363027612412703136211652
Binary11110110001011111010101001010111011001111100101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E18BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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