#1E46BE

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

Shades of Persian Blue #1E46BE

Tints of Persian Blue #1E46BE

Color information

#1E46BE (or 0x1E46BE) is unknown color: approx Persian Blue. HEX triplet: 1E, 46 and BE. RGB value is (30,70,190). Sum of RGB (Red+Green+Blue) = 30+70+190=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E46BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E46BE is #E1B941. Grayscale: #474747. Windows color (decimal): -14793026 or 12469790. OLE color: 12469790.

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

Color convert

RGB3070190-
CMYK0.840.6300.25
HSL225º72.73%43.14%-
HSV(B)225º84.21%74.51%-
XYZ12.028.3749.7-
YUV71.72194.7598.24-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.34%
GREEN value IS 70 (27.73% from 255) = 24.14%
BLUE value IS 190 (74.61% from 255) = 65.52%
R=10.34%
G=24.14%
B=65.52%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal30701900.840.6300.2522572.7343.14
Hex1E46BE543F019e1492b
Octal361062761247703134111153
Binary111101000110101111101010100111111011001111000011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E46BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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