#1E46C5

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

Shades of Persian Blue #1E46C5

Tints of Persian Blue #1E46C5

Color information

#1E46C5 (or 0x1E46C5) is unknown color: approx Persian Blue. HEX triplet: 1E, 46 and C5. RGB value is (30,70,197). Sum of RGB (Red+Green+Blue) = 30+70+197=297 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.10% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 197 (77.34% from 255 or 66.33% from 297); Max value from RGB is 197 - color contains mainly: blue. Hex color #1E46C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E46C5 is #E1B93A. Grayscale: #474747. Windows color (decimal): -14793019 or 12928542. OLE color: 12928542.

HSL color Cylindrical-coordinate representation of color #1E46C5: hue angle of 225.63º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E46C5 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB3070197-
CMYK0.850.6400.23
HSL225.63º73.57%44.51%-
HSV(B)225.63º84.77%77.25%-
XYZ12.88.6953.83-
YUV72.52198.2597.67-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.10%
GREEN value IS 70 (27.73% from 255) = 23.57%
BLUE value IS 197 (77.34% from 255) = 66.33%
R=10.10%
G=23.57%
B=66.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal30701970.850.6400.23225.6373.5744.51
Hex1E46C55540017e24a2d
Octal3610630512510002734211255
Binary1111010001101100010110101011000000010111111000101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E46C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,70,197); }

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

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

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

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

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

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

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